This repository has been archived by the owner on Oct 20, 2023. It is now read-only.
Releases: micromata/http-fake-backend
Releases · micromata/http-fake-backend
5.0.0
4.1.0
4.0.3
4.0.2
4.0.1
4.0.0
Bug Fixes
- dependencies: Apply changes of boom update (a17f805)
- dependencies: Update dependencies (ab5974a)
- dependencies: Update dependencies (f362c9c)
- update dependencies (bbd445b)
Code Refactoring
- Refactor existing codebase (3751899)
Documentation
- Update required minimum Node version in readme (e1c549b)
Features
- Add support for other response content-types (c9a7d12), closes #7
- Add support for sending files as response (70d535f), closes #11
BREAKING CHANGES
-
The transitive dependency [email protected] needs Node version ">=6".
-
The setup.js is divided to multiple files.
Therefore you need to change the import of the setup in your endpoint files
like the following:// before const SetupEndpoint = require('./setup/setup.js'); // now const SetupEndpoint = require('./setup/index.js'); // or: const SetupEndpoint = require('./setup/');
Version 3.2.4
Version 3.2.3
Version 3.2.2
Version 3.2.1
Just updated dependencies and did some repo/tooling maintenance 💅