Skip to content

Releases: boa-dev/temporal

v0.1.2

12 Nov 21:45
86c213a

Choose a tag to compare

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 islamic calendar by @Manishearth in #609
  • Make ISO the default AnyCalendarKind over FFI by @Manishearth in #608

Full Changelog: v0.1.1...v0.1.2

v0.1.1

28 Oct 19:04
65fdcc3

Choose a tag to compare

The v0.1 release of temporal_rs is here!

The main change is that we now properly support arithmetic and fields constraining on all non-Gregorian calendars.

What's Changed in v0.1.1

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

23 Sep 21:31
1d1b123

Choose a tag to compare

The v0.1 release of Temporal_rs is here!

It's been a lot of work to this release. Thanks again to everyone who has contributed to temporal_rs! 😄

What's Changed in v0.1.0

New Contributors

Full Changelog: v0.0.16...v0.1.0

v0.0.16

10 Sep 23:26
08a77fd

Choose a tag to compare

  • Remove extraneous icu_time dependency
  • Add TimeZone::zero() to capi by @Manishearth in #554

Full Changelog: v0.0.15...v0.0.16

v0.0.15

10 Sep 21:37
27cc225

Choose a tag to compare

Full Changelog: v0.0.14...v0.0.15

v0.0.14

27 Aug 00:39
df531eb

Choose a tag to compare

Full Changelog: v0.0.13...v0.0.14

v0.0.13

26 Aug 19:43
d0b76fa

Choose a tag to compare

What's Changed in v0.0.13

Full Changelog: v0.0.12...v0.0.13

v0.0.12

06 Aug 15:52
86a3a28

Choose a tag to compare

What's Changed in v0.0.12

Full Changelog: v0.0.11...v0.0.12

v0.0.11

21 Jul 18:45
1980ece

Choose a tag to compare

What's Changed in v0.0.11

New Contributors

Full Changelog: v0.0.10...v0.0.11

v0.0.10

26 Jun 00:11
b05955e

Choose a tag to compare

What's Changed in v0.0.10

New Contributors

Full Changelog: v0.0.9...v0.0.10