-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
137 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [2.0.0](https://github.com/azu/morpheme-match/compare/1.2.1...2.0.0) (2019-06-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **api:** fix results `expected` to `dict` ([08156e8](https://github.com/azu/morpheme-match/commit/08156e8)) | ||
* **travis:** change deploy dir ([b403eb4](https://github.com/azu/morpheme-match/commit/b403eb4)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* **morpheme-match:** Convert to TypeScript ([3b75f80](https://github.com/azu/morpheme-match/commit/3b75f80)) | ||
* **morpheme-match-all:** Convert to TypeScript ([8810ed9](https://github.com/azu/morpheme-match/commit/8810ed9)) | ||
|
||
|
||
### Features | ||
|
||
* **morpheme-match-textlint:** add textlint wrapper ([#7](https://github.com/azu/morpheme-match/issues/7)) ([8f3be6a](https://github.com/azu/morpheme-match/commit/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"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,5 +6,5 @@ | |
"packages/*", | ||
"website" | ||
], | ||
"version": "0.0.0" | ||
"version": "2.0.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 2.0.0 (2019-06-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **api:** fix results `expected` to `dict` ([08156e8](https://github.com/azu/morpheme-match-all/commit/08156e8)) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* **morpheme-match-all:** Convert to TypeScript ([8810ed9](https://github.com/azu/morpheme-match-all/commit/8810ed9)) | ||
|
||
|
||
### Features | ||
|
||
* **morpheme-match-textlint:** add textlint wrapper ([#7](https://github.com/azu/morpheme-match-all/issues/7)) ([8f3be6a](https://github.com/azu/morpheme-match-all/commit/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"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 2.0.0 (2019-06-14) | ||
|
||
|
||
### Features | ||
|
||
* **morpheme-match-textlint:** add textlint wrapper ([#7](https://github.com/azu/morpheme-match/issues/7)) ([8f3be6a](https://github.com/azu/morpheme-match/commit/8f3be6a)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 2.0.0 (2019-06-14) | ||
|
||
|
||
### Code Refactoring | ||
|
||
* **morpheme-match:** Convert to TypeScript ([3b75f80](https://github.com/azu/morpheme-match/commit/3b75f80)) | ||
* **morpheme-match-all:** Convert to TypeScript ([8810ed9](https://github.com/azu/morpheme-match/commit/8810ed9)) | ||
|
||
|
||
### Features | ||
|
||
* **morpheme-match-textlint:** add textlint wrapper ([#7](https://github.com/azu/morpheme-match/issues/7)) ([8f3be6a](https://github.com/azu/morpheme-match/commit/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"` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 2.0.0 (2019-06-14) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **bootstra:** input by user and change hash ([2639142](https://github.com/azu/morpheme-match/commit/2639142)) | ||
* **routing:** fix JSON output support ([7e56864](https://github.com/azu/morpheme-match/commit/7e56864)) | ||
* **url:** add pathname ([9a67b2e](https://github.com/azu/morpheme-match/commit/9a67b2e)), closes [#1](https://github.com/azu/morpheme-match/issues/1) | ||
* **website:** fix firefox encoded bug ([48e9c5f](https://github.com/azu/morpheme-match/commit/48e9c5f)) | ||
|
||
|
||
### Features | ||
|
||
* **Analyzer:** implement parse pair "(" nad ")" ([83a7b1f](https://github.com/azu/morpheme-match/commit/83a7b1f)) | ||
* **App:** add description ([91c104c](https://github.com/azu/morpheme-match/commit/91c104c)) | ||
* **component:** add AnalyzedJSONField ([af310fd](https://github.com/azu/morpheme-match/commit/af310fd)) | ||
* **component:** hidden hash change component at first ([225e2ed](https://github.com/azu/morpheme-match/commit/225e2ed)) | ||
* **lib:** implement library ([9f47566](https://github.com/azu/morpheme-match/commit/9f47566)) | ||
* **morpheme-match-textlint:** add textlint wrapper ([#7](https://github.com/azu/morpheme-match/issues/7)) ([8f3be6a](https://github.com/azu/morpheme-match/commit/8f3be6a)) | ||
* **router:** add RouterStore ([81fc388](https://github.com/azu/morpheme-match/commit/81fc388)) | ||
* **use-case:** add SideEffectLocationHash ([997e55b](https://github.com/azu/morpheme-match/commit/997e55b)) | ||
* **website:** add SW cache ([688a2c6](https://github.com/azu/morpheme-match/commit/688a2c6)) | ||
* **website:** add test match feature to site ([78b1861](https://github.com/azu/morpheme-match/commit/78b1861)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters