update modules

This commit is contained in:
s2
2020-06-08 08:50:28 +02:00
parent ae4aaf2668
commit 27635904a6
477 changed files with 20385 additions and 35036 deletions

View File

@@ -1,3 +1,38 @@
### 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)