CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](Https://conventionalcommits.org) for commit guidelines.
<!-- changelog -->
## [v1.1.0](https://github.com/BartOtten/routex/compare/v1.0.0...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](https://github.com/BartOtten/routex/compare/v0.3.0-alpha.4...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](https://github.com/BartOtten/routex/blob/v0.x/CHANGELOG.md).