File tree 6 files changed +28
-2
lines changed
6 files changed +28
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ ## v1.3.0 (2022-02-11)
3
+
4
+ #### :star : Features
5
+ * [ #289 ] ( https://github.com/intlify/eslint-plugin-vue-i18n/pull/289 ) Add splitByDots option to key-format-style rule ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
6
+ * [ #288 ] ( https://github.com/intlify/eslint-plugin-vue-i18n/pull/288 ) Add ignores option to no-unused-keys rule ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
7
+ * [ #287 ] ( https://github.com/intlify/eslint-plugin-vue-i18n/pull/287 ) Add no-unknown-locale rule ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
8
+ * [ #286 ] ( https://github.com/intlify/eslint-plugin-vue-i18n/pull/286 ) Add sfc-locale-attr rule ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
9
+
10
+ #### :pencil : Documentation
11
+ * [ #274 ] ( https://github.com/intlify/eslint-plugin-vue-i18n/pull/274 ) Fix unordered list formatting in docs ([ @FloEdelmann ] ( https://github.com/FloEdelmann ) )
12
+
13
+ #### Committers: 2
14
+ - Flo Edelmann ([ @FloEdelmann ] ( https://github.com/FloEdelmann ) )
15
+ - Yosuke Ota ([ @ota-meshi ] ( https://github.com/ota-meshi ) )
16
+
17
+
2
18
## v1.2.0 (2021-11-18)
3
19
4
20
#### :star : Features
Original file line number Diff line number Diff line change 1
1
The MIT License (MIT)
2
2
3
+ Copyright (c) 2021 Yosuke Ota
3
4
Copyright (c) 2019 kazuya kawaguchi
4
5
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy of
Original file line number Diff line number Diff line change 38
38
| :--------| :------------| :---|
39
39
| [ @intlify/vue-i18n /<wbr >prefer-linked-key-with-paren] ( ./prefer-linked-key-with-paren.html ) | enforce linked key to be enclosed in parentheses | :black_nib : |
40
40
| [ @intlify/vue-i18n /<wbr >sfc-locale-attr] ( ./sfc-locale-attr.html ) | require or disallow the locale attribute on ` <i18n> ` block | |
41
-
Original file line number Diff line number Diff line change 1
1
---
2
2
title : ' @intlify/vue-i18n/no-unknown-locale'
3
3
description : disallow unknown locale name
4
+ since : v1.3.0
4
5
---
5
6
6
7
# @intlify/vue-i18n /no-unknown-locale
@@ -60,6 +61,10 @@ The rule uses the [is-language-code] package to check if the locale name is comp
60
61
- ` locales ` ... Specify the locale names you want to use specially in an array. The rule excludes the specified name from the check.
61
62
- ` disableRFC5646 ` ... If ` true ` , only the locale names listed in ` locales ` are allowed.
62
63
64
+ ## :rocket : Version
65
+
66
+ This rule was introduced in ` @intlify/eslint-plugin-vue-i18n ` v1.3.0
67
+
63
68
## :mag : Implementation
64
69
65
70
- [ Rule source] ( https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/lib/rules/no-unknown-locale.ts )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : ' @intlify/vue-i18n/sfc-locale-attr'
3
3
description : require or disallow the locale attribute on `<i18n>` block
4
+ since : v1.3.0
4
5
---
5
6
6
7
# @intlify/vue-i18n /sfc-locale-attr
@@ -83,6 +84,10 @@ This rule aims to enforce the `<i18n>` block to use or not the `locale` attribut
83
84
84
85
</eslint-code-block >
85
86
87
+ ## :rocket : Version
88
+
89
+ This rule was introduced in ` @intlify/eslint-plugin-vue-i18n ` v1.3.0
90
+
86
91
## :mag : Implementation
87
92
88
93
- [ Rule source] ( https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/lib/rules/sfc-locale-attr.ts )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @intlify/eslint-plugin-vue-i18n" ,
3
3
"description" : " ESLint plugin for Vue I18n" ,
4
- "version" : " 1.2 .0" ,
4
+ "version" : " 1.3 .0" ,
5
5
"author" : {
6
6
"name" : " kazuya kawaguchi" ,
7
7
You can’t perform that action at this time.
0 commit comments