Skip to content

Releases: textlint-rule/textlint-rule-sentence-length

2.0.3

10 Jul 14:05
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • rule: update to sentence-splitter@^3.0.9 (6b99831)

2.0.2

27 Jan 09:35
@azu azu
Compare
Choose a tag to compare

Features

2.0.1

27 Jan 04:17
@azu azu
Compare
Choose a tag to compare

Bug Fixes

2.0.0

29 Dec 11:04
@azu azu
Compare
Choose a tag to compare

1.1.3

10 Oct 13:11
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • rule: exports as node modules (54279be)

1.1.2

10 Oct 11:33
@azu azu
Compare
Choose a tag to compare
1.1.2

1.1.1

10 Oct 11:30
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • rule: Fix to ignore link's title (#7) (471ef7e)

Before

[1234](https://example.com "123456789")

The length is 9.

After

[1234](https://example.com "123456789")

The above text length should be 4.

1.1.0

08 Jan 05:57
@azu azu
Compare
Choose a tag to compare

Features

  • Not count length some link nodes (6256963)

1.0.7

21 May 02:38
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • rule: fix edge case of difference line number (34d4d00), closes #1

1.0.6

21 May 02:35
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • rule: fix edge case of difference line number (4419d21), closes #1