Skip to content

Releases: dullkingsman/axiosbridge

v1.1.0

03 Feb 21:04

Choose a tag to compare

1.1.0 - 2023-02-03

Fixed

  • Replaced ts-results with rustic as it was causing problems with commonjs modules

v1.0.12

03 Feb 09:17

Choose a tag to compare

1.0.12 - 2023-02-03

Fixed

  • Removed data property accessor that tries to find data in res.data

v1.0.11

03 Feb 08:08

Choose a tag to compare

1.0.11 - 2023-02-03

Fixed

  • Made axios intercept return when rejecting
  • Added missing status code to axios error processor
  • Turned ts-results imports to esm imports

v1.0.10

26 Nov 08:41

Choose a tag to compare

1.0.10 - 2022-11-26

Fixed

  • Added request and pre-request error catches for axios

v1.0.9

16 Nov 09:49

Choose a tag to compare

1.0.9 - 2022-11-16

Fixed

  • Added the AxiosStatic object as a Bridge static property to avoid potential faults because of imports.

v1.0.8

11 Nov 14:31

Choose a tag to compare

1.0.8 - 2022-11-11

Changed

  • Changed the primary parameter for Bridge to AxiosConfig
  • Updated usages in docs

v1.0.7

11 Nov 13:23

Choose a tag to compare

1.0.7 - 2022-11-11

Added

  • Added connection_timeout as a Bridge instance
  • Generated documentation
  • Updated default exported axios item access to check for the item on the default instance

v1.0.7-beta.0

10 Nov 13:58

Choose a tag to compare

v1.0.7-beta.0 Pre-release
Pre-release

1.0.7-beta.0 - 2022-11-10

Fixed

  • Reimplemented safe async executor to avoid pattern matching with fp-ts

v1.0.6-beta.0

10 Nov 11:42

Choose a tag to compare

v1.0.6-beta.0 Pre-release
Pre-release

1.0.6-beta.0 - 2022-11-10

Fixed

  • Updated promise converter to use try/catch statements

v1.0.5

10 Nov 10:01

Choose a tag to compare

1.0.5 - 2022-11-10

Added

  • Exported the promise converter