super_dates 1.0.0
super_dates: ^1.0.0 copied to clipboard
A minimal typesafe DateTime API extension for Dart.
Changelog #
1.0.0 (2025-05-28) #
Features #
- Expose three temporal types:
LocalDate
,LocalDateTime
,UtcDateTime
- Include extentions to convert to/from Dart core DateTimes
Miscellaneous Chores #
- Add documentation
0.0.2 (2025-05-14) #
Features #
- Bring in SuperDates from our monorepo (e94524d)
Miscellaneous Chores #
- release 0.0.2 (fe971c1)
0.0.2 (2025-05-14) #
Miscellaneous Chores #
- release 0.0.2 (fe971c1)
0.0.1 #
- Initial version.