handy 1.0.9
handy: ^1.0.9 copied to clipboard
A collection of handy utilities that I found useful while writing my own programs.
1.0.9 #
- Fixed access of inBetween method.
1.0.8 #
- Added inBetween method on lists.
1.0.7 #
- Added ability to multiply strings.
- Added [toTitleCase] method on String
- Added [capitalize] method on String
- Added [center] method on String
- Added [appearances] method on String
1.0.6 #
- Fixed timeFromLast functionality of the DateTime extension.
1.0.5 #
- Added a Cache class.
1.0.4 #
- Added a handy extension for DateTimes.
1.0.3 #
- Fixed Cleaner class accessibility.
1.0.2 #
- Added a Cleaner class.
1.0.1 #
- Fixed a typo in the readme.
1.0.0 #
- Initial version.