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