Releases: nextcloud-libraries/nextcloud-axios
Releases · nextcloud-libraries/nextcloud-axios
v2.5.1
v2.5.0
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
v2.4.0
v2.3.0 – 2022-12-13
v2.3.0 – 2022-12-13
Changed
- Dependency updates
Fixed
- Cancelled request handling in interceptors
- External rollup dependency @nextcloud/router
v2.2.0
v2.1.0
Added
- Maintenance mode retry handler
- Expired CSRF token retry handler
Changed
- Dependency updates
v2.0.0
Added
- Use rollup as bundler
- Add ESM Support
- Run tests in more Node versions
Changed
- Remove babel
v1.11.0
v1.10.0
Changed
- Dependency updates
- Remove babel as production dependency
- Set
@nextcloud/auth
as dependency