Releases: Tomas2D/puppeteer-table-parser
Releases · Tomas2D/puppeteer-table-parser
v2.2.0
v2.1.3
Full Changelog: v2.1.2...v2.1.3
v2.1.2
v2.1.1
v2.1.0
v2.0.0
v1.9.0
v1.8.0
v1.7.0
1.7.0 (2022-07-13)
Added
- ✨ Scroll table into view during parsing [4661c22]
Miscellaneous
- Merge pull request #10 from Tomas2D/dependabot/npm_and_yarn/lint-staged-13.0.3 [ae23cbf]
- Merge pull request #11 from Tomas2D/dependabot/npm_and_yarn/typescript-4.7.4 [10b65ae]
- Merge pull request #8 from Tomas2D/dependabot/npm_and_yarn/husky-8.0.1 [0e3b4b3]
- Merge pull request #9 from Tomas2D/dependabot/npm_and_yarn/prettier-2.7.1 [6cd9faf]
- Merge pull request #12 from Tomas2D/dependabot/npm_and_yarn/puppeteer-15.3.2 [58875f1]
- Bump lint-staged from 10.5.4 to 13.0.3 [67f34b1]
- Bump puppeteer from 15.3.1 to 15.3.2 [4b2a77a]
- Bump typescript from 4.6.4 to 4.7.4 [613c538]
- Bump prettier from 2.6.0 to 2.7.1 [d47a7e9]
- Bump husky from 7.0.4 to 8.0.1 [931e394]
Full Changelog: v1.6.0...v1.7.0
v1.6.0
Correct asynchronous filtering of invalid HTMl elements
✨ Add specific error classes
✨ Add custom rows and body selector
✨ Extend rows filtering by adding information about current index and other rows
🐛 Fix asynchronous filtering of non TABLE elements
🐛 Omit undefined
values from settings
Full Changelog: v1.5.1...v1.6.0