Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/domPublic

Releases: zen-fs/dom

1.2.5

11 Sep 16:08
v1.2.5
This tag was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.
e45c143
This commit was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.

Choose a tag to compare

This patches changesWebAccess to work even when theSharedArrayBuffer global is undefined.

Assets2
Loading
au-re reacted with rocket emoji
1 person reacted

1.2.4

02 Sep 16:40
v1.2.4
This tag was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.
8360f03
This commit was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.

Choose a tag to compare

  • Updated dependencies, including @zenfs/core and Typescript
  • Re-licensed under LGPL
Loading

1.2.3

31 Aug 00:17
v1.2.3
This tag was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.
05336b8
This commit was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.

Choose a tag to compare

  • FixedWebAccessFS.remove not operating recursively
  • FixedWebAccessFS.mkdir causing de-sync in theAsync() cache
  • Addedsync after each test forWebAccess
  • The minimum @zenfs/core version is now v2.3.11
  • WebAccess is now tested in CI
  • Fixed handle not being removed from handle cache on delete
  • Fixed the file system access API polyfill used for tests
Loading

1.2.2

07 Aug 00:18
v1.2.2
This tag was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.
6391ea4
This commit was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.

Choose a tag to compare

  • ChangedWebAccessFS.readdir to read from the underlying API instead of the cache (#34, thanks@sanfilippopablo)
  • FixedFileAccess.get not working for any kind (i.e. whenkind isnull). Further improved in#34.

Contributors

  • @sanfilippopablo
sanfilippopablo
Loading

1.2.1

04 Aug 15:12
v1.2.1
This tag was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.
562a8c9
This commit was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.

Choose a tag to compare

  • FixeddisableHandleCache not being correctly passed through toWebAccessFS
  • If the handle cache is enabled but a handle isn't in it,WebAccessFS.get will now try to get the handle from the underlying API before failing. This should reduce problems with cache/FS de-sync (e.g. when using multiple threads)
  • If an inode is missing from the index,WebAccessFS.stat will try to lookup the underlying handle and add a new inode to the index before failing. This should reduce problems with cache/FS de-sync (e.g. when using multiple threads)
Loading

1.2.0

03 Aug 00:45
v1.2.0
This tag was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.
16e2daa
This commit was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.

Choose a tag to compare

This release adds thedisableHandleCache option toWebAccess. When enabled, this option causes the backend to always resolve handles using the underlying API, rather than using a cache. This fixes#32.

Loading

1.1.9

28 Jul 16:57
v1.1.9
This tag was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.
47c459f
This commit was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.

Choose a tag to compare

This release changes theisAvailable check forIndexedDB to cache the result for eachIDBFactory. This means configuring multiple mounts to use the sameIDBFactory will only perform the test once, instead of for every mount.

Loading

1.1.8

06 Jun 22:13
v1.1.8
This tag was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.
f749b92
This commit was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.

Choose a tag to compare

  • FixedIndexedDBTransaction.prototype.keys incorrectly excluding non-string keys (fixes#30)
  • Updated dependencies, including@zenfs/core
  • Tweaked theWebAccess test setup
  • Added some more descriptive error messages
Loading

1.1.7

25 Apr 22:41
v1.1.7
This tag was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.
e4b4a16
This commit was signed with the committer’sverified signature.
james-pre James Prevett
GPG key ID:B2489F658AB183EB
Verified
Learn about vigilant mode.

Choose a tag to compare

This release updates to@zenfs/core v2.1.0 and fixes accidental cache poisoning inIndexedDBTransaction.

Loading

1.1.6

20 Mar 02:09
v1.1.6
This tag was signed with the committer’sverified signature. The key has expired and has been revoked.
james-pre James Prevett
GPG key ID:3F56486D9B483710
ExpiredRevoked
Verified
Learn about vigilant mode.
bb5b8b6
This commit was signed with the committer’sverified signature. The key has expired and has been revoked.
james-pre James Prevett
GPG key ID:3F56486D9B483710
ExpiredRevoked
Verified
Learn about vigilant mode.

Choose a tag to compare

  • TheStorage backend now checks for the global based on config (zen-fs/core#196)
  • Updated to@zenfs/core 2.0
Loading
Davilarek and kaxline reacted with hooray emoji
2 people reacted
Previous13456
Previous

[8]ページ先頭

©2009-2025 Movatter.jp