Files
WorkManager/node_modules/i18next-xhr-backend/CHANGELOG.md
2024-12-13 08:53:01 +01:00

89 lines
2.3 KiB
Markdown

### 3.2.2
- typescript: Hotfix TS error importing types from i18next [333](https://github.com/i18next/i18next-xhr-backend/pull/333)
### 3.2.1
- typescript: Use updated ts export default from i18next [330](https://github.com/i18next/i18next-xhr-backend/pull/330)
### 3.2.0
- Parse payload option [326](https://github.com/i18next/i18next-xhr-backend/pull/326)
### 3.1.2
- typescript: fix No inputs were found in config file" - tsconfig typo [323](https://github.com/i18next/i18next-xhr-backend/issues/323)
### 3.1.1
- typescript: fix use of class, add `use()` tests [322](https://github.com/i18next/i18next-xhr-backend/pull/322)
### 3.1.0
- allow customHeaders to be a function [321](https://github.com/i18next/i18next-xhr-backend/pull/321)
### 3.0.1
- typescript: Fix the types and use exposed types from i18next [319](https://github.com/i18next/i18next-xhr-backend/pull/319)
### 3.0.0
- removes deprecated jsnext:main from package.json
- Bundle all entry points with rollup [314](https://github.com/i18next/i18next-xhr-backend/pull/314)
- **note:** dist/es -> dist/esm, dist/commonjs -> dist/cjs (individual files -> one bundled file)
- removes bower finally
### 2.0.1
- typescript: fix types [298](https://github.com/i18next/i18next-xhr-backend/pull/298)
### 2.0.0
- typescript: add types
### 1.5.1
- fixes add path to use `/locales/...`
### 1.5.0
- add .js for browser import implementation [PR268](https://github.com/i18next/i18next-xhr-backend/pull/268)
### 1.4.3
- Fix XML parsing error in Firefox [PR265](https://github.com/i18next/i18next-xhr-backend/pull/265)
### 1.4.2
- usage with sinon [260](https://github.com/i18next/i18next-xhr-backend/pull/260)
### 1.4.1
- fixes ajax
### 1.4.0
- add `queryStringParams` option [PR255](https://github.com/i18next/i18next-xhr-backend/pull/255)
### 1.3.0
- add support for custom headers [PR250](https://github.com/i18next/i18next-xhr-backend/pull/250)
- update dev dependencies
### 1.2.1
- downgrade babel-preset-es2015-native-modules to correctly build es files
### 1.2.0
- support withCredentials flag on XHR [PR238](https://github.com/i18next/i18next-xhr-backend/pull/238)
### 1.1.0
- allows loadPath to be a function [PR236](https://github.com/i18next/i18next-xhr-backend/pull/236)
### 1.0.1
- change amd export to unnamed
- initial v1