Current section

Files

Jump to
texture CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
All notable changes to this project will be documented in this file.
## [1.2.0] - 2026-07-03
### πŸš€ Features
- Implement HTTP Structured Fields RFC 9651 (backwards compatible)
## [1.1.1] - 2026-07-03
### ⚑ Performance
- URI templates parser now adds 'end of string' marker at parse-time
## [1.1.0] - 2026-07-03
### πŸš€ Features
- Added support for lists of tuples as ordered key/value pairs in URI template rendering
### πŸ› Bug Fixes
- Fixed subtle bugs in URI template matching algorithms
### πŸ“š Documentation
- Added docs for public API
## [1.0.1] - 2026-05-29
### βš™οΈ Miscellaneous Tasks
- Fixed Compilation warnings for Elixir 1.20
## [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