tabletojson
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -8,3 +8,3 @@ { | ||
"name": "tabletojson", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Converts HTML tables to JSON objects", | ||
@@ -11,0 +11,0 @@ "main": "./dist/lib/index.js", |
@@ -29,3 +29,3 @@ # Tabletojson: Converting Table to JSON objects made easy | ||
``const {Tabletojson: tabletojson} = require('../lib/tabletojson');`` | ||
* Replace request options by got options. More information [here](#options)... | ||
* Replace request options by fetch options. More information [here](#options)... | ||
@@ -220,12 +220,2 @@ ## Basic usage | ||
!!! ATTENTION !!! Since request is not actively supported we need to switch to a | ||
reliable request replacement and I decided to use got. | ||
This is an incompatible change in version 2++ so keep this in mind and follow | ||
Sindre's [Migration Guide](https://github.com/sindresorhus/got/blob/master/documentation/migration-guides.md). | ||
For special features like using a proxy you should follow this instructions: | ||
[Proxies](https://github.com/sindresorhus/got#proxies) | ||
### fetchOptions (only `convertUrl`) | ||
@@ -232,0 +222,0 @@ |
152197
672