Skip to content

1.3.0

Compare
Choose a tag to compare
@frzi frzi released this 05 Dec 11:14
· 16 commits to main since this release
  • Deprecated the path label in Route. Routes can now be initialized as Route("path/*") instead of Route(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.