Skip to content

OpenAPI support

Compare
Choose a tag to compare
@javierbrea javierbrea released this 25 Aug 12:18
· 67 commits to master since this release
eeb9b1e

plugin-openapi [1.0.0]

Added

  • feat: First release

core [3.11.0]

Added

  • feat: Support asynchronies in files. Files now can export a function. In that case, the loader will receive the result of the function. If function returns a promise, it will receive the result of the promise once it is resolved (rejected promises are treated as file load errors).
  • Added: Support null value in "from" property in collections

Changed

  • chore(deps): Update @mocks-server/config to 1.3.0

Fixed

  • fix: Collections and routes validation was throwing when undefined was passed as value

config [1.3.0]

Added

  • feat: Add 'nullable' property to option. Nullable types are 'string', 'number' and 'boolean'

main [3.11.0]

Added

  • feat(#384): Add @mocks-server/plugin-openapi to preinstalled plugins.

Changed

  • chore(deps): Update @mocks-server/core dependency to 3.11.0