Releases: kylef/URITemplate.swift
Releases · kylef/URITemplate.swift
3.0.0
Breaking
- Support for Swift < 4.2 has been removed.
Enhancements
- Adds support for Swift 5.0.
2.0.3
Bug Fixes
- Prevents using deprecated APIs when building on Swift 4.
2.0.2
Enhancements
- Adds support for Swift 4.0.
2.0.1
Internal refactoring to prevent use of deprecated system APIs
2.0.0
Swift 3.0 is now supported.
1.3.1
This release adds support for SPM and tvOS.
Bug Fixes
- Fixes an issue when using
list*
explode variables.
1.3.0
Adds Swift 2.0 and watchOS support.
1.1.1
Various improvements with URI extraction.
1.0.1
Adds a public template
variable to the URI Template to get it as a string.