-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
14 changed files
with
195 additions
and
17 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,42 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# 1.4.0 (2022-02-23) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **build:** fix build ([519b981](https://github.com/azu/nlp-pattern-match/commit/519b9813e1be836205ee068b4e3c509936872106)) | ||
* **deps:** Update vulnerable packages ([#14](https://github.com/azu/nlp-pattern-match/issues/14)) ([c2a0386](https://github.com/azu/nlp-pattern-match/commit/c2a0386d349339a85f1168ad6329fd0e75094f21)) | ||
* Fix package dependencies for security vulnerabilities ([#9](https://github.com/azu/nlp-pattern-match/issues/9)) ([b3698da](https://github.com/azu/nlp-pattern-match/commit/b3698da8b74fdf49fac5a645e209d6a0bfcf54d9)) | ||
* **lerna:** bootstrap do build ([2e0fd47](https://github.com/azu/nlp-pattern-match/commit/2e0fd47b3d8539925338dbf67313c7f1e62ac4d4)) | ||
* **lerna:** fix build ([4ca42ac](https://github.com/azu/nlp-pattern-match/commit/4ca42ac4a2a406c838fc600df2b434b1082e496b)) | ||
* **match-test-replace:** fix `applyFixes` ([3ee62fe](https://github.com/azu/nlp-pattern-match/commit/3ee62fee25397401302604d8a3ffb6729c3e3f76)) | ||
* **monorepo:** use fixed version ([#16](https://github.com/azu/nlp-pattern-match/issues/16)) ([f2282f9](https://github.com/azu/nlp-pattern-match/commit/f2282f9fac6b6b36fb993f710389f4522c03e4be)) | ||
* **nlcst-parse-japanese:** fix initializer error ([f185381](https://github.com/azu/nlp-pattern-match/commit/f1853817afc33d61ba6b79ee2a5b07a5f6cd6d64)) | ||
* **nlcst-parse-japanese:** remove word_position ([398a89f](https://github.com/azu/nlp-pattern-match/commit/398a89f41d3cad441794063fc37b2366b4fda9c1)) | ||
* **nlcst-pattern-match:** add checker for arguments ([be6af57](https://github.com/azu/nlp-pattern-match/commit/be6af571f758132182c8f6c26848a7d55ffa8ab2)) | ||
* **nlcst-pattern-match:** export match and matchNode ([2ba41f7](https://github.com/azu/nlp-pattern-match/commit/2ba41f759e3975a8d940c9bef61fd2d9d811eb2f)) | ||
* **nlcst-pattern-match:** fix multiple variable tags ([7fee116](https://github.com/azu/nlp-pattern-match/commit/7fee1163fd57bd98232c1511f172468a3c5c0944)) | ||
* **nlcst-pattern-match:** fix non-parent nodes ([8893f9a](https://github.com/azu/nlp-pattern-match/commit/8893f9a18e418c3cfa6f9bf0bb688d172a7c2a61)) | ||
* **nlcst-pattern-match:** fix pretest ([9b7f915](https://github.com/azu/nlp-pattern-match/commit/9b7f9155e2f4f076c72b819bf7aa26ef33136e1c)) | ||
* **nlcst-pattern-match:** fix throw [0] error ([5e62647](https://github.com/azu/nlp-pattern-match/commit/5e62647e732faf5d22433fdf57fe543b54a05f9d)) | ||
* **nlcst-pattern-match:** remove console.log ([af87c30](https://github.com/azu/nlp-pattern-match/commit/af87c30d514c4812e2121735879e9659e991bc18)) | ||
* **nlcst-pattern-match:** support multiple value pattern ([57f94cf](https://github.com/azu/nlp-pattern-match/commit/57f94cfbce257a68bb95f2245b4e6c705d05c004)) | ||
* **nlcst-pattern-match:** update --timeout to 5sec ([e1a5e86](https://github.com/azu/nlp-pattern-match/commit/e1a5e8608800bc81575d205f756aa1fbc49c9d14)) | ||
* **nlcst-types:** isSymbol used wrong Symbol interface ([#10](https://github.com/azu/nlp-pattern-match/issues/10)) ([e24c57a](https://github.com/azu/nlp-pattern-match/commit/e24c57a8b42c66c1fcef40c57bea1269a3d8796a)) | ||
* **nlcst-types:** remove Text ([63052fa](https://github.com/azu/nlp-pattern-match/commit/63052fa126dea484fe55cc2fb80bb0f4b6c06cb4)) | ||
* remove unused config ([9f0b821](https://github.com/azu/nlp-pattern-match/commit/9f0b8211a4b4cd9d2e6835eed412247ef0bc55a3)) | ||
|
||
|
||
### Features | ||
|
||
* **match-test-replace:** allow to replace? is undefined ([1731df3](https://github.com/azu/nlp-pattern-match/commit/1731df32b0cec8e131ebbf051e082d925453a6cd)) | ||
* **nlcst-pattern-match:** add `isNegative` property ([dc9233e](https://github.com/azu/nlp-pattern-match/commit/dc9233e9660271f0589cb8e8bbc0b4dfcbd36979)) | ||
* **nlcst-pattern-match:** Add matchCST and testCST ([3ec96ec](https://github.com/azu/nlp-pattern-match/commit/3ec96ecf966129cdbadb6d6e51d2bffe147a93b8)) | ||
* **nlcst-pattern-match:** add MatchResult type ([73c1434](https://github.com/azu/nlp-pattern-match/commit/73c143443f9a5534377722d04b710d47b0b76031)) | ||
* **packages:** add nlcst-parse-japanese ([a1b20e9](https://github.com/azu/nlp-pattern-match/commit/a1b20e97ac22ff0059bd37b943ffe29fb464d2d6)) | ||
* **packages:** add nlcst-types adn unist-types ([802e452](https://github.com/azu/nlp-pattern-match/commit/802e452f50d0e532fddc3444633e55eb17ed055c)) | ||
* pass `dictPath` option down to kuromojin ([#6](https://github.com/azu/nlp-pattern-match/issues/6)) ([e313046](https://github.com/azu/nlp-pattern-match/commit/e3130462cea3070320111d7ada8ed349f4d24d45)) |
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
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
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
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
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
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
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