Changelog of @hackage/fakefs 0.2.0.0

Changelog for fakefs

0.2.0.0 (2019-03-30)

  • Simplify the monad stack and the file object.
  • Rename main APIs to express its generality.
    • readFileT -> readPath
    • writeFileT -> writePath
  • Add utility functions: evalFileSystemT, execFileSystemT, etc.

0.0.1.0 (2019-03-29)

Initial Release