Skip to content

Commit 814758c

Browse files
authored
minor release v0.10.0 (#154)
* minor release v0.10.0 * update changelog
1 parent cb2d4fc commit 814758c

File tree

5 files changed

+41
-1
lines changed

5 files changed

+41
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
Version 9 of Highlight.js has reached EOL and is no longer supported.
2+
Please upgrade or ask whatever dependency you are using to upgrade.
3+
https://github.com/highlightjs/highlight.js/issues/2877
4+
5+
## v0.10.0 (2021-01-04)
6+
7+
#### :star: Features
8+
* [#149](https://github.com/intlify/eslint-plugin-vue-i18n/pull/149) Add `prefer-linked-key-with-paren` rule ([@ota-meshi](https://github.com/ota-meshi))
9+
* [#148](https://github.com/intlify/eslint-plugin-vue-i18n/pull/148) Add `no-missing-keys-in-other-locales` rule ([@ota-meshi](https://github.com/ota-meshi))
10+
* [#148](https://github.com/intlify/eslint-plugin-vue-i18n/pull/148) Change `no-missing-keys` rule to not report if there is one matching key ([@ota-meshi](https://github.com/ota-meshi))
11+
* [#147](https://github.com/intlify/eslint-plugin-vue-i18n/pull/147) Add `valid-message-syntax` rule ([@ota-meshi](https://github.com/ota-meshi))
12+
* [#145](https://github.com/intlify/eslint-plugin-vue-i18n/pull/145) Supports vue-i18n v9 message format ([@ota-meshi](https://github.com/ota-meshi))
13+
14+
#### :bug: Bug Fixes
15+
* [#150](https://github.com/intlify/eslint-plugin-vue-i18n/pull/150) Fix false negatives for member expression in `no-dynamic-keys` rule ([@ota-meshi](https://github.com/ota-meshi))
16+
17+
#### :pencil: Documentation
18+
* [#153](https://github.com/intlify/eslint-plugin-vue-i18n/pull/153) Replace documentation example with `vue-eslint-editor` ([@ota-meshi](https://github.com/ota-meshi))
19+
* [#144](https://github.com/intlify/eslint-plugin-vue-i18n/pull/144) Chores: Add to documentation that eslint-plugin-jsonc and eslint-plugin-yml can be used ([@ota-meshi](https://github.com/ota-meshi))
20+
* [#122](https://github.com/intlify/eslint-plugin-vue-i18n/pull/122) Docs: Fix typo and dead link ([@mfmfuyu](https://github.com/mfmfuyu))
21+
22+
#### Committers: 2
23+
- Yosuke Ota ([@ota-meshi](https://github.com/ota-meshi))
24+
- fuyu ([@mfmfuyu](https://github.com/mfmfuyu))
25+
126

227
## v0.9.0 (2020-08-17)
328

docs/rules/no-missing-keys-in-other-locales.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "@intlify/vue-i18n/no-missing-keys-in-other-locales"
33
description: disallow missing locale message keys in other locales
4+
since: v0.10.0
45
---
56
# @intlify/vue-i18n/no-missing-keys-in-other-locales
67

@@ -85,6 +86,10 @@ locale messages:
8586
- [@intlify/vue-i18n/no-duplicate-keys-in-locale](./no-duplicate-keys-in-locale.md)
8687
- [@intlify/vue-i18n/no-missing-keys](./no-missing-keys.md)
8788

89+
## :rocket: Version
90+
91+
This rule was introduced in `@intlify/eslint-plugin-vue-i18n` v0.10.0
92+
8893
## :mag: Implementation
8994

9095
- [Rule source](https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/lib/rules/no-missing-keys-in-other-locales.ts)

docs/rules/prefer-linked-key-with-paren.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "@intlify/vue-i18n/prefer-linked-key-with-paren"
33
description: enforce linked key to be enclosed in parentheses
4+
since: v0.10.0
45
---
56
# @intlify/vue-i18n/prefer-linked-key-with-paren
67

@@ -61,6 +62,10 @@ locale messages (for vue-i18n v8):
6162

6263
</eslint-code-block>
6364

65+
## :rocket: Version
66+
67+
This rule was introduced in `@intlify/eslint-plugin-vue-i18n` v0.10.0
68+
6469
## :mag: Implementation
6570

6671
- [Rule source](https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/lib/rules/prefer-linked-key-with-paren.ts)

docs/rules/valid-message-syntax.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "@intlify/vue-i18n/valid-message-syntax"
33
description: disallow invalid message syntax
4+
since: v0.10.0
45
---
56
# @intlify/vue-i18n/valid-message-syntax
67

@@ -49,6 +50,10 @@ This rule is useful localization leaks with incorrect message syntax.
4950

5051
- [@intlify/vue-i18n/no-html-messages](./no-html-messages.md)
5152

53+
## :rocket: Version
54+
55+
This rule was introduced in `@intlify/eslint-plugin-vue-i18n` v0.10.0
56+
5257
## :mag: Implementation
5358

5459
- [Rule source](https://github.com/intlify/eslint-plugin-vue-i18n/blob/master/lib/rules/valid-message-syntax.ts)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@intlify/eslint-plugin-vue-i18n",
33
"description": "ESLint plugin for Vue I18n",
4-
"version": "0.9.0",
4+
"version": "0.10.0",
55
"author": {
66
"name": "kazuya kawaguchi",
77
"email": "[email protected]"

0 commit comments

Comments
 (0)