Current section
Files
Jump to
Current section
Files
CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
## [1.0.0] - 2026-04-22
### βοΈ Miscellaneous Tasks
- Releasing under the Apache license version 2.0
## [0.3.2] - 2025-11-15
### π Bug Fixes
- Correctly handle unmatched literals in URI templates
## [0.3.1] - 2025-11-10
### π Features
- Implement Inspect for UriTemplate
## [0.3.0] - 2025-11-09
### π Features
- Added limited URI template matching capability
### π Documentation
- URI matching does not support prefix truncation
## [0.2.1] - 2025-11-04
### π Features
- Support exploding scalar values
## [0.2.0] - 2025-11-04
### π Refactor
- Rewrote the UriTemplate rendered
### π Documentation
- Fix doc examples
## [0.1.0] - 2025-09-15
### π Features
- Added the uri-template parser
- Added Http Structured Fields parser
### π Documentation
- Added documentation for HTTP Structured Fields
- Documentation for URI Templates
### βοΈ Miscellaneous Tasks
- Configure dialyzer