Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@TiagoGrosso TiagoGrosso released this 08 Aug 23:32
· 97 commits to master since this release

7.0.0 (2024-08-08)

Bug Fixes

  • docs: update readme after axios removal (#397) (2987796)
  • it: remove fetch mock from integration tests (#399) (e8ae3c3)

chore

  • remove deprecated methods for paging, range and limit (#398) (560100b)

Features

  • request: remove axios and use native fetch instead (#396) (6036fea)

BREAKING CHANGES

  • addPaging(), addRange() and addLimit() are no
    longer available and should be replaced with withPaging(),
    withRange() and withLimit()
  • request: Since Axios has been removed, error handling with
    AxiosError will no longer work and should be done in accordance with
    the native Node fetch.