Skip to content

Releases: i18next/i18next

v25.7.3

15 Dec 06:42

Choose a tag to compare

v25.7.2

08 Dec 08:52

Choose a tag to compare

  • fix: Invalid overwrite of default value for overloadTranslationOptionHandler 2374.

v25.7.1

01 Dec 20:48

Choose a tag to compare

  • TS: remove wrong signature 2372.

v25.7.0

01 Dec 12:47

Choose a tag to compare

  • Enhance cloneInstance to create a new interpolator if interpolation options are passed in. This will address 2371.

v25.6.3

19 Nov 07:06

Choose a tag to compare

  • chore: dependency updates 2368

v25.6.2

11 Nov 08:18

Choose a tag to compare

  • types: export InterpolationMap

v25.6.1

06 Nov 20:27

Choose a tag to compare

  • fix: createInstance does not exist on an instance #2366

v25.6.0

10 Oct 11:52

Choose a tag to compare

  • feat: exists() method now respects returnObjects option - returns false when accessing an object key with returnObjects: false, enabling detection of object vs string keys 2359

    Note: This is a potential behavior change. If you were previously calling exists() with returnObjects: false on object keys, those calls will now return false instead of true. This enables developers to detect whether a key points to an object or string value.

v25.5.3

01 Oct 13:06

Choose a tag to compare

  • export esm type declaration for keyFromSelector 2356

v25.5.2

05 Sep 11:30

Choose a tag to compare

  • fix last change => for cjs there is just 1 default export, no named exports, fixes 2348