v0.0.10
What's Changed in v0.0.10
- Add documentation and doctests for builtins by @blarfoon in #360
- More error enums by @Manishearth in #373
- [capi] Add stringifier/cloning to timezones by @Manishearth in #344
- Handle unknown timezone identifiers in FsTzdbProvider by @Manishearth in #345
- [capi] Fix i128Nanoseconds by @Manishearth in #372
- [capi] expose error strings by @Manishearth in #364
- Consolidate tools into a single
tooldirectory by @nekevss in #368 - Add a new PartialYearMonth to available partial structs (#288) by @robot-head in #342
- Implement zoneinfo parsing/compilation and add TZif structs by @nekevss in #257
- Add ErrorMessage enum, start using it by @Manishearth in #355
- [capi] Add is_valid() to I128Nanoseconds by @Manishearth in #363
- [capi] Add ZonedDateTime::{equals,offset} by @Manishearth in #362
- Add convenience methods for constructing FFI datetime types from milliseconds by @Manishearth in #359
- [capi] Add offset_nanoseconds() to ZDT FFI by @Manishearth in #361
- Update diplomat by @Manishearth in #357
- Stop depending on
is_dstfor calculations by @jedel1043 in #356 - Add some FAQ style docs for temporal_rs by @nekevss in #350
- Add try_from_offset_str ctor for TimeZone by @Manishearth in #348
- Switch compiled_data APIs to new CompiledTzdbProvider by @Manishearth in #346
New Contributors
Full Changelog: v0.0.9...v0.0.10