generator-http-fake-backend
Advanced tools
Changelog
4.1.0 (2018-02-22)
<a name="4.0.0"></a>
Changelog
4.0.0 (2018-02-19)
We moved from v2.0.1 to v4.0.0 and skipped v3.x to be on the same major level as the underlying http-fake-backend to avoid confusion.
Update fake backend to 4.0.2 (05e234d), closes #7 #11
http-fake-backend 4.0.2
Bug Fixes
- update minimum node version in package.json
Change
engines.node
to>=6.0.0
to reflect the minimum node version which is needed since http-fake-backend 4.0.0.http-fake-backend 4.0.1
Bug Fixes
- encoding of binary files send via endpoints
http-fake-backend 4.0.0
Bug Fixes
- dependencies: Apply changes of boom update
- dependencies: Update dependencies
Code Refactoring
- Refactor existing codebase
Documentation
- Update required minimum Node version in readme
Features
- Add support for other response content-types, closes #7
- Add support for sending files as response, closes #11
BREAKING CHANGES
- The transitive dependency punycode@2.1.0 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/');
Changelog
4.0.0 (2018-02-19)
We moved from v2.0.1 to v4.0.0 and skipped v3.x to be on the same major level as the underlying http-fake-backend to avoid confusion.
Update fake backend to 4.0.2 (05e234d), closes #7 #11
http-fake-backend 4.0.2
Bug Fixes
- update minimum node version in package.json
Change
engines.node
to>=6.0.0
to reflect the minimum node version which is needed since http-fake-backend 4.0.0.http-fake-backend 4.0.1
Bug Fixes
- encoding of binary files send via endpoints
http-fake-backend 4.0.0
Bug Fixes
- dependencies: Apply changes of boom update
- dependencies: Update dependencies
Code Refactoring
- Refactor existing codebase
Documentation
- Update required minimum Node version in readme
Features
- Add support for other response content-types, closes #7
- Add support for sending files as response, closes #11
BREAKING CHANGES
- The transitive dependency punycode@2.1.0 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/');