Releases: sadespresso/moment_dart
Releases · sadespresso/moment_dart
Release list
5.3.0
What's Changed
- Master by @sadespresso in #48
- Master by @sadespresso in #49
- add ru-RU locale by @muhammadyusuf-kurbonov in #50
- Master by @sadespresso in #51
New Contributors
- @muhammadyusuf-kurbonov made their first contribution in #50
Full Changelog: 5.2.2...5.3.0
5.2.2
What's Changed
- Arabic localization by @Ultrate in #43
- Added TimeRange.intersect(other) (You can also turn a.intersect(b) as a & b)
- Added TimeRange.toCustom() and TimeRange.asCustom
New Contributors
Full Changelog: 5.0.1...5.2.2
5.0.1
What's Changed
- Clamped setters - set of functions that clamps the value to prevent DateTime's default overflowing.
- All time ranges'
toproperty is now inclusive (except local/iso week and CustomTimeRange, cause they were inclusive already) - This also means DayTimeRange(...).duration will now return exactly 1 less microsecond.
I am sorry for this change.
Full Changelog: 4.1.0...5.0.1
4.1.0
4.0.1
What's Changed
- [BREAKING]
TimeRangemonth translation now includes the year, but year is omitted whenuseRelativeis true andanchor.yearis same as the range year - Added
Moment.minValueUtcandMoment.maxValueUtc - Fixed
Moment.minValueandMoment.maxValueoverflowing - Updated docs
Full Changelog: 3.1.0...4.0.1
3.3.1
What's new
- Fixed MonthTimeRange.format() would return "This month" for different year's same month
Full Changelog: 3.3.0...3.3.1
3.3.0
What's new
- Pageable TImeRange's
next,lastno longer generated invalid value (e.g., month 12, day 32, etc..)
Full Changelog: 3.2.1...3.3.0
3.2.1
3.2.0
3.1.0
What's Changed
TimeRangenow has aunitproperty that returns its corresponding
DurationUnit type if available.
Full Changelog: 3.0.0...3.1.0