Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Releases: mulesoft-labs/raml-path-match

Rewrote to work with webapi-parser

28 Jul 07:36
Compare
Choose a tag to compare

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 of var;

v2.3.0

07 May 07:01
Compare
Choose a tag to compare
  • Updated dependencies
  • Dropped Node 8 support

Updated dependencies

02 Apr 21:14
Compare
Choose a tag to compare
v2.2.0

2.2.0

raml-validate version increment

08 Apr 04:21
Compare
Choose a tag to compare

default RAMLVersion to RAML08 in raml-validate

08 Mar 05:29
Compare
Choose a tag to compare
v2.1.1

raml-validate version++ (RAMLVersion is now defaulting to 'RAML08')

RAML 1.0 support

01 Mar 01:16
Compare
Choose a tag to compare
v2.1.0

version 2.1.0 with support for RAML 1.0

Level 2 URI Templates

02 Mar 23:55
Compare
Choose a tag to compare

Changed

  • Match level 2 URI templates used in RAML 1.0

Parameter Merging

12 Feb 22:25
Compare
Choose a tag to compare

Added

  • Merge new URI parameters and receive a new path matching function

Omit Unused Parameters

12 Feb 19:08
Compare
Choose a tag to compare

Fixed

  • Previously assumed all passed in parameters were used in the path, but this causes not matching errors when a parameter is unused