2.3 KiB
2.3 KiB
3.2.2
- typescript: Hotfix TS error importing types from i18next 333
3.2.1
- typescript: Use updated ts export default from i18next 330
3.2.0
- Parse payload option 326
3.1.2
- typescript: fix No inputs were found in config file" - tsconfig typo 323
3.1.1
- typescript: fix use of class, add
use()
tests 322
3.1.0
- allow customHeaders to be a function 321
3.0.1
- typescript: Fix the types and use exposed types from i18next 319
3.0.0
- removes deprecated jsnext:main from package.json
- Bundle all entry points with rollup 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
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
1.4.3
- Fix XML parsing error in Firefox PR265
1.4.2
- usage with sinon 260
1.4.1
- fixes ajax
1.4.0
- add
queryStringParams
option PR255
1.3.0
- add support for custom headers PR250
- 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
1.1.0
- allows loadPath to be a function PR236
1.0.1
- change amd export to unnamed
- initial v1