4.3.1 (2016-08-26)
4.3.0 (2016-08-26)
- add pluralization (#44) by @mmochetti (b5b84d8)
4.2.3 (2016-08-23)
- improve re-rendering cost when change the lang (0707338)
4.2.2 (2016-08-15)
4.2.1 (2016-08-13)
- translate: fallback translation warning (5f6b271)
4.2.0 (2016-08-12)
- format: use hasOwn function of Vue.util (a8a19a0)
4.1.0 (2016-07-25)
- util: fixed isArray reference errors (0c6f6a0)
- support vue 2.0.0.beta later (0e1d2f7)
4.0.1 (2016-06-06)
- translate: fix underscore named argument translate issue (eeaf936)
4.0.0 (2016-05-10)
- support vue 2.0-pre-alpha (f6517bc)
3.1.1 (2016-05-09)
- auto installation for standalone (2b0dc09)
3.1.0 (2016-05-09)
- options: remove Vue.use options (d87b59b)
- keypath: port the object path parser (3ae04b7)
- translation: fix hypenate included key translating (d0a415f), closes #24
- translation: warning outputing when cannot translate with keypath (b4c7c0e), closes #22
3.0.0 (2016-04-18)
- lang: support lang reactive changing (203ee85), closes #2 #15
- locale: support dynamic local (4d61e8d), closes #6 #21
- index: plugin install
Vue.use
options (options.locales
,options.lang
). See README
2.4.1 (2016-02-29)
- i18n: support ruby on rails i18n interpolation format (b6b2490)
2.4.0 (2016-02-06)
2.3.3 (2015-12-09)
- npm: npm install error (e31e89e)
- bower: good-bye bower 😉 (d99eb15)
- bower: not support
bower
package manager
I think that bower is dead. 🙅
2.3.2 (2015-12-09)
- bundle: more compact the vue-i18n distribution file (2f32ecc)
2.3.1 (2015-12-01)
- index: automatically install for standalone (25b8059)
2.3.0 (2015-11-26)
- index: support automatically install for standalone (ada2673)
- Re-implemetation with ES6 (babel)
- Add global local language setting with
Vue.config.lang
- Support Vue.js 0.12
- Remove the followings (Breaking Changes)
Vue.t
functionv-t
directive
- Fix unit test error
- Support template string in
$t
method - Support language changing in
$t
method
- Add
$t
method
- Bump to 0.11.0
- Support Vue.js 0.11.0-rc
- Support bower
- Add
Vue.t
function
- Release first
- Initial project