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

Changelog History
Page 32

  • v1.10.0 Changes

    • ๐Ÿ”€ [BREAKING] new callbacks will be node.js conform function(err, t) | Forward the error from sync fetch methods to the init callback function PR 402
    • ๐Ÿ›  fix fallback lng option during translations PR 399
    • โž• Adds jquery like functionality without the jquery plugin. PR 403
  • v1.9.1 Changes

    • ๐Ÿ›  fix fallback lng option during translations PR 399
    • โž• Adds jquery like functionality without the jquery plugin. PR 403
  • v1.9.0 Changes

    • i18n.noConflict() PR 371
    • ๐Ÿ›  fix fallback to default namepsace when namespace passed as an option PR 375
    • cache option for ajax requests PR 376
    • option to show key on value is empty string PR 379
    • โž• Add isInitialized method PR 380
    • Null check for detectLngFromLocalStorage PR 384
    • ๐Ÿ‘Œ support for adding timeout in configuration for ajax request PR 387
  • v1.8.2 Changes

    • ๐Ÿ›  fixes build of commonjs with jquery file
  • v1.8.0 Changes

    • ๐Ÿ— [BREAKING] adds custom build for commonjs with jquery...default will be without require for jquery
    • ๐Ÿ›  fixes issue issue 360
    • ๐Ÿ”ฆ expose applyReplacement on api
    • ๐Ÿ’พ save resources to localStorage when useLocaleStore is true
    • โž• add support on key is a number
    • โž• added getResourceBundle to API
    • ๐Ÿ‘ allow multiple post-processors
    • ๐Ÿ›  fallback to singular if no plural is found fixes issue issue 356
    • ๐Ÿ›  access localstorage always with try catch fixes issue issue 353
  • v1.7.7 Changes

    • ๐Ÿ›  fixes issue with stack overflow on t(lng, count)
    • ๐Ÿ›  fixes empty value fallback when processing secondary ns
  • v1.7.6 Changes

    • ๐Ÿ›  fixes lng detection (i18next-client on npm)
  • v1.7.5 Changes

    • โž• adds option to define defaultOptions, which gets merged into t(options) issue 307
    • optimization of size added by plural rules
    • ๐Ÿ“œ handle error on json parse when using internal xhr
    • ๐Ÿ›  fixes plural/singular on count if going on fallbacks eg. fr --> en
    • ๐Ÿ›  fixes global leak of sync in amd versions
    • apply options.lowerCaseLng to fallbackLng too
    • โž• added hasResourceBundle(lng, ns) to check if bundle exists
    • โž• added experimental i18n.sync.reload --> resets resStore and reloads resources
    • catch issues with localStorage quota
    • ๐Ÿ”„ changes detectlanguage to support whitelist entries
  • v1.7.4 Changes

    • โž• add resource bundle gets deep extend flag i18n.addResourceBundle(lng, ns, { 'deep': { 'key2': 'value2' }}, true);
    • ๐Ÿ†• new functions to add one key value or multiple i18n.addResource(lng, ns, key, value);, i18n.addResources(lng, ns, {'key1': 'value1', 'deep.key2': 'value2'});
    • ๐Ÿ”€ lngWhitelist merged
    • override postMissing function
    • ๐Ÿ‘ allow floats for count
    • โž• added indefinite functionality for plurals
    • optional set replacing vars to replace member to avoid collision with other options
    • experimental optional detectLngFromLocalStorage
    • ๐Ÿ›  fix for norwegian language
  • v1.7.3 Changes

    • solves issue with ie8 not providing .trim function on string -> added to shim
    • set data using \$(selector).i18n() on data-i18n='[data-someDataAttr]key'
    • more bullet proof state handling on failed file load
    • corrected latvian plurals based on issue 231
    • ๐Ÿ‘ allow array of fallback languages
    • ๐Ÿ‘ allow int in values passed to shortcut sprintf
    • ๐ŸŒ setLng to 'cimode' will trigger a CI mode returning 'key' instead of translation