teno_datetime 1.1.1
teno_datetime: ^1.1.1 copied to clipboard
Extensions for DateTime for a more convenient way of using it. Inspired by Jiffy and MonentJS but no introducing new data type.
1.1.1 #
- Fix
addUnitdays/weeks drifting wall-clock time across DST transitions. Days and weeks now use calendar-based addition instead of fixed 24-hour durations.
1.1.0 #
- Require Dart SDK ^3.5.0.
- Pin dependency versions (replace
anyconstraints with proper^pins). - Upgrade lints to ^5.0.0.
- Improve test coverage across all modules (172 → 229 tests).
1.0.9 #
- Add French translations.
1.0.8 #
- Leave intl deps as any.
1.0.7 #
- Add de, es, pt, vi support.
1.0.6 #
- Fix endOf month incorrect for leap years.
1.0.5 #
- Allow to override weekStart on calling of startOf, endOf.
1.0.4 #
- Add min,max functions
1.0.3 #
- Fix fromNow
1.0.2 #
- Add more query: isSameOrAfterUnit, isSameOrBeforeUnit, isInRange, isInRangeExclusive
1.0.1 #
- Add badges and improve pub points.
1.0.0 #
- Initial version.