Skip to content

3.0.0

Compare
Choose a tag to compare
@azu azu released this 16 Sep 13:41
· 20 commits to master since this release

Features

  • src: Support Html node #11

Code Refactoring

  • src: Convert to TypeScript (d12f33f)

BREAKING CHANGES

  • src: export { StringSource } instead of export default

You need to change import statement.

- import StringSource from "textlint-util-to-string"
+ import { StringSource }  from "textlint-util-to-string"