qgustavor / mega

Unofficial JavaScript SDK for MEGA
https://mega.js.org/
MIT License
161 stars 43 forks source link

Release - v1.3.0 #195

Closed qgustavor closed 5 months ago

qgustavor commented 5 months ago

Release v1.3.0

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 or forceHttps: 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.

qgustavor commented 5 months ago

I just updated the docs.