Releases: dldc-packages/chemin
Releases · dldc-packages/chemin
Deno support
- Deno support 5ea7f1c
Deploy on Deno
v5.0.5 v5.0.5
Upgrade deps
- Upgrade d015b16
Upgrade deps
- Upgrade deps ac3bd1c
Move tslib to deps
Fix #2
5.0.0: Rename toString into stringify
BREAKING CHANGES
toString
has been renamed back tostringify
because it has parameters that does not exist in thetoString
method of object.- Drop Node 8 support
Commits
Minor refactor and adding more tests
Fix return type of matchExact
- Fix matchExact type 698b954
Add createCreator
Chemin.createCreator
let you override the default values forserialize
4.0.0: API changes
BREAKING CHANGES
- Top level export
Chemin
now only containsisChemin
,parse
andcreate
- Other function have been moved to methods on
Chemin
objectserialize
(third parameter option added to control leading / trailing slash)match
matchExact
extract
toString
(previouslystringify
)
CheminParams
have been renamedCheminParam
(withouts
)- In
Chemin.parse
foo?
now resolved to a newCheminParam.optionalString
changing the type of it's value