Skip to content

Releases: textlint-rule/sentence-splitter

v5.0.0

25 Nov 03:24
@azu azu
e195c35
Compare
Choose a tag to compare

What's Changed

Note

No API Changes.

Breaking Changes

  • BREAKING CHANGE: Drop Node.js 16 support by @azu in #49
    • Require Node.js 18+
    • Now, Output is ES2022.

Full Changelog: v4.4.1...v5.0.0

v4.4.1

25 Nov 02:15
@azu azu
9c81434
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix(deps): update @textlint/ast-node-types by @azu in #47

Full Changelog: v4.4.0...v4.4.1

v4.4.0

25 Nov 01:11
@azu azu
71410c8
Compare
Choose a tag to compare

What's Changed

Features

  • match uppercase non-english letters too by @Thyrst in #45

Full Changelog: v4.3.0...v4.4.0

v4.3.0

28 Oct 01:48
@azu azu
cf03441
Compare
Choose a tag to compare

What's Changed

Features

Testing

  • test: add test for sentence-splitter/lang by @azu in #42

New Contributors

Full Changelog: v4.2.1...v4.3.0

v4.2.1

22 May 02:46
@azu azu
1941954
Compare
Choose a tag to compare

What's Changed

Bug Fixes

New Contributors

Full Changelog: v4.2.0...v4.2.1

v4.2.0

23 Feb 13:06
@azu azu
fa8f671
Compare
Choose a tag to compare

What's Changed

Features

  • feat: add "contexts" to SentenceNode by @azu in #33

Thie release add contexts that include PairMark nodes.
You can get location information for PairMark like "..." or 「...」 in a sentence.
See https://sentence-splitter.netlify.app/#He%20said%20%22This%20is%20a%20pen.%20I%20like%20it%22.

Full Changelog: v4.1.0...v4.2.0

v4.1.0

13 Feb 12:05
@azu azu
6a2c794
Compare
Choose a tag to compare

Features

  • export { DefaultSentenceSplitterOptions } (48831d3)

v4.0.2

10 Feb 09:19
@azu azu
e223009
Compare
Choose a tag to compare

Bug Fixes

v4.0.1

10 Feb 09:05
@azu azu
b4df46a
Compare
Choose a tag to compare

Bug Fixes

v4.0.0

10 Feb 08:59
@azu azu
94e6e6b
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • refactor: update types and cleanup dependencies by @azu in #29
  • Dual Package
    • You can import this library as CJS and ESM
  • Update @textlint/ast-node-types
    • Export SentenceTxtNode that extends TxtNode
  • Require Node.js 16+
    • Now, output ES2020+ codes
  • Remove CLI
  • Rename Syntax to SentenceSplitterSyntax
- import { Syntax } from " sentence-splitter"
+ import { SentenceSplitterSyntax } from "sentence-splitter"

Full Changelog: v3.2.3...v4.0.0