maugenst / tabletojson

An npm module for node.js to convert HTML tables to JSON objects
https://www.npmjs.com/package/tabletojson
MIT License
138 stars 38 forks source link

v2.10 converted to ESM #82

Closed aarongoldenthal closed 1 year ago

aarongoldenthal commented 1 year ago

With v2.1.0 this package was converted from CJS to ESM, which is a breaking change and should be released as 3.0.0. It appears to be intentional with the changes in 517e47b, but that is not captured in the documentation and the examples were not updated to reflect the change to ESM (the current CJS examples no longer work).

maugenst commented 1 year ago

Thanks for mentioning this. I'll update the docu and bump versions.

maugenst commented 1 year ago

released version 3.0.0 with updated docu and examples.