Mulesoft Osprey Versions Save

Generate Node.JS API middleware from a RAML definition

v1.0.0

3 years ago

Major changes (BREAKING):

Minor changes:

  • Updated dependencies' versions;
  • Switched to const/let instead of var;

Performance: Performance changes are described in the osprey-profiling repo.

v0.6.0

4 years ago
  • Updated dependencies
  • Dropped Node 8 support

v0.5.0

6 years ago

Improvements

Fixes

  • Datatype-expansion version handles AdditionalProperties false #154
  • Headers only defined in security scheme are removed from the request #79
  • Included schema does not work #151

v0.4.1

7 years ago
  • Fixed resourceTypes type expansion, thanks @cmd-johnson! (#134)
  • Fixed RAML data types with empty objects are not handled properly (#140)

v0.4.0

7 years ago

v.0.3.2

8 years ago
  • Added disableErrorInterception to make interception by request-error-handler optional

v0.3.1

8 years ago

Fixed

  • Patched an issue where options scope was causing the method handler to receive undefined options

v0.3.0

8 years ago

Changed

  • Remove URI parameter re-use introduced in 0.2.0 as it incurs a performance hit, opt for declarative parameter merging of router instances
  • Using a new version of osprey-router, supports URI Templates Level 2

v0.2.0

8 years ago

Changed

  • Bump osprey-router, enabling support for URI parameter re-use between subsequent middleware using the Osprey router - this should make integration with the original RAML file much easier and removes the need to re-declare URI params outside of RAML

v0.2.0-beta.10

8 years ago

Changed