The v0.1.2 release of temporal_rs is here!
This brings a bunch of fixes for full test262 compatability.
temporal_rs-based implementations should now be able to achieve 100% test262 coverage, barring bugs in their integration code or the testsuite itself.
What's Changed in v0.1.1
- Publish 0.1.2 by @Manishearth in #625
- Ignore timezones mentioned in zone.tab when constructing the canonicalization table by @Manishearth in #624
- Add logic to Duration::total to handle loss of precision by @nekevss in #622
- Add feature to force float64-representable durations by @Manishearth in #621
- Updates for ZonedDateTime since / until issue by @Manishearth in #619
- Fix returned duration sign for non-ISO date arithmetic by @Manishearth in #618
- Constrain durations into a range that will produce valid Temporal dates before passing to ICU4X by @Manishearth in #615
- Add smart pointer implementations for TimeZone traits by @jedel1043 in #614
- Fix serialization of durations with zero seconds and nonzero subseconds by @ptomato in #610
- Remove support for unqualified
islamiccalendar by @Manishearth in #609 - Make ISO the default AnyCalendarKind over FFI by @Manishearth in #608
Full Changelog: v0.1.1...v0.1.2