All Versions
10
Latest Version
Avg Release Cycle
55 days
Latest Release
2039 days ago
Changelog History
Changelog History
-
v4.1.0 Changes
February 21, 2018π Features
-
v4.0.3 Changes
February 19, 2018π Bug Fixes
- β‘οΈ Update dependencies (89ebc52)
- Skipping hapi updates with breaking changes to keep Node 6 compatibility for now.
- β‘οΈ Update dependencies (89ebc52)
-
v4.0.2 Changes
December 06, 2017π Bug Fixes
- β‘οΈ update minimum node version in package.json (131d0ab)
Change
engines.node
to>=6.0.0
to reflect the minimum node version
which is needed since http-fake-backend 4.0.0. -
v4.0.1 Changes
December 04, 2017π Bug Fixes
- encoding of binary files send via endpoints (677b572)
-
v4.0.0 Changes
December 04, 2017π 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:// beforeconst SetupEndpoint = require('./setup/setup.js');// nowconst SetupEndpoint = require('./setup/index.js');// or:const SetupEndpoint = require('./setup/');
-
v3.2.4 Changes
April 01, 2017 -
v3.2.3 Changes
March 09, 2017 -
v3.2.2 Changes
December 19, 2016 -
v3.2.1 Changes
November 27, 2016β‘οΈ Just updated dependencies and did some repo/tooling maintenance π
π Changes
-
v3.2.0 Changes
October 13, 2016π Changes
- 2e658ae Add note about Yarn into the readme
- 9184644 Use Yarn on Travis
- π f0856f8 Add yarn lock file
- β‘οΈ a83d5a8 Update dependencies
- 6777583 Rename sublime settings file
π New Feature: Reproducible installations
π Thanks to the lock file provided by Yarn.
π Thatβs it. Not sure about tagging this as feature release.π± Keep in mind that you of course still can install with npm π