- Adding function to parse language for ICU 63
- update intl-messageformat dependency to address 62
- update intl-messageformat dependency to address 57
- Added ES build to general build task 37
- i18next-icu incompatible with react-i18next 34
- update all dependencies, and update rollup build 31 solves intl-messageformat is egregiously out of date 30
- Fix/make error handling work 27
- index.d.ts: add
parseErrorHandler
and tune types 25
- Add error handling for failed parsing. Allow custom error handler 24
- typescript: IDE autocomplete: annoying short locale data names 23
- feat: Bind i18n and resource store events to clear the memoized cache 18
- typescript: fix Broken typescript example 15
- typescript: add typings 13
- fixes passing in localeData as array 9
- fixes memoize path for keySeparator false global replace 8
- fixes memoize path for keySeparator false 7
- rename formatters to formats and addFormatters to addUserDefinedFormats
- with i18next >=v11.3.3 only memoize if successful lookup
- allow to pass in localeData in init options
- remove dependencies on lodash.get/.set
- add locale-data to import via
i18next.ICU.addLocaleData(fr);
- initial version