- [FEATURE] Added support for i18next version 1.8.0 and greater.
- [FEATURE] Added support for inlining locales multiple module builds, see #13.
- [BUGFIX] Properly handle namespaces when they are passed in as a object in config, see #11.
- [BUGFIX] Do not add ending slash when module name is an empty string, see #11.
- [BUGFIX] Fixed namespaces issue when loading multiple locales in a row, see #9.
- Replaced ajax call with fetch method provided by i18next lib.
- [BREAKING] The plugin builder no longer depends on the i18next lib (the lib should be manually added to the final build file), see #5.
- [BUGFIX] Loading additional namespaces several times doesn't work, see #6.
- [BUGFIX] Error when running a build without inlining the resources, see #7.
- Added resource functions to public plugin API.
- Rewrote some small parts.
- [BUGFIX] Fixed some issues related to loading locales from multiple locations.
- [FEATURE] ability to inline locales when optimizing (single file builds), see #4.
- Added builder file for optimization.
- [BUGFIX] Loading additional namespaces several times doesn't work, see #3.
- [BUGFIX] Fixed requirejs build issues (loading will be skipped when building).
- [FEATURE] Added namespaces support to resource name.
- Cleaned up some code.
- Initial release.