Changelog of @hackage/fakefs 0.2.0.1

Changelog for fakefs

0.2.0.1 (2019-07-16)

  • 📝 Update READE with an example.
  • 📝 Correct wrong repository URL in the cabal file.

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