All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
2.0.6 (2019-10-20)
- morpheme-match-textlint: fix type (e2d55c5)
2.0.5 (2019-10-20)
- morpheme-match-all: fix generics type (283f0fd)
2.0.4 (2019-10-20)
- morpheme-match: fix ExpectedToken type (b06e276)
2.0.3 (2019-07-07)
- textlint: drop generics support (ba6cf67)
2.0.2 (2019-07-07)
- textlint: copy type from morpheme-match (6e24927)
2.0.1 (2019-07-07)
- textlint: fix typing (ef7c371)
2.0.0 (2019-06-14)
- 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"
- morpheme-match: export { createTokenMatcher } instead of export default
You should import { createTokenMatcher } from "morpheme-match"
instead of import createTokenMatcher from "morpheme-match"