Skip to content

Releases: azu/morpheme-match

v2.0.0

25 Jul 16:13
@azu azu
Compare
Choose a tag to compare

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

31 Dec 23:07
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • Added information whether a token is skipped or not (#3) (f2742b0)

1.2.0

31 Dec 14:16
@azu azu
Compare
Choose a tag to compare
1.2.0

1.1.0

03 Dec 12:11
@azu azu
Compare
Choose a tag to compare

Bug Fixes

  • routing: fix JSON output support (7e56864)
  • url: add pathname (9a67b2e), closes #1

Features

1.0.1

07 Jun 11:08
@azu azu
Compare
Choose a tag to compare

Bug Fixes

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)