Skip to content

Calendrical version 1.2.1

Choose a tag to compare

@kipcole9 kipcole9 released this 16 Aug 04:57
· 40 commits to main since this release

[1.2.1] — 2026-08-16

Changed

  • Date and time parsing are much faster on inputs that fail to parse. Per-locale derived data — the compiled CLDR regex set, the RBNF-probed ordinal affixes, and the lenient-parse equivalence map — is now cached in :persistent_term instead of being rebuilt on every call, and the datetime glue-splitter tries the cheaper, more selective time half before the date half so a non-time split short-circuits. A full Calendrical.parse/2 miss drops ≈13×, with no change to results.