Skip to content

Latest commit

 

History

History
88 lines (45 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

88 lines (45 loc) · 2.41 KB

2.3.0

  • Adding function to parse language for ICU 63

2.2.0

  • update intl-messageformat dependency to address 62

2.1.0

  • update intl-messageformat dependency to address 57

2.0.3

  • Added ES build to general build task 37

2.0.2

  • i18next-icu incompatible with react-i18next 34

2.0.0

  • update all dependencies, and update rollup build 31 solves intl-messageformat is egregiously out of date 30

1.4.2

  • Fix/make error handling work 27

1.4.1

  • index.d.ts: add parseErrorHandler and tune types 25

1.4.0

  • Add error handling for failed parsing. Allow custom error handler 24

1.3.1

  • typescript: IDE autocomplete: annoying short locale data names 23

1.3.0

  • feat: Bind i18n and resource store events to clear the memoized cache 18

1.2.1

  • typescript: fix Broken typescript example 15

1.2.0

  • typescript: add typings 13

1.1.2

  • fixes passing in localeData as array 9

1.0.1

  • fixes memoize path for keySeparator false global replace 8

1.0.0

  • fixes memoize path for keySeparator false 7

0.6.0

  • rename formatters to formats and addFormatters to addUserDefinedFormats

0.5.0

  • allow custom formatters like described here - 5

0.4.0

  • with i18next >=v11.3.3 only memoize if successful lookup

0.3.0

  • allow to pass in localeData in init options

0.2.0

  • remove dependencies on lodash.get/.set
  • add locale-data to import via i18next.ICU.addLocaleData(fr);

0.1.0

  • initial version