Apisauce Versions Save

Axios + standardized errors + request/response transforms.

v3.0.1

11 months ago

3.0.1 (2023-06-17)

Bug Fixes

v3.0.0

1 year ago

3.0.0 (2023-03-08)

NOTE: This version shipped with the wrong version of axios. Use 3.0.1 instead.

Bug Fixes

  • .circleci: Add infinitered-npm-package context (abfba3a)

Features

BREAKING CHANGES

  • deps: upgrades axios to latest version with some breaking changes (shouldn't have an effect on most projects but we are releasing as a breaking change to be safe)

v2.1.6

1 year ago

2.1.6 (2022-08-22)

Bug Fixes

v1.1.5

2 years ago

New 1.x version to update Axios. Thanks to @chakrihacker! https://github.com/infinitered/apisauce/pull/273

v2.1.5

2 years ago

2.1.5 (2021-12-17)

Bug Fixes

v2.1.4

2 years ago

2.1.4 (2021-12-17)

Bug Fixes / Performance Improvements

This release removes ramda.js from our production build of apisauce. (It's still present in devDependencies and the tests, but not the production builds.)

            commonjs    umd
With Ramda:     7.6k  19.2k
Without:        6.6k   5.8k

v2.1.3

2 years ago

2.1.3 (2021-12-16)

Bug Fixes

  • types: TypeScript generics fix (#280 by @TheHackerCoding) (cdeb265)

v2.1.2

2 years ago

2.1.2 (2021-10-03)

Bug Fixes

  • update axios and fix default value for (#277) (4d4c45d)

v2.1.1

3 years ago

2.1.1 (2021-04-22)

Bug Fixes

v2.1.0

3 years ago

2.1.0 (2021-04-19)

Features