All notable changes to this project will be documented in this file.
[1.9.0] - 2026-08-11
Added
- Package docs via
ex_doc(docs: [main: "Norma", extras: ["CHANGELOG.md"]]) dialyxirandex_docas development dependencies
Fixed
- Emit query before fragment in
form_url(RFC 3986 order). PreviouslyNorma.Utils.form_url/1concatenated the fragment before the query, producing invalid URLs like/Path#Frag?Q=Foo. The fragment must come last. (#11) - Avoid a duplicate trailing slash when the URL path already ends with
/andadd_trailing_slashis set. (#11)