Skip to content

Releases: cormacrelf/edtf-rs

v0.2.0

05 Oct 10:05
Compare
Choose a tag to compare

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) as Option<Component>

Refactor

  • Merge IntervalFromOpen/IntervalFromUnknown (also To)
  • Remove entire as_matcher API

Full Changelog: v0.1.1...v0.2.0

v0.1.1

05 Oct 10:04
Compare
Choose a tag to compare

Features

  • Add missing Hash implementations

Full Changelog: v0.1.0...v0.1.1

Initial release (v0.1.0)

10 Sep 10:22
Compare
Choose a tag to compare

Only contains implementations for level 0 and level 1.