nextcloud-axios

Simple, typed wrapper of an Axios instance for Nextcloud https://npmjs.org/@nextcloud/axios

GPL-3.0 License

Stars
8
Committers
14

Bot releases are hidden (Show)

nextcloud-axios - v2.5.0 Latest Release

Published by susnux 6 months ago

2.5.0 - 2024-04-30

Added

  • Export isAxiosError and Axios types - So in most cases you do not need to also depend on vanilla Axios

Fixed

  • fix: Set X-Requested-With header on all requests to avoid browser auth dialogs

Changed

  • Update NPM to v10 for LTS Node version 20
  • Bump axios from 1.5.0 to 1.6.8
  • Bump @nextcloud/router from 2.1.2 to 3.0.1
  • Bump @nextcloud/auth from 2.1.0 to 2.3.0
  • Migrate to vite and vitest
  • Adjust badges and links in README
nextcloud-axios - v2.4.0

Published by skjnldsv over 1 year ago

2.4.0 – 2023-06-28

Fixed

  • Fix package exports to allow Typescript projects with module
    resolution of Node16 or NodeNext to import the package

Changed

  • Axios upgrade from v0.27 to v1.4
  • Update node engines to next LTS (node 20 / npm 9)
  • Dependency updates
nextcloud-axios - v2.3.0 – 2022-12-13

Published by susnux over 1 year ago

v2.3.0 – 2022-12-13

Changed

  • Dependency updates

Fixed

  • Cancelled request handling in interceptors
  • External rollup dependency @nextcloud/router
nextcloud-axios -

Published by susnux over 1 year ago

2.2.0 – 2022-11-24

Added

  • Session expiry handler (opt-in)

Changed

  • Dependency updates
nextcloud-axios -

Published by nickvergessen about 2 years ago

Added

  • Maintenance mode retry handler
  • Expired CSRF token retry handler

Changed

  • Dependency updates
nextcloud-axios - v2.0.0

Published by juliushaertl about 2 years ago

Added

  • Use rollup as bundler
  • Add ESM Support
  • Run tests in more Node versions

Changed

  • Remove babel
nextcloud-axios - v1.11.0

Published by skjnldsv about 2 years ago

1.11.0 – 2022-08-10

Changed

  • Require Node 16 with NPM 7 or NPM 8
  • Dependency updates
nextcloud-axios - v1.10.0

Published by juliushaertl over 2 years ago

Changed

  • Dependency updates
  • Remove babel as production dependency
  • Set @nextcloud/auth as dependency
nextcloud-axios - v1.9.0

Published by skjnldsv almost 3 years ago

1.9.0 – 2022-01-18

Changed

  • Dependency updates (esp. axios v0.25.0)

Fixed

  • Update vulnerable packages (follow-redirects v1.14.7 via axios v0.25.0)
Badges
Extracted from project README
REUSE status Build Status npm code coverage
Related Projects