Skip to content

Latest commit

 

History

History
270 lines (120 loc) · 7.12 KB

CHANGELOG.md

File metadata and controls

270 lines (120 loc) · 7.12 KB

4.3.1 (2016-08-26)

🐛 Bug Fixes

4.3.0 (2016-08-26)

⭐ New Features

4.2.3 (2016-08-23)

📈 Performance Fixes

  • improve re-rendering cost when change the lang (0707338)

4.2.2 (2016-08-15)

🐛 Bug Fixes

4.2.1 (2016-08-13)

⚡ Improvements

  • translate: fallback translation warning (5f6b271)

4.2.0 (2016-08-12)

📈 Performance Fixes

  • format: use hasOwn function of Vue.util (a8a19a0)

⭐ New Features

  • fallback: add fallback translation feature (1d1f0f2), closes #36

4.1.0 (2016-07-25)

🐛 Bug Fixes

  • util: fixed isArray reference errors (0c6f6a0)

⭐ New Features

  • support vue 2.0.0.beta later (0e1d2f7)

4.0.1 (2016-06-06)

🐛 Bug Fixes

  • translate: fix underscore named argument translate issue (eeaf936)

4.0.0 (2016-05-10)

⚡ Improvements

  • support vue 2.0-pre-alpha (f6517bc)

3.1.1 (2016-05-09)

⭐ New Features

  • auto installation for standalone (2b0dc09)

3.1.0 (2016-05-09)

⭐ New Features

⚠️ Depcreted

  • options: remove Vue.use options (d87b59b)

⚡ Improvements

  • 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)

Features

DEPRECATED

  • index: plugin install Vue.use options (options.locales, options.lang). See README

2.4.1 (2016-02-29)

Features

  • i18n: support ruby on rails i18n interpolation format (b6b2490)

2.4.0 (2016-02-06)

Features

2.3.3 (2015-12-09)

Bug Fixes

Features

  • bower: good-bye bower 😉 (d99eb15)

BREAKING CHANGES

  • bower: not support bower package manager

I think that bower is dead. 🙅

2.3.2 (2015-12-09)

Features

  • bundle: more compact the vue-i18n distribution file (2f32ecc)

2.3.1 (2015-12-01)

Reverts

  • index: automatically install for standalone (25b8059)

2.3.0 (2015-11-26)

Bug Fixes

  • index: cannot work at Vue 1.0.10 later (6fd543e), closes #9

Features

  • index: support automatically install for standalone (ada2673)

v2.2.0 / 2015-09-16

  • Re-implemetation with ES6 (babel)

v2.1.0 / 2015-07-03

  • Add global local language setting with Vue.config.lang

v2.0.0 / 2015-06-29

  • Support Vue.js 0.12
  • Remove the followings (Breaking Changes)
    • Vue.t function
    • v-t directive

v1.1.1 / 2015-04-21

  • Fix unit test error

v1.1.0 / 2015-01-10

  • Support template string in $t method
  • Support language changing in $t method

v1.0.0 / 2015-01-10

  • Add $t method

v0.11.0 / 2014-11-07

  • Bump to 0.11.0

v0.2.0 / 2014-10-08

  • Support Vue.js 0.11.0-rc

v0.1.2 / 2014-10-07

  • Support bower

v0.1.1 / 2014-10-06

  • Add Vue.t function

v0.1.0 / 2014-05-06

  • Release first

v0.0.0 / 2014-05-03

  • Initial project