simple_date 1.1.0 simple_date: ^1.1.0 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.0 #
- feat: add
earliest
andlatest
methods - feat: add
.toSimpleDate
extension method onDate
- chore: upgrade dependencies, require Dart 3
- test: replace
expect
withcheck
(courtesy of the newchecks
package)
1.0.0 #
- feat: initial release