All notable changes to this project will be documented in this file.
- Move sorting code to a new module
- Reorder impls on L1 Date and Edtf
- Remove as_matcher example from README
- Add optional serde interop
- Edtf::sort_order(_start, _end)
- Some PartialOrd/Ord implementations
- New methods to access date components that may be absent or
XX
(unspecified) asOption<Component>
- Merge IntervalFromOpen/IntervalFromUnknown (also To)
- Remove entire as_matcher API
- Add missing Hash implementations
Initial release, with levels 0 and 1 support. Includes chrono
integration, a
variety of iterators, nice match
-able APIs.