Skip to content

Releases: devxoul/URLNavigator

v2.5.1

09 Jul 17:59
2.5.1
b881f23
Compare
Choose a tag to compare

Full Changelog: 2.5.0...2.5.1

v2.5.0

09 Jul 17:59
2.5.0
6cc98b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.1...2.5.0

v2.4.1

19 Jun 08:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.0...2.4.1

v2.4.0

19 Jun 08:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

2.3.0

06 Nov 15:16
Compare
Choose a tag to compare
  • Make /foo/bar have higher priority than /foo/<id> (#120, @Paldom)
  • Fix a bug that pattern matches when the url contains another url (#126, @devxoul)

2.2.0

02 Apr 10:17
63db5eb
Compare
Choose a tag to compare
  • Add Swift 5 support 🚀 (#118, @alihen)
  • Use key window when pushing or presenting a view controller (#110, @aemoe)
  • Fix a bug that URLMatcher.match() incorrectly matches <path:_> (#117, @RolandasRazma)

2.1.0

26 Sep 11:21
Compare
Choose a tag to compare
  • Add Swift 4.2 support 🎉 (#108)

2.0.6

10 Jun 23:03
Compare
Choose a tag to compare
  • Support Xcode 9.4 and Swift 4.1.2
  • Removes weak keyword from the property definition in the protocol to remove compiler warning (6e7cfce)

2.0.5

27 Apr 08:33
Compare
Choose a tag to compare
  • Fix a bug that queryParameters cannot parse a query parameter that contains an url (#99)

2.0.4

01 Dec 07:57
Compare
Choose a tag to compare
  • Separate missing protocol requirement methods (3f6f735)