node-match-path icon indicating copy to clipboard operation
node-match-path copied to clipboard

Adhers to the specification

Open kettanaito opened this issue 4 years ago • 1 comments

Changes

  • The library now adheres to the route parameters specification.
  • Adds path parsing step to reduce a path string to the list of tokens.
  • Supports optional parameters.
  • Supports zero-or-more parameters.
  • Supports one-or-more parameters.

kettanaito avatar Aug 22 '21 12:08 kettanaito

The tests are failing because the multiple optional path parameters feature is not currently implemented.

kettanaito avatar Aug 22 '21 13:08 kettanaito