Skip to content

Localize Web version 1.0.0

Choose a tag to compare

@kipcole9 kipcole9 released this 31 Jul 04:10
· 19 commits to main since this release

[1.0.0] — 2026-07-31

The first stable release, built on Localize 1.0.

Changes

  • Requires localize ~> 1.0.

Fixed

  • Localize.HTML.Unit.select/3 is specified as returning {:error, Exception.t()}. Localize 1.0 reports an invalid unit or locale as an exception struct rather than a {module, message} tuple, so the previous specification did not describe what the function returns.

  • currency_options/1, locale_options/1, territory_options/1 and unit_options/1 no longer claim to return an error tuple. They validate by raising, so the documented error return could not occur.