Skip to content

0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-pre james-pre released this 16 Mar 00:41
· 988 commits to main since this release
0094f98
  • Changed FileSystem.metadata from a getter to a function.
    • Since Typescript would lose track of the accessor information, convert it to a readonly property, then give an error when a class defined it as a getter.
  • Renamed AsyncMirror.Options to AsyncMirrorOptions
  • Renamed AsyncStoreFileSystemOptions to AsyncStoreOptions
  • Renamed SyncStoreFileSystemOptions to SyncStoreOptions
  • Renamed AsyncStoreFileSystem to AsyncStoreFS
  • Renamed SyncStoreFileSystem to SyncStoreFS