calendar_time 2.3.0
calendar_time: ^2.3.0 copied to clipboard
Implementation of MomentJS's calendar time, plus a bunch of other helper methods.
2.3.0 #
- POTENTIALLY BREAKING: Upgrading to intl 0.18+. Changes in the underlying standard may break code that relies on whitespace. See https://github.com/dart-lang/i18n/issues/637. Thanks @mwcbrent
2.2.1 #
- BREAKING: Removing removing some more outdated functions.
2.2.0 - 2021-03-28 #
- BREAKING: Removing said getters from the last version and changing the API to be more flexible and consistent.
2.0.1 - 2021-03-01 #
- Adding start and end of week getters
2.0.0 #
Bumping pre release null safe version to production
2.0.0-nullsafety.0 #
Migrating to nullsafety
1.1.0 - 2020-11-20 #
- BREAKING CHANGE - Thanks @vs-krasnov Removing carriage return in single line output. Should always have been this way.
1.0.1 - 2020-08-27 #
- Added endOfDay and startOfDay getters
1.0.0 - 2020-08-13 #
- Added .fromString factory to easily parse date time
- Added a bunch of documentation
- Moved to 1.0, no breaking changes but the package is pretty mature now and not super popular so now is the time to give it a bump.
0.0.3 - 2019-09-03 #
- Another attempt at publishing
0.0.2 - 2019-09-03 #
- Improving formatting option
0.0.1 - 2019-09-03 #
- Initial Release