Release v1.3.6
Patch Changes
Bump esbuild from 0.20.2 to 0.25.0 (@dependabot[bot])
Bumps esbuild from 0.20.2 to 0.25.0. Release notes. Sourced from esbuild's releases. v0.25.0.
Remove redundant AbortController polyfill (@talentlessguy)
Release v1.3.4
Patch Changes
Remove Node 18 from testing, add Node 22 (@qgustavor)
Users of Node 18 should use --experimental-global-webcrypto
flag. Support for it ends in 5 months anyway.
Fix various issues (@qgustavor)
Should fix #226 and #227.
Release v1.3.3
Patch Changes
All directories should contain a .children property (@qgustavor)
Moved .children = []
handling from the code that handles children to the code that creates the node. Fixes a lot of possible and existing bugs.
Release v1.3.1
Patch Changes
Simplify handleForceHttps (@qgustavor)
Use globalThis.isSecureContext
. Advantages and disadvantages shown in detail here.
Handle ssl
in API's pull request so Storage works in browsers (@qgustavor)
Should fix issue #205 where the Storage class does not work on HTTPS websites.
Fix .filter implementation (@qgustavor)
It was calling .find instead of calling .filter to recurse directories.
Add a note about updating TypeScript types (@qgustavor)
I always forget about that, so is better to put it in the readme.
Fix Deno tests (@qgustavor)
--allow-net should not include a trailing slash.
TS fix: find,filter,navigate in storage
(@xmok)
I'm not sure if the return type of navigate
is correct - could anyone verify?.
TS fix: secondFactorCode
type was missing in Storage constructor (TS) (@xmok)
Fix typo in the template (@qgustavor)
Improve bug report template (@qgustavor)
Release v1.3.0
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.
Release v1.2.1
Patch Changes
Fix repository URL (@qgustavor)
Fix GitHub Actions (@qgustavor)
Use always the last Node version. Update action packages.
Fix package.json's exports (@qgustavor)
Simplify the readme warning message (@qgustavor)
I hope that makes people read it.
Release v1.2.0
Minor Changes
Find and fetch (@qgustavor)
Implement find, search and navigate functions, and fix fetch related issues.
Patch Changes
Add test for providing a stream as an input (@qgustavor)
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
Update Node.js versions in test runner (@qgustavor)
bump node-fetch version to 3.3.2 (@franklygeorgy)
punycode
is deprecated. Bumped node-fetch version to a newer version that doesn't depend on punycode
.
Export MutableFile (@super-v-2038)
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
Fix upload progress (@qgustavor)
bytesUploaded was defined inside sendChunk, not inside _uploadWithSize.
Release v1.1.6
Patch Changes
Fix Angular link (@qgustavor)
The old link was for old Angular, not modern Angular.
Handle upload progress better and don't minify browser-es (@qgustavor)
Upload progress can be monitored by checking progress events.
Update readme.md (@qgustavor)
Release v1.1.5
Patch Changes
Fix Angular link (@qgustavor)
The old link was for old Angular, not modern Angular.
Handle upload progress better and don't minify browser-es (@qgustavor)
Upload progress can be monitored by checking progress events.
Update readme.md (@qgustavor)
Release v1.1.4
Patch Changes
Create LICENSE (@qgustavor)
Bump word-wrap from 1.2.3 to 1.2.4 (@dependabot[bot])
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.
Fix typo in workflow (@qgustavor)
Give permission to mint an ID-token so provenance works (@qgustavor)
:facepalm: