Skip to content

Releases: textlint-ja/textlint-rule-preset-ja-spacing

v2.4.3

26 Apr 14:20
@azu azu
88afa16
Compare
Choose a tag to compare

What's Changed

Refactoring

  • fix(ja-nakaguro-or-halfwidth-space-between-katakana): replace match-index with String.prototype.matchAll by @chick-p in #70

New Contributors

Full Changelog: v2.4.2...v2.4.3

v2.4.2

24 Apr 02:51
@azu azu
9d642c1
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix(ja-space-between-half-and-full-widt): Collect dependencies by @hokaccha in #68

Documentation

  • Fix typo in textlint-rule-ja-space-between-half-and-full-width by @wozozo in #67

New Contributors

Full Changelog: v2.4.1...v2.4.2

v2.4.1

20 Apr 11:16
@azu azu
3dd855f
Compare
Choose a tag to compare

Maintenance

  • Add LICENSE file

Full Changelog: v2.4.0...v2.4.1

v2.4.0

20 Apr 11:11
@azu azu
af3f75d
Compare
Choose a tag to compare

What's Changed

Features

  • feat(ja-space-between-half-and-full-width): add allows option by @azu in #64

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

10 Mar 04:55
@azu azu
fdcee30
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add ja-space-around-link to preset by @azu in #53

Bug Fixes

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

Full Changelog: v2.3.0...v2.3.1

v2.3.0

23 Jan 12:08
@azu azu
cb4c4f8
Compare
Choose a tag to compare

変更点

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

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

22 Jul 03:58
@azu azu
Compare
Choose a tag to compare

2.2.0 (2021-07-22)

Features

  • space-between-half-and-full: add option to lint styled nodes (#30) (fcbaa66)

v2.1.3

16 May 06:41
@azu azu
Compare
Choose a tag to compare

2.1.3 (2021-05-16)

Note: Version bump only for package textlint-rule-preset-ja-spacing

v2.1.2

06 May 05:14
@azu azu
Compare
Choose a tag to compare

2.1.2 (2021-05-06)

Bug Fixes

  • space-around-link: リンクの後にスペースを強制する処理が正常に動作していない不具合を修正 (#27) (3f8c438)

v2.1.1

05 May 10:54
@azu azu
Compare
Choose a tag to compare

2.1.1 (2021-05-05)

Bug Fixes

  • space-around-code: インラインコードの後にスペースを強制する処理が正常に動作していない不具合を修正 (#26) (02573de)