Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 892 Bytes

File metadata and controls

22 lines (16 loc) · 892 Bytes

Changelog

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.

[Unreleased]

[0.1.0] - 2026-02-13

Added

  • Initial standalone release, extracted from the Atlas workspace
  • FuzzyDate enum for representing dates with year, month, or day precision
  • FuzzyDateRange for representing a range between two fuzzy dates
  • ISO and US month-first format parsing
  • lower_bound(), upper_bound_inclusive(), upper_bound_exclusive() helpers
  • to_columns() / from_columns() for database representation
  • contains(), overlaps(), is_within() range operations
  • Serde support (serializes/deserializes as ISO strings)
  • Strict delimiter validation (no mixed - and / within a single date)