Http Fake Backend Versions Save

Build a fake backend by providing the content of JSON files or JavaScript objects through configurable routes.

5.0.0

6 months ago

Bug Fixes

BREAKING CHANGES

  • This project now needs Node 18 or greater.

4.1.0

6 years ago

Features

  • Add possibility to define custom response header (ef26157), closes #10

See all changes since the last release

4.0.3

6 years ago

Bug Fixes

  • Update dependencies (89ebc52)
    • Skipping hapi updates with breaking changes to keep Node 6 compatibility for now.

4.0.2

6 years ago

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.

4.0.1

6 years ago

Bug Fixes

  • encoding of binary files send via endpoints (677b572)

4.0.0

6 years ago

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/');
    

See all changes between 3.2.4 and 4.0.0

v3.2.4

7 years ago

Basically just updated dependencies 📦

Changes

  • dca6d59 Update Yarn lock file
  • 5cab43c Remove Node 5 from travis config
  • 908721f Update dependencies

v3.2.3

7 years ago

Updated dependencies 📦

Changes

  • 464142df Update dependencies

v3.2.2

7 years ago

Basically just updated dependencies 📦

Changes

  • 8a431041 Remove Snyk and update dependencies
  • ba9e22a6 Setup snyk
  • e21d842f Update dependencies

v3.2.1

7 years ago

Just updated dependencies and did some repo/tooling maintenance :nail_care:

Changes

  • 63c572e5 Update dependencies
  • 940746db Fix reporting to coveralls
  • 745131ae Simplify travis config (#3)
  • 30e98187 Add Code Climate batch
  • b59ee275 Code Climate setup
  • 4702c962 Readme tweaks
  • c6048daa Run npm scripts with Yarn
  • a4462284 Fix italic emoji in README