Skip to content

Latest commit

 

History

History
147 lines (77 loc) · 5.44 KB

changelog.md

File metadata and controls

147 lines (77 loc) · 5.44 KB

Release v1.3.1

Patch Changes

Use globalThis.isSecureContext. Advantages and disadvantages shown in detail here.

Should fix issue #205 where the Storage class does not work on HTTPS websites.

It was calling .find instead of calling .filter to recurse directories.

I always forget about that, so is better to put it in the readme.

--allow-net should not include a trailing slash.

I'm not sure if the return type of navigate is correct - could anyone verify?.

Release v1.3.0

Minor Changes

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

I was certain I tested this! 😑

Add checks for Firefox and Deno so having to set userAgent: null or forceHttps: false is no longer required.

Bumps braces from 3.0.2 to 3.0.3.

Release v1.2.1

Patch Changes

Use always the last Node version. Update action packages.

I hope that makes people read it.

Release v1.2.0

Minor Changes

Implement find, search and navigate functions, and fix fetch related issues.

Patch Changes

No, that's not because of the guy who doesn't read things, that's because I noticed there was not a test for that.

Release v1.1.8

Patch Changes

punycode is deprecated. Bumped node-fetch version to a newer version that doesn't depend on punycode.

Thank you for your work! This package has saved me a lot of time. It seems that MutableFile has not been exported, which may be an oversight.

Release v1.1.7

Patch Changes

bytesUploaded was defined inside sendChunk, not inside _uploadWithSize.

Release v1.1.6

Patch Changes

The old link was for old Angular, not modern Angular.

Upload progress can be monitored by checking progress events.

Release v1.1.5

Patch Changes

The old link was for old Angular, not modern Angular.

Upload progress can be monitored by checking progress events.

Release v1.1.4

Patch Changes

Bumps word-wrap from 1.2.3 to 1.2.4. Release notes. Sourced from word-wrap's releases. 1.2.4. What's Changed.

🤦