Releases: SwiftScream/URITemplate
Releases · SwiftScream/URITemplate
5.0.1
5.0.0
- Move to swift 6.0 as minimum supported version
- Leverage typed-throws
- Add
#URITemplate
freestanding expression macro - Add
#URLByExpandingURITemplate
freestanding expression macro - Add
@VariableProvider
attached macro to provide default implementation ofVariableProvider
- Add
TypedURITemplate
enabling a type-safe process interface
4.0.0
3.1.0
- Allow single-quote as literal, refer RFC errata 6937
- Add
Sendable
conformance - Do not encode percent-encoded-triplets in reserved or fragment expansion
- Update test suite
- Support back to Swift 5.4
3.0.1
3.0.0
2.1.0
- Update Swift version to 4.2 (thanks @jonnybach)