File tree 2 files changed +29
-1
lines changed
2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ <a name =" 0.1.0 " ></a >
2
+ # 0.1.0 (2019-04-10)
3
+
4
+
5
+ ### :star : New Features
6
+
7
+ * ** rule:** add no-dynamic-keys rule ([ 7612dfd] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/7612dfd ) )
8
+ * ** rule:** add no-html-messages rule ([ e75546f] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/e75546f ) )
9
+ * ** rule:** add no-missing-key rule ([ d35001d] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/d35001d ) )
10
+ * ** rule:** add no-unused-key rule ([ 09ee649] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/09ee649 ) )
11
+ * ** rule:** add no-v-html rule ([ f9636da] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/f9636da ) )
12
+
13
+
14
+ ### :up : Updates
15
+
16
+ * add docs deploy script ([ 39b503f] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/39b503f ) )
17
+ * tweak line error messages ([ eb9b528] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/eb9b528 ) )
18
+ * ** config:** recommended config file ([ 2e5c3c5] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/2e5c3c5 ) )
19
+ * ** no-dynamic-keys:** support i18n functional component ([ 1fc1589] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/1fc1589 ) )
20
+ * ** no-missing-keys:** support i18n functional component ([ d6f08ea] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/d6f08ea ) )
21
+ * add generation scripts ([ 2b0ff7d] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/2b0ff7d ) )
22
+ * change recommended rule level ([ 9d310aa] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/9d310aa ) )
23
+ * change rule category ([ 17a1aed] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/17a1aed ) )
24
+ * generation scripts ([ 3dee7c4] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/3dee7c4 ) )
25
+ * rule name ([ e5cb3d0] ( https://github.com/kazupon/eslint-plugin-vue-i18n/commit/e5cb3d0 ) )
26
+
27
+
28
+
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-vue-i18n" ,
3
3
"description" : " ESLint plugin for Vue I18n" ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.1.0 " ,
5
5
"author" : {
6
6
"name" : " kazuya kawaguchi" ,
7
7
You can’t perform that action at this time.
0 commit comments