Closed qgustavor closed 5 months ago
node-fetch is no longer going to be included with the library since all currently supported Node.js versions include a fetch global.
fetch
I was certain I tested this! :expressionless:
Add checks for Firefox and Deno so having to set userAgent: null or forceHttps: false is no longer required.
userAgent: null
forceHttps: false
Bumps braces from 3.0.2 to 3.0.3.
I just updated the docs.
Release v1.3.0
199
198
197
194
196
Changelog
Minor Changes
Remove node-fetch (@qgustavor)
node-fetch is no longer going to be included with the library since all currently supported Node.js versions include a
fetch
global.Patch Changes
Fix issue on handleForceHttps implementation. (@qgustavor)
I was certain I tested this! :expressionless:
Create config.yml (@qgustavor)
Add checks for Firefox and Deno (@qgustavor)
Add checks for Firefox and Deno so having to set
userAgent: null
orforceHttps: false
is no longer required.Bump braces from 3.0.2 to 3.0.3 (@dependabot[bot])
Bumps braces from 3.0.2 to 3.0.3.