Skip to content
Compare
Choose a tag to compare
@willybrauner willybrauner released this 15 Aug 09:42
· 33 commits to main since this release
d2f6705

Minor Changes

  • e5eca20: extract compile path function

    before:

    LowRouter.compilePath(path)(params)

    after:

    compilePath(path)(params)
    • compile base if it contains params in createUrl
  • 71279f3: extract compilePath static method as external function