All Versions
347
Latest Version
Avg Release Cycle
11 days
Latest Release
-

Changelog History
Page 26

  • v6.1.1 Changes

    • patching same separators to lookup if the ns exists - else guess the first item is just part of the key and not meant as a namespace
  • v6.1.0 Changes

    • you now can use same nsSeparator and keySeparator (eg. use a dot for both)
  • v6.0.3 Changes

    • do not loop over objectTree if keySeparator is set to false
  • v6.0.2 Changes

    • 🛠 fixes init flow of clone
  • v6.0.1 Changes

    • 🛠 fixes issue in event emitter, assert all emitters get called even if one called get removed and changes the array index
  • v6.0.0 Changes

    • 0️⃣ Return namespace in cimode with appendNamespaceToCIMode option (default now will only return key without namespace - independent of call to t function) #863
  • v5.0.0 Changes

    • 0️⃣ Nested keys should not be escaped by default #854
    • 👯 Make sure i18next.init() runs for i18next.cloneInstance() #860
  • v4.2.0 Changes

    • ➕ adds i18next.isInitialized when isInitialized
    • triggers backend loaded event before initialized
  • v4.1.3 Changes

    • 👍 smaller changes suggested to still inofficial support ie8 #852
  • v4.1.2 Changes

    • 🛠 fixes same interpolation object with multiple getFixedT() in different locales yields wrong translation #851
    • ⚡️ updated all build deps