dateable 4.0.1
dateable: ^4.0.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.
4.0.1 #
- Fix too tight dependency constraint.
4.0.0 #
- BREAKING: Upgrade minimal Dart version to 2.17.
- Added
weekdaygetter. - Added
includeTimeoptional parameter totoIso8601. - Added
isValidstatic method. - Updated dependencies.
3.0.0+3 #
- Improved internal formatting to score full set of pub points.
- Improved internal code clarity.
- Upgraded the internal linting system.
- Get rid of abandoned dependency.
3.0.0+2 #
- Improved performance.
- Added support for package development in Android Studio in .gitignore.
- Introduced stricter internal linting.
3.0.0+1 #
- Improved README formatting.
3.0.0 #
- BREAKING: Migrated to NNBD.
2.1.1+4 #
- Upgraded dependencies.
2.1.1+3 #
- Fixed a typo in CHANGELOG.
- Added the Buy Me A Coffee Button to README.
- Updated dependencies.
2.1.1+2 #
- Fixed
metadependency version compatibility.
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 #
- Minor changes to better comply with
panarequirements.
1.0.0 #
- Initial version.