Skip to content

Releases: BedrockStreaming/superagent-mock

v5.0.0

02 Aug 08:45
4607f4c
Compare
Choose a tag to compare

Features

  • Update superagent version from 3.8.3 to 8.0.9

Chores

  • Update dependencies with superagent
  • Drop the testing value superagentUserAgentHeader
  • Add prettier in the project

BREAKING CHANGES

  • Add NodeJS 18
  • drop support of NodeJS < 16

v4.0.0

16 Mar 18:58
Compare
Choose a tag to compare

Features

  • add compatibilitu with superagent > 3.6.0

Chores

  • drop travis support, use github action instead
  • upgrade devDependencies
  • update README page

BREAKING CHANGES

  • drop support of NodeJS < 10

Add support for superagent .ok()

13 Feb 17:44
Compare
Choose a tag to compare

Compatibility with [email protected]+

14 Sep 14:22
Compare
Choose a tag to compare

Adapt to change in superagent lib

Add method to the fixtures' context object

25 Jul 11:55
Compare
Choose a tag to compare

Support checking for example if put or delete for the same url (crud rest apis)

Add support for mocking progress events

25 Jul 11:53
Compare
Choose a tag to compare

Add support for mocking progress events
Update technical stack

Delaying mocked responses

13 Feb 10:44
Compare
Choose a tag to compare

Add support for asynchronously delaying mocked responses through config

Add possibility to cancel mock

23 Jan 09:23
Compare
Choose a tag to compare

Add support for cancelling mocking after pattern match.

Refacto to improve compatibility with future versions

09 Jan 09:57
Compare
Choose a tag to compare

Now, we hook only on 'end' and 'abort' methods of superagent.

Support of superagent v3

14 Dec 14:01
Compare
Choose a tag to compare

Support of superagent v3