Skip to content

Commit b9faab2

Browse files
committed
🔖 Version 1.6.0
1 parent 70256ba commit b9faab2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

3+
<a name="1.6.0"></a>
4+
## 1.6.0 (2022-07-06)
5+
6+
### Added
7+
8+
- ✨ Add rows and body selector, refactor codebase, migrate to Node 16 [[70256ba](https://github.com/Tomas2D/puppeteer-table-parser/commit/70256ba377f726d424233a7933756f4e1f7b11b2)]
9+
- ✨ Add custom error classes, refactor settings and exports [[ba9c726](https://github.com/Tomas2D/puppeteer-table-parser/commit/ba9c726f61f15893b57633a67cba7fde7830d19d)]
10+
11+
### Fixed
12+
13+
- 🐛 Fix asynchronous filtering of invalid HTMl elements [[473a69e](https://github.com/Tomas2D/puppeteer-table-parser/commit/473a69e74d08476b2cd55f34cae1d6385ef6afab)]
14+
15+
316
<a name="1.5.1"></a>
417
## 1.5.1 (2022-07-04)
518

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.5.1",
9+
"version": "1.6.0",
1010
"main": "./lib/index.js",
1111
"types": "./lib/index.d.ts",
1212
"files": [

0 commit comments

Comments
 (0)