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.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