Skip to content

Releases: kylef/URITemplate.swift

3.0.0

07 Jun 16:35
2ab6d53
Compare
Choose a tag to compare

Breaking

  • Support for Swift < 4.2 has been removed.

Enhancements

  • Adds support for Swift 5.0.

2.0.3

21 Oct 09:44
Compare
Choose a tag to compare

Bug Fixes

  • Prevents using deprecated APIs when building on Swift 4.

2.0.2

22 Sep 18:56
Compare
Choose a tag to compare

Enhancements

  • Adds support for Swift 4.0.

2.0.1

07 Apr 15:38
Compare
Choose a tag to compare

Internal refactoring to prevent use of deprecated system APIs

1.4.0

28 Sep 15:37
Compare
Choose a tag to compare

Enhancements

  • Adds Swift 2.3 support.

2.0.0

16 Sep 19:45
Compare
Choose a tag to compare

Swift 3.0 is now supported.

1.3.1

16 Feb 19:23
Compare
Choose a tag to compare

This release adds support for SPM and tvOS.

Bug Fixes

  • Fixes an issue when using list* explode variables.

1.3.0

10 Sep 00:46
Compare
Choose a tag to compare

Adds Swift 2.0 and watchOS support.

1.1.1

03 Apr 03:15
Compare
Choose a tag to compare

Various improvements with URI extraction.

1.0.1

21 Dec 15:14
Compare
Choose a tag to compare

Adds a public template variable to the URI Template to get it as a string.