Skip to content

Releases: textlint-rule/sentence-splitter

2.1.1

16 Oct 09:34
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • cli: add "bin" to "files" (23c53ef)

2.1.0

16 Oct 09:32
@azu azu
Compare
Choose a tag to compare

Features

2.0.0

20 Mar 04:56
@azu azu
Compare
Choose a tag to compare

Breaking Change

Before:

import splitSentences from "sentence-splitter"

After:

import {split} from "sentence-splitter"

Because I want to avoid mixed default export and named export.