lexicographical_order 1.3.0
lexicographical_order: ^1.3.0 copied to clipboard
A string generator that helps to implement a lexicographical order(lexical order). this makes reordering transactions faster and simpler.
1.3.0 #
between
can now receive null arguments.
1.2.0 #
- Improve the performance of generateOrderKeys
- Add test cases for key_space.dart
- Fix some typos
1.1.5 #
- Update README.md
1.1.4 #
- Update README.md
1.1.3 #
- Update README.md
1.1.2 #
- Update README.md
1.1.1 #
- [fix] #5
- Add test cases for generateOrderKeys.
1.1.0 #
- Removes the dependency
characters
. - Separates the validation logics of
between
.
1.0.3 #
- Update README.md
1.0.2 #
- [fix] throw AssertionError on allowed characters.
- [test] improve tests.
1.0.1 #
- Improve the documentation
- Formatted
1.0.0 #
- Initial version.