Releases: cormacrelf/edtf-rs
Releases · cormacrelf/edtf-rs
v0.2.0
Documentation
- Move sorting code to a new module
- Reorder impls on L1 Date and Edtf
- Remove as_matcher example from README
Features
- 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>
Refactor
- Merge IntervalFromOpen/IntervalFromUnknown (also To)
- Remove entire as_matcher API
Full Changelog: v0.1.1...v0.2.0
v0.1.1
Initial release (v0.1.0)
Only contains implementations for level 0 and level 1.