Skip to content

0.13.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-pre james-pre released this 12 Jun 22:33
· 175 commits to main since this release
v0.13.0
2dde7e9
  • Cleaned up the types for FS mixin functions
    - Updated FileSystem constructor so typeof FileSystem can be used in mixin extends clauses
    - Added Mixin type
    - Inlined SyncFS, AsyncFS, and ReadonlyFS
  • Fixed typo in Async doc comment
  • Typedoc no longer shows re-exports
  • Moved typedoc config to tsconfig.json
  • Updated package description
  • Fixed mkdir and mkdirSync not supporting the recursive option. (#75/#77, thanks @yoursunny!)