Skip to content

v0.2.1

Compare
Choose a tag to compare
@tindzk tindzk released this 10 Jul 07:36
· 12 commits to master since this release

Release Summary πŸ“

Version 0.2.1 fixes various bugs. It also adds support for Scala 2.13.

Migration Steps πŸ’»

The API has not changed.

New Features πŸš€

  • Build: Add support for Scala 2.13 (#35)

Bug Fixes πŸ›

  • Route: Check path in parameter routes (#31)
  • Path: Fix parsing of empty query arguments (#32)
  • Route: Do not add ampersand if optional parameter is None (#33)
  • Route: Fix parsing of optional path elements (#34)

Documentation πŸ“•

  • Manual: Add example for encoding/decoding URI values (#36)