Releases: azu/morpheme-match
Releases · azu/morpheme-match
v2.0.0
Bug Fixes
api: fix results expected to dict (08156e8)
travis: change deploy dir (b403eb4)
Code Refactoring
morpheme-match: Convert to TypeScript (3b75f80)
morpheme-match-all: Convert to TypeScript (8810ed9)
Features
morpheme-match-textlint: add textlint wrapper (#7) (8f3be6a)
BREAKING CHANGES
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"
1.2.1
1.2.0
1.1.0
1.0.1
Bug Fixes
- bootstra: input by user and change hash(2639142)
- npm: fix script(65b8e87)
- npm: remove react(b498e7a)
- test: remove test(8623a91)
- travis: fix travis script(4e650af)
- website: fix firefox encoded bug(48e9c5f)
Features
- Analyzer: implement parse pair "(" nad ")"(83a7b1f)
- App: add description(91c104c)
- component: add AnalyzedJSONField(af310fd)
- component: hidden hash change component at first(225e2ed)
- lib: implement library(9f47566)
- travis: add auto deploy from Travis CI(c2b303d)
- use-case: add SideEffectLocationHash(997e55b)
- website: add test match feature to site(78b1861)