Skip to content

Latest commit

 

History

History
99 lines (35 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

99 lines (35 loc) · 2.58 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.0.6 (2019-10-20)

Bug Fixes

  • morpheme-match-textlint: fix type (e2d55c5)

2.0.5 (2019-10-20)

Bug Fixes

  • morpheme-match-all: fix generics type (283f0fd)

2.0.4 (2019-10-20)

Bug Fixes

  • morpheme-match: fix ExpectedToken type (b06e276)

2.0.3 (2019-07-07)

Bug Fixes

  • textlint: drop generics support (ba6cf67)

2.0.2 (2019-07-07)

Bug Fixes

  • textlint: copy type from morpheme-match (6e24927)

2.0.1 (2019-07-07)

Bug Fixes

2.0.0 (2019-06-14)

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"