simple_date 1.1.2
simple_date: ^1.1.2 copied to clipboard
A simple date model for Dart with no notion of time. Useful for applications that rely on date-only events such as birthdays, anniversaries, and date ranges.
Changelog #
1.1.2 #
- chore: upgrade dev dependencies (
test,checks, and transitive packages) - test: add DST-safe calendar-day arithmetic regression tests
- test: migrate
checksassertions for 0.3.x (it()removal)
1.1.1 #
- feat: add
clampmethod
1.1.0 #
- feat: add
earliestandlatestmethods - feat: add
.toSimpleDateextension method onDate - chore: upgrade dependencies, require Dart 3
- test: replace
expectwithcheck(courtesy of the newcheckspackage)
1.0.0 #
- feat: initial release