3.0.0
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"