vlsid 2.0.0
vlsid: ^2.0.0 copied to clipboard
This is a variable length sortable id generator.
Changelog #
All notable changes to this project are documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
2.0.0 - 2024-05-04 #
Added #
- Motivation to readme, explaining why the package was created.
- Test, to ensure generated ids are the correct length.
- Topics, for SEO.
Changed #
- Changelog, to use the format based on Keep a Changelog.
- Updated package dependencies.
Fixed #
- Bug where the generated id was 1 character longer than the specified length in the contructor.
1.0.0 - 2024-05-17 #
Added #
- Initial Release.