Skip to content

fetch-router v0.21.0

Choose a tag to compare

@github-actions github-actions released this 14 Aug 00:52
· 3 commits to main since this release
2949a59

Minor Changes

  • BREAKING CHANGE: Route.href(params, searchParams) now accepts an options object as its second argument. Move existing search parameters to Route.href(params, { searchParams }).

    Route.href() also accepts a baseURL option for generating path-relative same-origin hrefs, and its searchParams option accepts both typed plain objects and URLSearchParams.

Patch Changes