heart 0.5.3
heart: ^0.5.3 copied to clipboard
Extension methods for Strings and Lists, inspired by Haskell
0.5.3 #
- Slight optimizations to
beforeandafter
0.5.2 #
shufflednow has seed parameter
0.5.1 #
- README changes
0.5.0 #
- Added
beforeandafter. - Added
startsWithfor lists. - Added
indicesto search for sublists.elemIndicesdeprecated. - Added
replace.replaceFirstandreplaceAllfor lists are deprecated. intercalatenow has optional count parameter.
0.4.4 #
- Documentation correction
0.4.3 #
- Documentation correction
0.4.2 #
- Documentation correction
0.4.1 #
- Changes to CHANGELOG and README
0.4.0 #
rangeandinclusiveadded,numsdeprecatedrangeStringandinclusiveStringalso added- Moved helper.dart to src folder
0.3.0 #
- Min Dart SDK 2.19
- Fixed dangling comment in helper.dart
0.2.2 #
- Min Dart SDK lowered to 2.18
0.2.1 #
- Removed version constraint from collection dependency to resolve version pinning error
0.2.0 #
bigEqualsandbigContainsare deprecated in favor ofdeepEqualsanddeepContains
0.1.4 #
- README alphabetical links fixed
0.1.3 #
- Formatting file
0.1.2 #
- Documentation update
0.1.1 #
- Documentation update
0.1.0 #
drop(-n)for String has no effect instead of returning empty- Removed Flutter dependency, pure Dart
- Documentation updates
0.0.2 #
- Documentation update
0.0.1 #
- Initial release.