Skip to content

Release v0.5.0

Choose a tag to compare

@AronSoto AronSoto released this 04 Jul 16:32
d6dae9e

[0.5.0] — 2026-07-04

Hardening + performance with receipts: defensibility audit fixed, benchmarks published. No breaking changes. → details

Added

  • pnpm bench (core): hot-path benchmarks vs i18next — lookup 31×, interpolation 10×, plural , currency 4.5× faster (Node 22).

Changed

  • Core hot path memoized further: fallback chain cached (invalidated on setLocale), DOM args cached per element, AST cache capped at 2000.

Fixed

  • resolveLocale now narrows a stored regional locale (es-PEes).
  • @verbaly/vite: stale self-write entries no longer swallow external catalog edits (content compare against disk).