multi-path-matcher

finds and decodes best matching path

BSD-2-CLAUSE License

Downloads
3.1K
Stars
5
Committers
6

Bot releases are hidden (Show)

multi-path-matcher - v2.1.3

Published by arlac77 about 4 years ago

2.1.3 (2020-10-07)

Bug Fixes

multi-path-matcher - v2.1.2

Published by arlac77 over 4 years ago

2.1.2 (2020-07-12)

Bug Fixes

  • further spread priority values (7190756)
multi-path-matcher - v2.1.1

Published by arlac77 over 4 years ago

2.1.1 (2020-07-12)

Bug Fixes

multi-path-matcher - v2.1.0

Published by arlac77 over 4 years ago

2.1.0 (2020-07-12)

Features

  • expos priority constants and increase PRIORITY_PARAM from zero (bac8b6f)
multi-path-matcher - v2.0.15

Published by arlac77 over 4 years ago

2.0.15 (2020-06-12)

Bug Fixes

  • do nont include fragment & query parts in the param values (b439130)
multi-path-matcher - v2.0.14

Published by arlac77 over 4 years ago

2.0.14 (2020-05-30)

Bug Fixes

multi-path-matcher - v2.0.13

Published by arlac77 over 4 years ago

2.0.13 (2020-05-30)

Bug Fixes

  • optimize compile slightly (75f5ba5)
  • require latest node 12 (a37786f)
multi-path-matcher - v2.0.12

Published by arlac77 over 4 years ago

2.0.12 (2020-04-10)

Bug Fixes

  • engines: add >=12.16.2 remove >=12.16.1 (engines.node) (b41b621)
multi-path-matcher - v2.0.11

Published by arlac77 over 4 years ago

2.0.11 (2020-03-02)

Bug Fixes

  • use simple quotes where possible (07b6ca2)
multi-path-matcher - v2.0.10

Published by arlac77 over 4 years ago

2.0.10 (2020-03-02)

Bug Fixes

  • do not use named capture groups (330097a), closes #61
multi-path-matcher - v2.0.9

Published by arlac77 over 4 years ago

2.0.9 (2020-02-27)

Bug Fixes

  • further simplify pathToRegexp() (b7f4855)
multi-path-matcher - v2.0.8

Published by arlac77 over 4 years ago

2.0.8 (2020-02-27)

Bug Fixes

multi-path-matcher - v2.0.7

Published by arlac77 over 4 years ago

2.0.7 (2020-02-25)

Bug Fixes

  • engines: add >=12.16.1 remove >=12.14.1 (engines.node) (8b2cb89)
multi-path-matcher - v2.0.6

Published by arlac77 almost 5 years ago

2.0.6 (2020-01-27)

Bug Fixes

multi-path-matcher - v2.0.5

Published by arlac77 almost 5 years ago

2.0.5 (2020-01-08)

Bug Fixes

  • engines: add >=12.14.1 remove >=12.14.0 (engines.node) (136946b)
multi-path-matcher - v2.0.4

Published by arlac77 about 5 years ago

2.0.4 (2019-10-17)

Bug Fixes

  • simplyfy pathToRegexp slightly (b9d6f43)
multi-path-matcher - v2.0.3

Published by arlac77 about 5 years ago

2.0.3 (2019-09-09)

Bug Fixes

multi-path-matcher - v2.0.2

Published by arlac77 about 5 years ago

2.0.2 (2019-09-08)

Bug Fixes

  • ignore query params path?a=1&b=2 (7797594)
multi-path-matcher - v2.0.1

Published by arlac77 about 5 years ago

2.0.1 (2019-08-24)

Bug Fixes

  • matcher: always deliver params even if no route found (c8b3c89)
multi-path-matcher - v2.0.0

Published by arlac77 about 5 years ago

2.0.0 (2019-08-10)

Bug Fixes

  • route keys are ordered after their appearance in the path (c3d5532)
  • use Object.assign() to copy all compilation results into the route (8e4b4b1)

BREAKING CHANGES

  • compiled in keys is now a Array of strings not a Set