Skip to content

Releases: emileber/axios-middleware

End of life release

09 Aug 23:19
v0.4.0
b4d2d96
Compare
Choose a tag to compare
End of life release Pre-release
Pre-release

Notice

This release will be the last for this package. Axios is no longer the recommended library it used to be and it also introduced breaking changes making this library harder to maintain. Please consider an alternative.

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

Removes HttpMiddleware base class

13 Jul 14:21
v0.3.0
3d7ca38
Compare
Choose a tag to compare
Pre-release

This is a breaking change for anyone using the class syntax, inheriting the HttpMiddleware base class.

See PR #10

Updates axios peer dependency range

26 Jun 18:38
v0.2.1
679302c
Compare
Choose a tag to compare
Pre-release

See #8

Adds custom adapter

15 Jun 20:59
v0.2.0
854a096
Compare
Choose a tag to compare
Adds custom adapter Pre-release
Pre-release

Adds the new onSync method and each handler method can now return a promise.

Simplified middleware syntax

05 Feb 03:17
v0.1.3
1197b4b
Compare
Choose a tag to compare
Pre-release

Breaking changes: refactored handle prefix in favor of on in #4.

  • handleRequestError is now onRequestError
  • handleResponseError is now onResponseError

Replaces webpack with rollup

30 Jan 03:02
v0.1.2
475a4c4
Compare
Choose a tag to compare
Pre-release

Cleaner build files without webpack bloat.

Fixes prebuilt published files

29 Jan 20:40
v0.1.1
15078f2
Compare
Choose a tag to compare
Pre-release

Webpack config was broken and babel wasn't running.