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
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,24 @@
1
1
2
+
## v0.8.0 (2020-08-07)
3
+
4
+
#### :star: Features
5
+
*[#94](https://github.com/intlify/eslint-plugin-vue-i18n/pull/94) Add support YAML and JSON5 resources. ([@ota-meshi](https://github.com/ota-meshi))
6
+
7
+
#### :bug: Bug Fixes
8
+
*[#92](https://github.com/intlify/eslint-plugin-vue-i18n/pull/92) Fix false positives of key used in `<i18n>` component in `no-unused-keys` rule. ([@ota-meshi](https://github.com/ota-meshi))
9
+
10
+
#### :zap: Improvement Features
11
+
*[#93](https://github.com/intlify/eslint-plugin-vue-i18n/pull/93) Change `no-missing-keys` and `no-dynamic-keys` rules to also verify keys used in the `<i18n-t>` component. ([@ota-meshi](https://github.com/ota-meshi))
12
+
*[#87](https://github.com/intlify/eslint-plugin-vue-i18n/pull/87) Change to apply update when resource file is updated. ([@ota-meshi](https://github.com/ota-meshi))
13
+
14
+
#### :pencil: Documentation
15
+
*[#89](https://github.com/intlify/eslint-plugin-vue-i18n/pull/89) docs: fix $t in example ([@azu](https://github.com/azu))
16
+
17
+
#### Committers: 2
18
+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
0 commit comments