Skip to content

YAML support. Files API

Compare
Choose a tag to compare
@javierbrea javierbrea released this 08 Aug 10:26
· 115 commits to master since this release
8ae2112

core [3.9.0]

Changed

  • refactor(#371): Separate logic about loading files from logic about loading routes and collections from files. Use the new files.createLoader method to create routes and collections loaders.

Added

  • feat: Expose files API in core.
  • feat: Add createLoader method to files.
  • feat: Add reload method to files.

Fixed

  • fix: Debounce time in files reload was not working. Now it has 200ms of debounce, with a maximum time wait of 1000ms

main [3.9.0]

Changed

  • feat: Log possible start errors
  • chore(deps): Update @mocks-server/core dependency to 3.9.0