Skip to content

1.2.3

Compare
Choose a tag to compare
@james-pre james-pre released this 31 Oct 14:37
· 235 commits to main since this release
v1.2.3
2449410
  • Transaction now has keys and keysSync, which get all of the keys in the store
  • Added SimpleSyncStore.keys()
  • Optimized AsyncFS to skip crossCopy when both the sync and async backends are based on StoreFS. Instead, it will copy all of the Inodes in parallel.