1.3.0
- Deprecated the
path
label inRoute
. Routes can now be initialized asRoute("path/*")
instead ofRoute(path: "path/*")
. - Added support for DocC. Documentation can now be built and viewed in Xcode.
- Improved code documentation in comments.
- Added links to examples in the readme.