lexicographical_order 1.4.0
lexicographical_order: ^1.4.0 copied to clipboard
A string generator that helps to implement real-time editing of an ordered sequence. this makes reordering transactions faster and simpler.
1.4.0 #
- Improved the documentation.
- Updated pubspec.yaml for Dart 3.0 support.
1.3.4 #
- add an exmaple.
- improve the documentation.
1.3.3 #
-
Refactoring
-
improve redability of
between.
-
add the missing contraint checks.
-
remove custom error types.
-
improve documentation.
-
-
add missing test case.
1.3.1 #
- fix #7
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.