- Deprecated the `path` label in `Route`. Routes can now be initialized as `Route("path/*")` instead of `Route(path: "path/*")`. - Added support for [DocC](https://developer.apple.com/documentation/docc). Documentation can now be built and viewed in Xcode. - Improved code documentation in comments. - Added links to examples in the readme.