Skip to content

Releases: i18next/i18next

v23.8.2

31 Jan 13:58
Compare
Choose a tag to compare
  • optimize addResources to address 2130

v23.8.1

29 Jan 06:10
Compare
Choose a tag to compare
  • types: support stricter typechecking for returnEmptyString and returnNull 2129

v23.8.0

28 Jan 10:44
Compare
Choose a tag to compare
  • improve performance by reducing array slices and RegExp recreation 2128

v23.7.20

26 Jan 12:02
Compare
Choose a tag to compare
  • optimize: consistent _zero special handling also for defaultValue_zero 2124
  • intl plural rule for dev is now en (consistent with v3 compatibility)

v23.7.19

24 Jan 22:41
Compare
Choose a tag to compare
  • fix: consistent _zero special handling also for defaultValue_zero 2124

v23.7.18

20 Jan 22:02
Compare
Choose a tag to compare
  • types: support readonly defaultNS 2123

v23.7.17

20 Jan 12:00
Compare
Choose a tag to compare
  • types: fix support for defaultNS as array (fixes 2118) 2121
  • types: fix typo in CustomInstanceExtensions 2122

v23.7.16

04 Jan 11:19
Compare
Choose a tag to compare
  • fix: Use Typescript 5 types with Typescript 5+ 2108
    • Hint: If you're using TypeScript 4 and you navigate to the type definitions in your code editor, it might be you will see the TypeScript 5 types, but the TS compiler should use the correct types.

v23.7.15

03 Jan 10:37
Compare
Choose a tag to compare
  • types: simplifies types for array access and fixes 2103

v23.7.14

02 Jan 20:06
Compare
Choose a tag to compare
  • types: fix types for array access