Changelog for fakefs-0.3.0.2
Changelog for fakefs
0.3.0.2 (2020-09-05)
- 🐛 Support GHC 8.6 or later.
- 📝 Update the example in README to follow the changes in 0.3.0.0.
0.3.0.1 (2020-08-11)
- 📝 Update README to follow the changes in 0.3.0.0.
0.3.0.0 (2020-08-11)
- Redesign: Add ability to throw
IOExceptions in a more composable manner.- By deleting
ExceptTfromFileSystemT, it's moreGeneralizedNewtypeDeriving-friendly. - Generalize the monad of
readPathandwritePathetc. by the new constraint synonymMonadFileSystem.
- By deleting
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->readPathwriteFileT->writePath
- Add utility functions:
evalFileSystemT,execFileSystemT, etc.
0.0.1.0 (2019-03-29)
Initial Release