### 3.0.0

- ESM by default, trying to address [78](https://github.com/i18next/i18next-icu/issues/78)

### 2.4.2

- try to address: Can't resolve latest version of intl-messageformat [77](https://github.com/i18next/i18next-icu/issues/77)

### 2.4.1

- types for `escapeVariables` option [74](https://github.com/i18next/i18next-icu/issues/74)

### 2.4.0

- Fix HTML special characters truncation in variable values [73](https://github.com/i18next/i18next-icu/pull/73) by introducing `escapeVariables` option

### 2.3.0

- Adding function to parse language for ICU [63](https://github.com/i18next/i18next-icu/pull/63)

### 2.2.0

- update intl-messageformat dependency to address [62](https://github.com/i18next/i18next-icu/issues/62)

### 2.1.0

- update intl-messageformat dependency to address [57](https://github.com/i18next/i18next-icu/issues/57)

### 2.0.3

- Added ES build to general build task [37](https://github.com/i18next/i18next-icu/pull/37)

### 2.0.2

- i18next-icu incompatible with react-i18next [34](https://github.com/i18next/i18next-icu/pull/34)

### 2.0.0

- update all dependencies, and update rollup build [31](https://github.com/i18next/i18next-icu/pull/31) solves intl-messageformat is egregiously out of date [30](https://github.com/i18next/i18next-icu/issues/30)

### 1.4.2

- Fix/make error handling work [27](https://github.com/i18next/i18next-icu/pull/27)

### 1.4.1

- index.d.ts: add `parseErrorHandler` and tune types [25](https://github.com/i18next/i18next-icu/pull/25)

### 1.4.0

- Add error handling for failed parsing. Allow custom error handler [24](https://github.com/i18next/i18next-icu/pull/24)

### 1.3.1

- typescript: IDE autocomplete: annoying short locale data names [23](https://github.com/i18next/i18next-icu/pull/23)

### 1.3.0

- feat: Bind i18n and resource store events to clear the memoized cache [18](https://github.com/i18next/i18next-icu/pull/18)

### 1.2.1

- typescript: fix Broken typescript example [15](https://github.com/i18next/i18next-icu/pull/15)

### 1.2.0

- typescript: add typings [13](https://github.com/i18next/i18next-icu/pull/13)

### 1.1.2

- fixes passing in localeData as array [9](https://github.com/i18next/i18next-icu/issues/9)

### 1.0.1

- fixes memoize path for keySeparator false global replace [8](https://github.com/i18next/i18next-icu/pull/8)

### 1.0.0

- fixes memoize path for keySeparator false [7](https://github.com/i18next/i18next-icu/pull/7)

### 0.6.0

- rename formatters to formats and addFormatters to addUserDefinedFormats

### 0.5.0

- allow custom formatters like described [here](https://github.com/yahoo/intl-messageformat#user-defined-formats) - [5](https://github.com/i18next/i18next-icu/issues/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
