Skip to content

Releases: Tomas2D/puppeteer-table-parser

v1.4.0

07 Jan 22:49
Compare
Choose a tag to compare

✨ Add support for optional columns

Full Changelog: v1.3.0...v1.4.0

v1.3.0

13 Dec 20:57
Compare
Choose a tag to compare

Add support for returning extracted rows with columns values in an array (string[][]) and not as a string (string[]).

Full Changelog: v1.2.0...v1.3.0

v1.2.0

05 Nov 00:02
Compare
Choose a tag to compare
  • throw on duplicated column names
  • add rowTransform function for overriding values

Full Changelog: v1.1.5...v1.2.0

v1.1.4

12 Oct 20:46
Compare
Choose a tag to compare
🔖 Version 1.1.4

Version 1.1.0

20 Mar 10:44
Compare
Choose a tag to compare

Added util for merging settings, fixed some minor issues.