Releases: veliovgroup/Meteor-Internationalization
Releases · veliovgroup/Meteor-Internationalization
v3.2.1
- 🔧 Fix #10, thanks to @jankapunkt
- 👨💻 Implement #8 via #9, thanks to @jankapunkt
- 🤝 Compatibility with latest meteor and Blaze
v3.2.0
Changes:
- 👨💻 Minor package codebase refactoring
- 👷♂️ Drop
underscore
dependency
Other changes:
- 📔 Update documentation
- 🤝 Compatibility and support for
[email protected]
Dependencies:
- 📦
ostrio:[email protected]
, wasv2.2.1
v3.1.0
- Untie from
templating
package, now package can be used with React.js, Vue.js, and other JS front-end frameworks - Add
.addl10n()
method, allowing dynamic l10n loading and exact code splitting - Dependencies update
- Compatibility with
[email protected]
- Overall codebase enhancements
v3.0.3
- Dependencies update
- Compatibility with
[email protected]
v3.0.2
- Compatibility with
[email protected]
- Dependencies update
v3.0.1
- Overall codebase enhancemets
- Fix language auto-detect from user's browser settings
- Dependencies update
v3.0.0
- Compatibility with
[email protected]
- No more CoffeeScript, move code to ES6
- ES6 import/export
- Deprecate Mongo and File drivers
- Lightweight, just
306
lines including comments
v2.1.6
- Add
has()
method. Use to determine whenever key is exists in configuration file(s).
v2.1.5
- Dependencies update
- Better Windows support
v2.1.4
- Update external dependencies