Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Releases: micromata/http-fake-backend

5.0.0

20 Oct 18:10
Compare
Choose a tag to compare

Bug Fixes

BREAKING CHANGES

  • This project now needs Node 18 or greater.

4.1.0

22 Feb 22:17
Compare
Choose a tag to compare

Features

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

See all changes since the last release

4.0.3

19 Feb 09:38
Compare
Choose a tag to compare

Bug Fixes

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

4.0.2

06 Dec 00:04
Compare
Choose a tag to compare

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

04 Dec 23:47
Compare
Choose a tag to compare

Bug Fixes

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

4.0.0

04 Dec 15:43
Compare
Choose a tag to compare

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

See all changes between 3.2.4 and 4.0.0

Version 3.2.4

01 Apr 21:32
Compare
Choose a tag to compare

Basically just updated dependencies 📦

Changes

Version 3.2.3

09 Mar 12:17
Compare
Choose a tag to compare

Updated dependencies 📦

Changes

Version 3.2.2

19 Dec 21:40
v3.2.2
Compare
Choose a tag to compare

Basically just updated dependencies 📦

Changes

Version 3.2.1

27 Nov 12:11
Compare
Choose a tag to compare

Just updated dependencies and did some repo/tooling maintenance 💅

Changes