v0.0.11
What's Changed in v0.0.11
- Add PartialZonedDateTime::try_from_str by @Manishearth in #420
- Add from_partial for YearMonth/MonthDay FFI by @Manishearth in #351
- Throw error if given more than 9 duration digits by @Manishearth in #425
- Fix up eras, correctly expose arithmetic year by @Manishearth in #424
- Add time zone normalization by @Manishearth in #415
- Allow adding date durations to PlainTime by @Manishearth in #421
- Parse both zoned and unzoned date times in relativeTo by @Manishearth in #422
- Add get_epoch_ns_for on YearMonth/MonthDay by @Manishearth in #414
- Don't set None time in ZDT::from_partial by @Manishearth in #416
- [capi] Add from_utf8/from_utf16 for OwnedRelativeTo by @Manishearth in #375
- Forbid MonthDay/YearMonth formats for non-iso by @Manishearth in #413
- Use track_caller in assertion errors by @Manishearth in #417
- Properly respect overflow options when performing with_fallback_date/time by @Manishearth in #407
- Add TimeZone::utc() to FFI by @Manishearth in #358
- Add POSIX time zone string support to zoneinfo by @nekevss in #265
- Fix duration validity check by @Manishearth in #411
- Produce correct error types for invalid month/era codes by @Manishearth in #405
- Add support for offsetBehavior == WALL by @Manishearth in #404
- Update README.md - mention other usages of lib by @jasonwilliams in #401
- Make TimeZone::identifier() infallible by @linusg in #399
- Fix the bakedata provider path by @nekevss in #398
- Include time duration in InternalDurationSign by @Manishearth in #397
- Use rounded instant in ZDT::toString by @Manishearth in #396
- Fix hoursInDay division constant by @nekevss in #395
- Expose ParseTemporalCalendarString over FFI by @Manishearth in #390
- Remove UTC designator check from time zone parsing by @nekevss in #392
- Update ixdtf to icu4x main git branch by @robot-head in #365
- Fix
9.5.8 AddDurationToYearMonthabstract method by @HalidOdat in #389 - Fix ZonedDateTime::nanosecond by @Manishearth in #388
- Allow datetime strings for YearMonth/MonthDay/Time by @Manishearth in #386
- Remove orgs/boa-dev/people from links by @nekevss in #387
- Update maintainers in README.md by @jasonwilliams in #384
- Re-add try_from_offset_str by @Manishearth in #376
- Fix clippy lints for Rust 1.88 by @nekevss in #377
New Contributors
Full Changelog: v0.0.10...v0.0.11