Skip to content

Releases: intlify/eslint-plugin-vue-i18n

v0.9.0

17 Aug 01:11
dad88af
Compare
Choose a tag to compare

v0.9.0 (2020-08-17)

⭐ Features

  • #114 Add support for multiple locale directories (@ota-meshi)
  • #116 Add @intlify/vue-i18n/key-format-style rule (@ota-meshi)
  • #112 Add @intlify/vue-i18n/no-duplicate-keys-in-locale rule and change @intlify/vue-i18n/no-missing-keys rule to not report if there is one matching key in each locale (@ota-meshi)

🐛 Bug Fixes

  • #115 Fix false positives when key contains object in YAML in no-unused-keys rule. (@ota-meshi)
  • #111 Fix false negatives in <i18n> block without <template> in no-unused-keys rule. (@ota-meshi)

📝 Documentation

Committers: 1

v0.8.1

07 Aug 21:50
716cdf8
Compare
Choose a tag to compare

v0.8.1 (2020-08-07)

🐛 Bug Fixes

Committers: 1

v0.8.0

07 Aug 16:18
b4d5c85
Compare
Choose a tag to compare

v0.8.0 (2020-08-07)

⭐ Features

🐛 Bug Fixes

  • #92 Fix false positives of key used in <i18n> component in no-unused-keys rule. (@ota-meshi)

⚡ Improvement Features

  • #93 Change no-missing-keys and no-dynamic-keys rules to also verify keys used in the <i18n-t> component. (@ota-meshi)
  • #87 Change to apply update when resource file is updated. (@ota-meshi)

📝 Documentation

  • #89 docs: fix $t in example (@azu)

Committers: 2

v0.7.0

27 Jul 10:53
6a70d4d
Compare
Choose a tag to compare

v0.7.0 (2020-07-27)

⭐ Features

  • #83 Add enableFix option to @intlify/vue-i18n/no-unused-keys rule (@ota-meshi)
  • #80 Add support for <i18n> blocks of SFC. (@ota-meshi)

Committers: 1

v0.6.0

19 Jul 12:26
c9356ad
Compare
Choose a tag to compare

v0.6.0 (2020-07-19)

🐛 Bug Fixes

  • #76 Fix false positives for linked keys in no-unused-keys rule (@ota-meshi)

⚡ Improvement Features

  • #75 Change "settings['vue-i18n'].localeDir" to can specify object options. (@ota-meshi)

Committers: 1

v0.5.0

12 Jul 14:50
ff703ed
Compare
Choose a tag to compare

v0.5.0 (2020-07-12)

🐛 Bug Fixes

  • #71 Fixed missing namespace in recommended config. (@ota-meshi)

Committers: 1

v0.4.1

19 Apr 14:55
9c86c72
Compare
Choose a tag to compare

v0.4.1 (2020-04-19)

📝 Documentation

  • #52 Add missing close quote to no-missing-keys.md. (@jlebar)

Committers: 1

v0.4.0

22 Jan 11:25
d1e3dff
Compare
Choose a tag to compare

v0.4.0 (2020-01-22)

💥 Breaking Change

  • #39 breaking: re-setup due to repository transfer (@kazupon)

Committers: 2

v0.3.0

02 Oct 10:43
9108905
Compare
Choose a tag to compare

v0.3.0 (2019-10-02)

⭐ New Features

v0.2.3

22 Jul 10:13
Compare
Choose a tag to compare

v0.2.3 (2019-07-22)

🐛 Bug Fixes