Releases: dldc-packages/chemin
Releases · dldc-packages/chemin
Fix tests & Add methods on Chemin object
Remove type CheminMatchResult
Export CheminMatch interface
- Export CheminMatch 3724d0d
Add Chemin.extract
- Add
Chemin.extract
Renaming interger into integer
BREACKING CHANGE
- Renaming
CheminParams.interger
intoCheminParams.integer
(too much "r"...)
Update description
Add CheminParams.interger
- Add
CheminParams.interger
- Fix
CheminParams.string
to not match empty string
Fix matchExact
Fix return of matchExact
Add matchExact method
The new Chemin.matchExact
will make sure the rest
is empty and return the Params directly.
Fix Chemin.stringify
Fix the stringify
function when a pattern is inside another one (it was adding an extra /
).