Releases: textlint-ja/textlint-rule-preset-ja-spacing
Releases · textlint-ja/textlint-rule-preset-ja-spacing
v2.4.3
v2.4.2
v2.4.1
v2.4.0
What's Changed
Features
Examples:
{
"rules": {
"preset-ja-spacing": {
"ja-space-between-half-and-full-width": {
"space": "always",
"allows": ["Eコマース"]
}
}
}
}
{
"rules": {
"preset-ja-spacing": {
"ja-space-between-half-and-full-width": {
"space": "always",
"allows": ["/[A-Z]言語/"]
}
}
}
}
Dependency Updates
- chore(deps): bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #63
Full Changelog: v2.3.1...v2.4.0
v2.3.1
What's Changed
Features
Bug Fixes
- fix: fix space after question rule's error message by @Yoshino-Yukitaro in #61
Dependency Updates
- chore(deps): update to lerna@6 by @azu in #47
- chore(deps): bump minimatch from 3.0.4 to 3.0.5 by @dependabot in #49
- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #51
- chore(deps): bump semver from 5.7.1 to 5.7.2 by @dependabot in #52
- chore(deps): bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #56
- chore(deps): bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #57
- chore(deps): bump axios from 1.4.0 to 1.6.1 by @dependabot in #58
- chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 by @dependabot in #59
- chore(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #60
New Contributors
- @Yoshino-Yukitaro made their first contribution in #61
Full Changelog: v2.3.0...v2.3.1
v2.3.0
変更点
textlint-rule-ja-space-between-half-and-full-width
半角文字と全角文字のスペースについてのtextlintルール
space
オプションにスペースを入れる対象の配列を指定できるようになりました"space": ["alphabets", "numbers", "punctuation"]
でアルファベット、数値、句読点の前後にスペースを入れる("space": "always"
と同じ意味)"space": ["alphabets", "punctuation"]
とすると アルファベットと句読点の前後にスペースを入れる(数値の前後には入れない)"space": []
で全てにスペースを入れない("space": "never"
と同じ意味)
exceptPunctuation
オプションは"space": ["alphabets", "numbers"]
で代用できるため、非推奨となりました
What's Changed
Features
- feat(space-between-half-and-full-width): add an option to ignore numbers and apply only to alphabets by @Sean0628 in #45
Dependency Updates
- chore(deps): bump tar from 4.4.13 to 4.4.15 by @dependabot in #33
- chore(deps): bump tar from 4.4.15 to 4.4.19 by @dependabot in #34
- chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in #35
- chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 by @dependabot in #36
- chore(deps): bump node-fetch from 2.6.1 to 2.6.7 by @dependabot in #37
- chore(deps): bump moment from 2.29.1 to 2.29.2 by @dependabot in #38
- chore(deps): bump parse-url from 6.0.0 to 6.0.2 by @dependabot in #39
- chore(deps): bump moment from 2.29.2 to 2.29.4 by @dependabot in #41
- chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #42
- chore(deps): bump qs from 6.5.2 to 6.5.3 by @dependabot in #43
- chore(deps): bump json5 from 2.2.0 to 2.2.3 by @dependabot in #44
New Contributors
Full Changelog: v2.2.0...v2.3.0