You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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