Skip to content

Commit bbd8eb2

Browse files
committed
🔖 Version 1.9.0
1 parent 5ff578c commit bbd8eb2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
<a name="1.9.0"></a>
4+
## 1.9.0 (2022-10-08)
5+
6+
### Added
7+
8+
- ✨ Add custom aggregations support [[5ff578c](https://github.com/Tomas2D/puppeteer-table-parser/commit/5ff578cf6d4bb02061fe38e54b76f021332c5f9a)]
9+
10+
### Changed
11+
12+
- ⚡ Improve performance by aggregating pipeline transformations [[dd5eb36](https://github.com/Tomas2D/puppeteer-table-parser/commit/dd5eb3624b06c2733a1dd1edcbd16726a3c29885)]
13+
14+
### Miscellaneous
15+
16+
- Merge pull request [#30](https://github.com/Tomas2D/puppeteer-table-parser/issues/30) from Tomas2D/dependabot/npm_and_yarn/typescript-4.8.4 [[b01417b](https://github.com/Tomas2D/puppeteer-table-parser/commit/b01417bbb0936deecf1d88876d140ee00f53d3d7)]
17+
- 📝 Mention rowValidationPolicy in README [[f61c599](https://github.com/Tomas2D/puppeteer-table-parser/commit/f61c599e4e886a1fbe4e3be5c7744b794376bafb)]
18+
- Bump typescript from 4.8.3 to 4.8.4 [[cf8998c](https://github.com/Tomas2D/puppeteer-table-parser/commit/cf8998c84662d177a53a0f9a5d913b1cdb66d1c4)]
19+
20+
321
<a name="1.8.0"></a>
422
## 1.8.0 (2022-10-05)
523

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"puppeteer table parser",
77
"parsing html tables"
88
],
9-
"version": "1.8.0",
9+
"version": "1.9.0",
1010
"main": "./lib/index.js",
1111
"types": "./lib/index.d.ts",
1212
"files": [

0 commit comments

Comments
 (0)