v0.1.0
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
- Update Diplomat to 0.13.0 by @Manishearth in #588
- Add TryFrom for PartialDuration to Duration by @nekevss in #585
- Add missing from_epoch_nanoseconds() FFI by @linusg in #584
- Add from_nanoseconds to FFI PlainDateTime by @nekevss in #583
- Update diplomat to using cpp lib name by @Manishearth in #581
- Fix TimeZone::get_possible_epoch_ns at date-time limits by @ptomato in #580
- Rename timezone.rs to time_zone.rs by @nekevss in #574
- General updates to temporal_rs's exports and docs by @nekevss in #575
- Review Instant API + Duration by @nekevss in #573
- Make TimeZone no longer allocate over FFI by @Manishearth in #572
- Update the library introduction and README for timezone_provider by @nekevss in #570
- Add a minimal README for zoneinfo_rs by @nekevss in #569
- Remove passing lint allows by @Manishearth in #571
- Updates to PlainYearMonth and PlainMonthDay based on review by @nekevss in #567
- Update library introduction documentation and the project README.md by @nekevss in #564
- Updates to PlainTime API based on review by @nekevss in #565
- Make ISO getters crate private by @nekevss in #568
- Handle und month codes by @Manishearth in #563
- Update
ZonedDateTimeconstructors by @nekevss in #562 - Review and update PlainDate and PlainDateTime API by @nekevss in #561
- Refactor Now to be trait based for lazy host getters by @nekevss in #560
- Fix comment and organization of TimeZone::zero by @Manishearth in #559
- Update ZonedDateTime module and API by @nekevss in #557
- Remove yoke dep from temporal_capi by @Manishearth in #556
New Contributors
Full Changelog: v0.0.16...v0.1.0