Skip to content

v0.3.0

Compare
Choose a tag to compare
@tindzk tindzk released this 29 Sep 18:19
· 4 commits to master since this release

Release Summary πŸ“

Version 0.3.0 features several breaking changes. This release also adds support for Scala Native 0.4.0-M2 and Scala.js 1.2.0 while dropping artefacts for Scala Native 0.3.9 and Scala.js 0.6.

Migration Steps πŸ’»

The following route functions were renamed:

  1. parse() β†’ parseArgs()
  2. parseInternal() β†’ parse()

The second major change is that all routes now require exact matches, restoring the behaviour from before v0.2.0. If this is not desired, you can use the new matchers Elems or Params in your routes. Please refer to the manual for examples.

Change log πŸš€

  • Route: Require exact match when parsing (#39)
  • Build: Update dependencies (#41, by @lolgab)