All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.5 (2019-10-20)
- morpheme-match-all: fix generics type (283f0fd)
2.0.4 (2019-10-20)
Note: Version bump only for package morpheme-match-all
2.0.1 (2019-07-07)
- textlint: fix typing (ef7c371)
- api: fix results
expected
todict
(08156e8)
- morpheme-match-all: Convert to TypeScript (8810ed9)
- morpheme-match-all: export { createTokenMatcher } instead of export default
You should import { createMatcher } from "morpheme-match-all"
instead of import createTokenMatcher from "morpheme-match-all"