This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
Releases: mulesoft-labs/raml-path-match
Releases · mulesoft-labs/raml-path-match
Rewrote to work with webapi-parser
Major changes (BREAKING):
- Rewrote to work with webapi-parser (#14);
- New dependency:
ajv
; - New dev dependency:
webapi-parser
; - Dropped dependency:
raml-validate
; - Removed
RAMLVersion
option (now inferred automatically);
Minor changes:
- Updated dependencies' versions;
- Switched to
const/let
instead ofvar
;
v2.3.0
Updated dependencies
v2.2.0 2.2.0
raml-validate version increment
v2.1.2 2.1.2
default RAMLVersion to RAML08 in raml-validate
v2.1.1 raml-validate version++ (RAMLVersion is now defaulting to 'RAML08')
RAML 1.0 support
v2.1.0 version 2.1.0 with support for RAML 1.0
Level 2 URI Templates
Changed
- Match level 2 URI templates used in RAML 1.0
Parameter Merging
Added
- Merge new URI parameters and receive a new path matching function
Omit Unused Parameters
Fixed
- Previously assumed all passed in parameters were used in the path, but this causes not matching errors when a parameter is unused