You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,22 @@
1
1
2
+
## v0.9.0 (2020-08-17)
3
+
4
+
#### :star: Features
5
+
*[#114](https://github.com/intlify/eslint-plugin-vue-i18n/pull/114) Add support for multiple locale directories ([@ota-meshi](https://github.com/ota-meshi))
*[#112](https://github.com/intlify/eslint-plugin-vue-i18n/pull/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](https://github.com/ota-meshi))
8
+
9
+
#### :bug: Bug Fixes
10
+
*[#115](https://github.com/intlify/eslint-plugin-vue-i18n/pull/115) Fix false positives when key contains object in YAML in `no-unused-keys` rule. ([@ota-meshi](https://github.com/ota-meshi))
11
+
*[#111](https://github.com/intlify/eslint-plugin-vue-i18n/pull/111) Fix false negatives in `<i18n>` block without `<template>` in `no-unused-keys` rule. ([@ota-meshi](https://github.com/ota-meshi))
0 commit comments