Localize Web version 1.0.0
[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/3is 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/1andunit_options/1no longer claim to return an error tuple. They validate by raising, so the documented error return could not occur.