All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Initial standalone release, extracted from the Atlas workspace
FuzzyDateenum for representing dates with year, month, or day precisionFuzzyDateRangefor representing a range between two fuzzy dates- ISO and US month-first format parsing
lower_bound(),upper_bound_inclusive(),upper_bound_exclusive()helpersto_columns()/from_columns()for database representationcontains(),overlaps(),is_within()range operations- Serde support (serializes/deserializes as ISO strings)
- Strict delimiter validation (no mixed
-and/within a single date)