heart 0.3.0 heart: ^0.3.0 copied to clipboard
Extension methods for Strings and Lists, inspired by Haskell
0.0.1 #
- Initial release.
0.0.2 #
- Documentation update
0.1.0 #
- drop(-n) for String has no effect instead of returning empty
- Removed Flutter dependency, pure Dart
- Documentation updates
0.1.1 #
- Documentation update
0.1.2 #
- Documentation update
0.1.3 #
- Formatting file
0.1.4 #
- README alphabetical links fixed
0.2.0 #
- bigEquals and bigContains are deprecated in favor of deepEquals and deepContains
0.2.1 #
- Removed version constraint from collection dependency to resolve version pinning error
0.2.2 #
- Min Dart SDK lowered to 2.18
0.3.0 #
- Min Dart SDK 2.19
- Fixed dangling comment in helper.dart