eff
Version:
An extensible effect monad based on the freer monad
47 lines (20 loc) • 1.43 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
# [0.4.0](https://github.com/edahlseng/eff/compare/v0.3.0...v0.4.0) (2019-07-26)
### Bug Fixes
* Add Flow types ([3beb70d](https://github.com/edahlseng/eff/commit/3beb70d))
* Fix linting errors ([c58b642](https://github.com/edahlseng/eff/commit/c58b642))
### Features
* Add mock interpreter for FileSystem effects ([f83bc25](https://github.com/edahlseng/eff/commit/f83bc25))
* Remove onPure ([c9b0c06](https://github.com/edahlseng/eff/commit/c9b0c06))
* Update function definition for `run` and `FileSystem.writeFile` ([2f92484](https://github.com/edahlseng/eff/commit/2f92484))
* Update function names and parameters ([104c4e8](https://github.com/edahlseng/eff/commit/104c4e8))
# [0.3.0](https://github.com/edahlseng/eff/compare/v0.2.1...v0.3.0) (2019-04-03)
### Features
* Add getKeypress effect ([bb55426](https://github.com/edahlseng/eff/commit/bb55426))
## [0.2.1](https://github.com/edahlseng/eff/compare/v0.2.0...v0.2.1) (2019-01-27)
### Bug Fixes
* Correct main path and ignore unneeded files ([3e4bd54](https://github.com/edahlseng/eff/commit/3e4bd54))
# 0.2.0 (2019-01-27)
### Features
* Add Eff, FileSystem, Input, Output, Reader, and State ([df1d76e](https://github.com/edahlseng/eff/commit/df1d76e))