Releases: Blobfolio/utc2k
Releases · Blobfolio/utc2k
v0.11.0
New
FmtUtc2k::MIN
FmtUtc2k::MAX
Utc2k::MIN
Utc2k::MAX
Fixed
- Clamp
utc2k::unixtime
to supported min/max range in case the system clock is the right kind of wrong
Changed
- Make
Utc2k::cmp_date
const - Make
Utc2k::cmp_time
const
Replaced
FmtUtc2k::min
(useFmtUtc2k::MIN
instead)FmtUtc2k::max
(useFmtUtc2k::MAX
instead)Utc2k::min
(useUtc2k::MIN
instead)Utc2k::max
(useUtc2k::MAX
instead)
v0.10.0
Changed
- Bump
tz-rs
to0.7
- Bump MSRV to
1.81
- Miscellaneous code lints
v0.9.1
Changed
- Miscellaneous code cleanup and lints
- Add
visit_bytes
toMonth
/Weekday
deserializers - Bump
brunch
to0.6
v0.9.0
New
Month::all
Month::into_iter
(repeating month iterator)- Enable de/serialization for
Month
(withserde
crate feature) - impl
FromStr
forMonth
- impl
TryFrom<&[u8]>
forMonth
Weekday::all
Weekday::into_iter
(repeating week iterator)- Enable de/serialization for
Weekday
(withserde
crate feature) - impl
FromStr
forWeekday
- impl
TryFrom<&[u8]>
forWeekday
Breaking
- Bump MSRV to
1.80
Changed
Utc2k::unixtime
is now constUtc2k::abs_diff
is now const
v0.8.1
Changed
- Miscellaneous code lints
v0.8.0
Removed
Borrow<[u8]>
forFmtUtc2k
Other
- Miscellaneous doc/script cleanup
v0.7.0
New
Weekday::first_in_month
Weekday::last_in_month
Weekday::nth_in_month
Miscellaneous
- Minor code cleanup and lints
v0.6.1
Changed
- Update dev dependencies
v0.6.0
Changed
- Bump MSRV
1.70
- Drop
once_cell
(in favor of new built-in types) - Replace various
unsafe
blocks with safe alternatives - Add debug/assertions for logical redundancy
- CI: test in debug and release modes
- CI: test MSRV
v0.5.15
Changed
- Improve
Deserialize
handling
New
- impl
FromStr
forUtc2k
(same asTryFrom<&str>
) - impl
FromStr
forFmtUtc2k
(same asTryFrom<&str>
)