Skip to content

v0.2.0

Compare
Choose a tag to compare
@waynesbrain waynesbrain released this 05 Oct 19:13
· 96 commits to master since this release
18b8925

Summary

  • Simplifies FileSystem generic signature and remove unnecessary driver property.
  • Simplifies Driver types, make them non-generic. Drivers that need typed fileTypes can cast to that type.
  • Re-exports commonly used mutative helpers for use with integrations (applyPatch, createPatch).
    • Implement createPatch via mutative's makeCreator, allowing FileSystem.write() callbacks to return whole file data.
  • Removes DriverProps.fileTree constructor argument to allow creating Repository.fs after driver. Replaces wonky FileSystem factory with a standard constructor.