URLNavigator Versions Save

⛵️ Elegant URL Routing for Swift

2.5.1

11 months ago

Full Changelog: https://github.com/devxoul/URLNavigator/compare/2.5.0...2.5.1

  • Update deployment target 9.0 to 11.0 by @OhKanghoon

2.5.0

11 months ago

What's Changed

Full Changelog: https://github.com/devxoul/URLNavigator/compare/2.4.1...2.5.0

2.4.1

1 year ago

What's Changed

Full Changelog: https://github.com/devxoul/URLNavigator/compare/2.4.0...2.4.1

2.4.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/devxoul/URLNavigator/compare/2.3.0...2.4.0

2.3.0

4 years ago
  • 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

5 years ago
  • 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

5 years ago
  • Add Swift 4.2 support :tada: (#108)

2.0.6

6 years ago
  • Support Xcode 9.4 and Swift 4.1.2
  • Removes weak keyword from the property definition in the protocol to remove compiler warning (6e7cfced6027c1d9b73a0a99eedcc90baf442633)

2.0.5

6 years ago
  • Fix a bug that queryParameters cannot parse a query parameter that contains an url (#99)

2.0.4

6 years ago
  • Separate missing protocol requirement methods (3f6f735e8280504686d5c1729033b6d8fe573127)