0.13.0
Pre-release
Pre-release
- Cleaned up the types for FS mixin functions
- UpdatedFileSystem
constructor sotypeof FileSystem
can be used in mixin extends clauses
- AddedMixin
type
- InlinedSyncFS
,AsyncFS
, andReadonlyFS
- Fixed typo in
Async
doc comment - Typedoc no longer shows re-exports
- Moved typedoc config to tsconfig.json
- Updated package description
- Fixed
mkdir
andmkdirSync
not supporting therecursive
option. (#75/#77, thanks @yoursunny!)