Skip to content

Releases: snout-router/router-path

v0.7.4

29 Oct 00:33
v0.7.4
7acb7d4
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release
  • Added an export map for TypeScript types.

v0.7.3

29 Oct 00:21
v0.7.3
22f098a
Compare
Choose a tag to compare
v0.7.3 Pre-release
Pre-release
  • Fixed ECMAScript module output for native Node.js usage.

0.7.2

30 Oct 04:38
Compare
Choose a tag to compare
0.7.2 Pre-release
Pre-release
  • Upgraded @snout/tsconfig

0.7.1

30 Oct 04:07
Compare
Choose a tag to compare
0.7.1 Pre-release
Pre-release
  • Fixed missing TS type information

0.7.0

30 Oct 03:51
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release
  • Converted to ESM-only

0.6.1

14 Oct 10:40
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • Added an export map to package.json

0.6.0

01 Oct 11:43
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • Added documentation
  • Removed redundant run-time checks
  • Marked various properties as readonly

0.5.1

05 Sep 01:59
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release
  • Fixed the ParamName export, which was supposed to be exposed from the index

0.5.0

04 Sep 11:17
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Exposed a ParamName utility type for extracting the Name type from a Param type, similar to ParamArg

0.4.0

04 Sep 05:14
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Renamed the Param method build to format
  • Removed the param() function
  • Removed the Result type variable from Param
  • Renamed the Path type to PathPattern
  • Added the normalizeParam() function