Releases: snout-router/router-path
Releases · snout-router/router-path
v0.7.4
- Added an export map for TypeScript types.
v0.7.3
- Fixed ECMAScript module output for native Node.js usage.
0.7.2
- Upgraded
@snout/tsconfig
0.7.1
- Fixed missing TS type information
0.7.0
- Converted to ESM-only
0.6.1
- Added an export map to
package.json
0.6.0
- Added documentation
- Removed redundant run-time checks
- Marked various properties as
readonly
0.5.1
- Fixed the
ParamName
export, which was supposed to be exposed from the index
0.5.0
- Exposed a
ParamName
utility type for extracting theName
type from aParam
type, similar toParamArg
0.4.0
- Renamed the
Param
methodbuild
toformat
- Removed the
param()
function - Removed the
Result
type variable fromParam
- Renamed the
Path
type toPathPattern
- Added the
normalizeParam()
function