Change Log
View SourceAll notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
v1.2.2 (2025-05-06)
Bug Fixes:
- processing: order not fully restored
v1.2.1 (2025-05-05)
Bug Fixes:
core: reduction error when all routes are wrapped
localize: custom route prefix ignored
v1.2.0 (2025-05-01)
New Extensions:
Routex.Extension.Localize.Phoenix.Routes
- compile time localizationRoutex.Extension.Localize.Phoenix.Runtime
- runtime localizationRoutex.Extension.RuntimeDispatcher
- set state / put locale using route attributesRoutex.Extension.LiveViewHooks
- inlines custom LiveView lifecycle hooks provided by other extensionsRoutex.Extension.Plugs
- detects and inlines custom Plugs provided by other extensions
Features
auto detection and usage of existing Cldr, Gettext or Fluent setup.
support
locales
anddefault_locale
for auto generated localized routessupport attribute overrides for
locale
attributesRoutex.Extension.Localize.Registry
- simple locale registry based on IANAclear error messages when extensions are missing
show summary of processed routes
new config option to inspect generated helpers code
Docs
simplified Usage guide
improved Localization guide
updated Comparison guide
Bug Fixes:
core: warnings generated by mix docs
core: compilation failure due to uncompiled backends
core: compilation lockups / delays
Tests:
reached > 90% test coverage
enforce > 90% test coverage
v1.1.0 (2025-02-13)
Features:
provide assigns directly in conn
core: add function to print critical messages
Bug Fixes:
match patterns fail on trailing slash
undefined on_mount/4, silent missing attrs/1
v1.0.0 (2025-02-03)
Features:
- support Phoenix Liveview >= 1.0
Bug Fixes:
ci: upgrade artifact actions in workflow
core: comp. error - cannot set :struct in struct definition
incorrect typespecs
cldr: use territory_from_locale for territory resolution
v0.x
The CHANGELOG for v0.x releases can be found in the v0.x branch.