Skip to content

Releases: intlify/eslint-plugin-vue-i18n

v0.15.0

08 Sep 14:27
e8966b5
Compare
Choose a tag to compare

v0.15.0 (2021-09-08)

⭐ Features

Committers: 1

v0.14.0

08 Sep 05:53
7cd9ab3
Compare
Choose a tag to compare

v0.14.0 (2021-09-08)

⭐ Features

  • #229 feat: support template literal for no-raw-text rule (@kazupon)

🐛 Bug Fixes

  • #230 Fix false positives for non component template in no-raw-text rule. (@ota-meshi)

Committers: 2

v0.13.0

22 Aug 03:42
ccbcff0
Compare
Choose a tag to compare

v0.13.0 (2021-08-22)

⭐ Features

Committers: 1

v0.12.0

27 Jul 01:55
b6ac57c
Compare
Choose a tag to compare

v0.12.0 (2021-07-27)

⚙️ Updates

  • #205 Upgrade @intlify/message-compiler and @intlify/message-resolver
  • #206 Replace ESLint CLIEngine with @eslint/eslintrc
  • #211 update dependency yaml-eslint-parser to ^0.4.0

v0.11.1

18 Mar 01:05
8a444c4
Compare
Choose a tag to compare

v0.11.1 (2021-03-18)

🐛 Bug Fixes

Committers: 2

v0.11.0

23 Feb 06:40
0ed86a5
Compare
Choose a tag to compare

v0.11.0 (2021-02-23)

⭐ Features

Committers: 1

v0.10.0

04 Jan 15:29
814758c
Compare
Choose a tag to compare

v0.10.0 (2021-01-04)

⭐ Features

🐛 Bug Fixes

  • #150 Fix false negatives for member expression in no-dynamic-keys rule (@ota-meshi)

📝 Documentation

  • #153 Replace documentation example with vue-eslint-editor (@ota-meshi)
  • #144 Chores: Add to documentation that eslint-plugin-jsonc and eslint-plugin-yml can be used (@ota-meshi)
  • #122 Docs: Fix typo and dead link (@mfmfuyu)

Committers: 2

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