dateable 2.1.1+1
dateable: ^2.1.1+1 copied to clipboard
A Dart package to help you with managing dates easily. Can be used to store, format, convert, construct, parse and serialise dates.
2.1.1+1 #
- Updated
metadependency version.
2.1.1 #
- Fixed a typo in README.
2.1.0 #
- Added assertion error messages.
- Fixed typos in documentation.
2.0.0 #
- BREAKING: Added
nullcheck asserts in constructors and methods. - Added
formatmethod and top-level constantsdd,mm,yyyyandyyas its helpers.
1.3.0 #
- Added
today,tomorrowandyesterdayconstructors.
1.2.0+1 #
- Added test coverage badge to README.
1.2.0 #
- Added
isTodaymember function. - Added
isTomorrowmember function. - Added
isYesterdaymember function.
1.1.0 #
- Added
copyWithmember function. - Added
isTheSameDateDateTime extension. - Added
isTheSameDatemember function.
1.0.0+4 #
- Minor correction in CHANGELOG.
1.0.0+3 #
- Minor corrections in README file.
1.0.0+2 #
- Minor corrections in README file.
1.0.0+1 #
- Minot changes to better comply with
panarequirements.
1.0.0 #
- Initial version.