UNPKG

1.69 kBMarkdownView Raw
1### 3.1.0
2
3- allow customHeaders to be a function [321](https://github.com/i18next/i18next-xhr-backend/pull/321)
4
5### 3.0.1
6
7- typescript: Fix the types and use exposed types from i18next [319](https://github.com/i18next/i18next-xhr-backend/pull/319)
8
9### 3.0.0
10
11- removes deprecated jsnext:main from package.json
12- Bundle all entry points with rollup [314](https://github.com/i18next/i18next-xhr-backend/pull/314)
13- **note:** dist/es -> dist/esm, dist/commonjs -> dist/cjs (individual files -> one bundled file)
14- removes bower finally
15
16### 2.0.1
17
18- typescript: fix types [298](https://github.com/i18next/i18next-xhr-backend/pull/298)
19
20### 2.0.0
21
22- typescript: add types
23
24### 1.5.1
25
26- fixes add path to use `/locales/...`
27
28### 1.5.0
29
30- add .js for browser import implementation [PR268](https://github.com/i18next/i18next-xhr-backend/pull/268)
31
32### 1.4.3
33
34- Fix XML parsing error in Firefox [PR265](https://github.com/i18next/i18next-xhr-backend/pull/265)
35
36### 1.4.2
37
38- usage with sinon [260](https://github.com/i18next/i18next-xhr-backend/pull/260)
39
40### 1.4.1
41
42- fixes ajax
43
44### 1.4.0
45
46- add `queryStringParams` option [PR255](https://github.com/i18next/i18next-xhr-backend/pull/255)
47
48### 1.3.0
49
50- add support for custom headers [PR250](https://github.com/i18next/i18next-xhr-backend/pull/250)
51- update dev dependencies
52
53### 1.2.1
54
55- downgrade babel-preset-es2015-native-modules to correctly build es files
56
57### 1.2.0
58
59- support withCredentials flag on XHR [PR238](https://github.com/i18next/i18next-xhr-backend/pull/238)
60
61### 1.1.0
62
63- allows loadPath to be a function [PR236](https://github.com/i18next/i18next-xhr-backend/pull/236)
64
65### 1.0.1
66
67- change amd export to unnamed
68- initial v1