Skip to content

Releases: dldc-packages/chemin

Deno support

16 Sep 12:05
Compare
Choose a tag to compare

Deploy on Deno

14 Sep 09:00
Compare
Choose a tag to compare
v5.0.5

v5.0.5

Upgrade deps

14 Sep 08:03
Compare
Choose a tag to compare

Upgrade deps

28 Jul 22:10
Compare
Choose a tag to compare

Move tslib to deps

04 Apr 17:06
Compare
Choose a tag to compare

5.0.0: Rename toString into stringify

10 Jan 14:27
Compare
Choose a tag to compare

BREAKING CHANGES

  • toString has been renamed back to stringify because it has parameters that does not exist in the toString method of object.
  • Drop Node 8 support

Commits

v4.2.0...v5.0.0

Minor refactor and adding more tests

28 Nov 15:57
Compare
Choose a tag to compare

v4.1.1...v4.2.0

Fix return type of matchExact

23 Oct 14:35
Compare
Choose a tag to compare

Add createCreator

23 Oct 13:27
Compare
Choose a tag to compare
  • Chemin.createCreator let you override the default values for serialize

v4.0.0...v4.1.0

4.0.0: API changes

23 Oct 13:08
Compare
Choose a tag to compare

BREAKING CHANGES

  • Top level export Chemin now only contains isChemin, parse and create
  • Other function have been moved to methods on Chemin object
    • serialize (third parameter option added to control leading / trailing slash)
    • match
    • matchExact
    • extract
    • toString (previously stringify)
  • CheminParams have been renamed CheminParam (without s)
  • In Chemin.parse foo? now resolved to a new CheminParam.optionalString changing the type of it's value

v3.0.1...v4.0.0