Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azu committed Feb 23, 2022
1 parent 9f0b821 commit 269a27f
Show file tree
Hide file tree
Showing 14 changed files with 195 additions and 17 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
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))
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "1.3.8",
"version": "1.4.0",
"npmClient": "yarn",
"useWorkspaces": true
}
20 changes: 20 additions & 0 deletions packages/match-test-replace/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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

* **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))
* **match-test-replace:** fix `applyFixes` ([3ee62fe](https://github.com/azu/nlp-pattern-match/commit/3ee62fee25397401302604d8a3ffb6729c3e3f76))
* **nlcst-parse-japanese:** fix initializer error ([f185381](https://github.com/azu/nlp-pattern-match/commit/f1853817afc33d61ba6b79ee2a5b07a5f6cd6d64))
* 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))





## [1.1.19](https://github.com/azu/nlp-pattern-match/compare/match-test-replace@1.1.18...match-test-replace@1.1.19) (2022-02-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/match-test-replace/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "match-test-replace",
"version": "1.1.19",
"version": "1.4.0",
"description": "Easy pattern match and replace text.",
"keywords": [
"nlp",
Expand Down Expand Up @@ -48,8 +48,8 @@
"cross-env": "^7.0.3",
"lint-staged": "^12.3.4",
"mocha": "^9.2.1",
"nlcst-parse-english": "^1.1.5",
"nlcst-pattern-match": "^1.3.8",
"nlcst-parse-english": "^1.4.0",
"nlcst-pattern-match": "^1.4.0",
"prettier": "^2.5.1",
"ts-node": "^10.5.0",
"typescript": "^4.5.5"
Expand Down
19 changes: 19 additions & 0 deletions packages/nlcst-parse-english/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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

* **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))
* **nlcst-parse-japanese:** fix initializer error ([f185381](https://github.com/azu/nlp-pattern-match/commit/f1853817afc33d61ba6b79ee2a5b07a5f6cd6d64))
* remove unused config ([9f0b821](https://github.com/azu/nlp-pattern-match/commit/9f0b8211a4b4cd9d2e6835eed412247ef0bc55a3))


### Features

* **packages:** add nlcst-parse-japanese ([a1b20e9](https://github.com/azu/nlp-pattern-match/commit/a1b20e97ac22ff0059bd37b943ffe29fb464d2d6))





## [1.1.5](https://github.com/azu/nlp-pattern-match/compare/nlcst-parse-english@1.1.4...nlcst-parse-english@1.1.5) (2022-02-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/nlcst-parse-english/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlcst-parse-english",
"version": "1.1.5",
"version": "1.4.0",
"description": "Parse english with POS and output NLCST.",
"keywords": [
"nlcst",
Expand Down Expand Up @@ -45,7 +45,7 @@
"en-lexicon": "^1.0.11",
"en-pos": "^1.0.16",
"nlcst-to-string": "^2.0.1",
"nlcst-types": "^1.2.5",
"nlcst-types": "^1.4.0",
"parse-english": "^4.1.0",
"unist-util-visit": "^1.1.3"
},
Expand Down
22 changes: 22 additions & 0 deletions packages/nlcst-parse-japanese/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
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

* **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))
* **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))
* remove unused config ([9f0b821](https://github.com/azu/nlp-pattern-match/commit/9f0b8211a4b4cd9d2e6835eed412247ef0bc55a3))


### Features

* **packages:** add nlcst-parse-japanese ([a1b20e9](https://github.com/azu/nlp-pattern-match/commit/a1b20e97ac22ff0059bd37b943ffe29fb464d2d6))
* 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))





## [1.2.3](https://github.com/azu/nlp-pattern-match/compare/nlcst-parse-japanese@1.2.2...nlcst-parse-japanese@1.2.3) (2022-02-23)


Expand Down
6 changes: 3 additions & 3 deletions packages/nlcst-parse-japanese/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlcst-parse-japanese",
"version": "1.2.3",
"version": "1.4.0",
"description": "Parse Japanese text and output as NLCST.",
"keywords": [
"NLCST",
Expand Down Expand Up @@ -43,8 +43,8 @@
},
"dependencies": {
"kuromojin": "^1.4.0",
"nlcst-types": "^1.2.5",
"unist-types": "^1.1.6"
"nlcst-types": "^1.4.0",
"unist-types": "^1.4.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand Down
34 changes: 34 additions & 0 deletions packages/nlcst-pattern-match/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,40 @@
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:** fix build ([4ca42ac](https://github.com/azu/nlp-pattern-match/commit/4ca42ac4a2a406c838fc600df2b434b1082e496b))
* **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))
* remove unused config ([9f0b821](https://github.com/azu/nlp-pattern-match/commit/9f0b8211a4b4cd9d2e6835eed412247ef0bc55a3))


### Features

* **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))





## [1.3.8](https://github.com/azu/nlp-pattern-match/compare/nlcst-pattern-match@1.3.7...nlcst-pattern-match@1.3.8) (2022-02-23)


Expand Down
10 changes: 5 additions & 5 deletions packages/nlcst-pattern-match/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlcst-pattern-match",
"version": "1.3.8",
"version": "1.4.0",
"description": "Pattern match for NLCST.",
"keywords": [
"nlcst",
Expand Down Expand Up @@ -47,16 +47,16 @@
"debug": "^3.1.0",
"estree-walker": "^0.5.0",
"nlcst-to-string": "^2.0.0",
"nlcst-types": "^1.2.5",
"unist-types": "^1.1.6"
"nlcst-types": "^1.4.0",
"unist-types": "^1.4.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.19",
"cross-env": "^7.0.3",
"mocha": "^9.2.1",
"nlcst-parse-english": "^1.1.5",
"nlcst-parse-japanese": "^1.2.3",
"nlcst-parse-english": "^1.4.0",
"nlcst-parse-japanese": "^1.4.0",
"prettier": "^2.5.1",
"snap-shot-it": "^7.9.3",
"ts-node": "^10.5.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/nlcst-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
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

* **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))
* **nlcst-parse-japanese:** fix initializer error ([f185381](https://github.com/azu/nlp-pattern-match/commit/f1853817afc33d61ba6b79ee2a5b07a5f6cd6d64))
* **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

* **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))





## [1.2.5](https://github.com/azu/nlp-pattern-match/compare/nlcst-types@1.2.4...nlcst-types@1.2.5) (2022-02-23)


Expand Down
4 changes: 2 additions & 2 deletions packages/nlcst-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nlcst-types",
"version": "1.2.5",
"version": "1.4.0",
"description": "NLCST types for TypeScript.",
"keywords": [
"nlcst",
Expand Down Expand Up @@ -41,7 +41,7 @@
"trailingComma": "none"
},
"dependencies": {
"unist-types": "^1.1.6"
"unist-types": "^1.4.0"
},
"devDependencies": {
"@types/mocha": "^9.1.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/unist-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
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

* **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))
* **nlcst-parse-japanese:** fix initializer error ([f185381](https://github.com/azu/nlp-pattern-match/commit/f1853817afc33d61ba6b79ee2a5b07a5f6cd6d64))
* remove unused config ([9f0b821](https://github.com/azu/nlp-pattern-match/commit/9f0b8211a4b4cd9d2e6835eed412247ef0bc55a3))


### Features

* **packages:** add nlcst-types adn unist-types ([802e452](https://github.com/azu/nlp-pattern-match/commit/802e452f50d0e532fddc3444633e55eb17ed055c))





## [1.1.6](https://github.com/azu/nlp-pattern-match/compare/unist-types@1.1.5...unist-types@1.1.6) (2022-02-23)


Expand Down
2 changes: 1 addition & 1 deletion packages/unist-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unist-types",
"version": "1.1.6",
"version": "1.4.0",
"description": "Unist for TypeScript.",
"keywords": [
"typescript",
Expand Down

0 comments on commit 269a27f

Please sign in to comment.