Skip to content

Commit

Permalink
update date and sentences plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Jun 10, 2020
1 parent 33ed7c3 commit 7b8848d
Show file tree
Hide file tree
Showing 17 changed files with 1,549 additions and 806 deletions.
2 changes: 1 addition & 1 deletion builds/compromise-tokenize.js

Large diffs are not rendered by default.

172 changes: 70 additions & 102 deletions builds/compromise.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion builds/compromise.min.js

Large diffs are not rendered by default.

172 changes: 70 additions & 102 deletions builds/compromise.mjs

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ While all _Major_ releases should be reviewed, our only two _large_ releases are

-move (some) contractions into tokenizer?

#### 13.3.0

- bugfixes (conjugation and tagging) 752, 737, 725, 751, 743 748, 755, 758, 706, 761
- support tokenized array as input
- update deps
- bugfix updates to `plugin-sentences`, and `plugin-dates`

#### 13.2.0

- deprecate `.money()` and favour overloaded method in compromise-numbers plugin
Expand Down
1,506 changes: 1,022 additions & 484 deletions package-lock.json

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Spencer Kelly <[email protected]> (http://spencermounta.in)",
"name": "compromise",
"description": "modest natural language processing",
"version": "13.2.0",
"version": "13.3.0",
"main": "./builds/compromise.js",
"unpkg": "./builds/compromise.min.js",
"module": "./builds/compromise.mjs",
Expand Down Expand Up @@ -54,21 +54,21 @@
"efrt-unpack": "2.2.0"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.5",
"@rollup/plugin-alias": "3.1.0",
"@rollup/plugin-commonjs": "11.1.0",
"@rollup/plugin-json": "4.0.3",
"@rollup/plugin-node-resolve": "7.1.3",
"@babel/core": "7.10.2",
"@babel/preset-env": "7.10.2",
"@rollup/plugin-alias": "3.1.1",
"@rollup/plugin-commonjs": "13.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "8.0.1",
"amble": "1.0.0",
"efrt": "2.2.2",
"rollup": "2.7.2",
"rollup": "2.15.0",
"rollup-plugin-babel": "4.4.0",
"rollup-plugin-filesize-check": "0.0.1",
"rollup-plugin-terser": "5.3.0",
"rollup-plugin-terser": "6.1.0",
"shelljs": "0.8.4",
"tap-dancer": "0.2.0",
"tape": "5.0.0"
"tape": "5.0.1"
},
"eslintIgnore": [
"builds/*.js",
Expand Down
106 changes: 69 additions & 37 deletions plugins/dates/builds/compromise-dates.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/dates/builds/compromise-dates.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/dates/builds/compromise-dates.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7b8848d

Please sign in to comment.