0.3.2
Pre-release
Pre-release
- 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.
- Since Typescript would lose track of the accessor information, convert it to a
- Renamed
AsyncMirror.Options
toAsyncMirrorOptions
- Renamed
AsyncStoreFileSystemOptions
toAsyncStoreOptions
- Renamed
SyncStoreFileSystemOptions
toSyncStoreOptions
- Renamed
AsyncStoreFileSystem
toAsyncStoreFS
- Renamed
SyncStoreFileSystem
toSyncStoreFS