Skip to content

Releases: MattCCC/axios-multi-api

v1.5.0

02 Jul 14:32
Compare
Choose a tag to compare

Breaking changes:

  • axios instance required as a dependency now meaning axios needs to be installed & imported separately

Changes:

  • decreased bundle size (micro-library)

  • codebase refactor + prettyfied output

  • updated dependencies to the latest versions

  • Axios update by @MattCCC in #29

  • Readme update by @MattCCC in #28

Full Changelog: v1.4.2...v1.5.0

v1.4.2

01 Sep 11:54
Compare
Choose a tag to compare

Changes:

  • fixed dist/ build to align with 1.4.* versions

v1.4.1

31 Aug 10:23
Compare
Choose a tag to compare

Improvements:

  • React integration information in the readme
  • Dependencies updated to latest versions
  • Various readme updates
  • new build process
  • use newer axios API for cancellation

Breaking changes:

  • Use reject strategy as default one for all requests - please set strategy: 'silent' param in your createApiFetcher function if you want previous behavior
  • change of setting name from apiEndpoints to endpoints
  • Supported Node 16+ (dropped support for 12 and 14)
  • esm, iife and cjs builds in dist/ have different filenames after new build process changes
  • Typings are loaded from a single index.d.ts file from the dist/ directory

v.1.3.2

03 Mar 14:59
Compare
Choose a tag to compare

Improvements:

  • [typescript] Update to latest version
  • [dependencies] Update to latest versions

Fixes:

  • fast ESM imports should not break the builds

v.1.3.0

22 Feb 17:40
Compare
Choose a tag to compare

Improvements:

  • [typescript] Import all types from index file

v.1.2.9

21 Feb 19:25
Compare
Choose a tag to compare

Fixed:

  • [typescript] Improve compatibility of per entry-point config

v.1.2.8

21 Feb 18:53
Compare
Choose a tag to compare

Fixed:

  • Main entry point should point to the browser script

v.1.2.6

21 Feb 18:24
Compare
Choose a tag to compare

Features:

  • Updated Axios to newest version 0.26.0

Fixes:

  • [typescript] fix typing issue in onError method supplied class

v1.2.5

12 Aug 20:10
Compare
Choose a tag to compare

Features:

  • Per request on error callback (onError() as 3rd argument)

v1.2.4

10 Aug 16:46
Compare
Choose a tag to compare

Bug fixes:

  • Rollup build failure if production node env flag is not set