github remix-run/remix route-pattern@0.22.1
route-pattern v0.22.1

latest releases: remix@3.0.0-beta.4, static-middleware@0.4.12, method-override-middleware@0.1.11...
11 hours ago

Patch Changes

  • Fixed createHref() so optional route params set to null are omitted instead of serialized as "null", and empty pathname variables throw instead of generating hrefs that cannot match their pattern.

  • Fixed route matching so malformed percent-encoded pathnames return no match instead of throwing a URIError.

  • Fixed route matching for full URL patterns that include explicit default ports such as http://example.com:80/path and https://example.com:443/path (see #11510).

Don't miss a new remix release

NewReleases is sending notifications on new releases.