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

Releases: mulesoft-labs/osprey-mock-service

Rewrote to work with webapi-parser

28 Jul 08:41
6c79b76
Compare
Choose a tag to compare

Major changes (BREAKING):

  • Rewrote to work with webapi-parser (#77);
  • New dev dependency: webapi-parser;
  • New dependency: raml-sanitize;
  • Dropped dependency: raml-1-parser;
  • All the library API now accepts webapi-parser objects instead of JS Objects/JSON;

Minor changes:

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

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

v0.5.0

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

Support for property-level examples

15 May 03:23
Compare
Choose a tag to compare

Added

  • Add support for individual examples #51

Ramdomized examples & support for `{ext}`

04 Apr 06:01
Compare
Choose a tag to compare

Added

  • Randomized examples (when several examples are defined)
  • Support for {ext} in URI parameters

Fixes

  • Respond with default RAML mediaType #22
  • Response Header Names are replaced by Numbers #30
  • Server fails when type returned is boolean #44

Minor fix

08 Apr 05:33
Compare
Choose a tag to compare
  • adding RAMLVersion option, thanks @camiloforero! (#29)
  • osprey version increment

RAML 1.0 support

01 Mar 01:35
Compare
Choose a tag to compare
v0.2.0

version 0.2.0 with support for RAML 1.0

Request Logging

14 Mar 18:53
Compare
Choose a tag to compare

Added

  • Enable request logging when using the CLI

Changed

  • Updated to osprey@0.3

Use Error Handler

21 Aug 01:55
Compare
Choose a tag to compare

Changed

  • Use the new error handler from Osprey with the mocking server

Latest Osprey Beta

21 Aug 01:53
Compare
Choose a tag to compare

Added

  • CORS support

Base URI Parameters

10 Aug 16:36
Compare
Choose a tag to compare

Fixed

  • createServerFromBaseUri finally uses baseUriParameters