id_gen 0.7.8
id_gen: ^0.7.8 copied to clipboard
A standardized and well-tested set of IDs generators: globally unique, readable, time-dependency, transitive, incremental, decremental IDs.
Changelog #
All notable changes to the project IdGen will be documented in this file.
See Conventional Commits for commit guidelines.
0.7.8 #
- Provided a link to webduet.de into
README. - Enhanced Fresher's badge.
- Upgraded dependencies.
0.7.7 #
- Changed the style for shields in
README. - Added a link to Awesome Flutter in
example/README. - Stabilized CI for tests.
- Excluded some folders from the analysis.
- Updated cover.
0.7.6 #
- Enhanced
README: added an opening speech in Welcome section, What's New section, shorted sentences, etc. - Simplified examples.
- Replaced badges with supported platforms to https://badgen.net/pub.
- Added TODO: HID. A desire case convention.
- Removed a table of content from
README. Reason: The links to sections doesn't work on github. - Added note to
pubspec.yamlabout version: compatible with https://semver.org. - Upgraded dependencies.
0.7.5 #
- Added a link to CodeTriangle in
README. - Provided CodeFactor badge in
README. - Added emojis to Usage and Welcome sections in
README. - Changed a representation of supported platforms and SDKs in
README. - Removed unnecessary type declarations.
0.7.4 #
- Fixed omission of some options during HID generation.
- Enhanced tests.
- Improved examples.
0.7.3 #
- Added a help for first-time contributor in
README. - Provided supported platforms.
- Included a link to tests from
README.
0.7.2 #
- Added badges to
README.
0.7.1 #
- Added CI for GitHub.
- Included some badges to
README.
0.7.0 #
- Introduced
HasIdMix.same().
0.6.2 #
- Updated
README.
0.6.1 #
HumanIdGen. Fixed an ignore character '_' when separator is not '_'.- Added a configuration for markdown linter.
- Fixed link to issues in
CONTRIBUTING.
0.6.0 #
- Added
separatortoHumanIdGen.
0.5.0 #
- Introduced
stringBittenOfReplacer,uuidBittenOfReplaceranduuidPrefixSeparatorextensions. - Introduced
HasStringIdMix.isCorrectHid. - Updated
LICENSE,README,SECURITYand description of package. - Upgraded dependencies.
0.4.1 #
- Added more tests to
HasStringIdMix.
0.4.0 #
- Introduced
HasStringIdMixfor adding a Human and Unique IDs to objects. - Updated
README.
0.3.0 #
- Introduced
TimeIdfor generate IDs in milli- and microseconds. - Introduced helpers for concisely generate IDs:
genUuid,genTransitId,genTimeId,genTimeIdMicro. - Removed alias
TidGenforTransitIdGen. - Updated example.
- Updated
README.
0.2.1 #
- Shorted
UuidV4GentoUuidGen(as alias).
0.2.0 #
- Introduced
TransitIdandTransitIdGen. - Updated
README. - Improved example.
- Added
CODE_OF_CONDUCT,CONTRIBUTING, andSTYLEGUIDE.
0.1.0 #
- Initial release.