purescript-stream/CHANGELOG.md

29 lines
939 B
Markdown
Raw Permalink Normal View History

2017-03-21 04:38:09 +03:00
<a name="0.2.0"></a>
# [0.2.0](https://github.com/TylorS/purescript-stream/compare/v0.1.0...v0.2.0) (2017-03-21)
### Bug Fixes
* **Stream:** add missing filter import ([d4e1c8e](https://github.com/TylorS/purescript-stream/commit/d4e1c8e))
2017-03-16 20:54:27 +03:00
<a name="0.1.0"></a>
# [0.1.0](https://github.com/TylorS/purescript-stream/compare/6b75d2f...v0.1.0) (2017-03-16)
### Bug Fixes
* **Stream:** add missing exports ([13c18b7](https://github.com/TylorS/purescript-stream/commit/13c18b7))
### Features
* **stream:** implement more helpers and combinators ([8e8b516](https://github.com/TylorS/purescript-stream/commit/8e8b516))
* **stream:** more combinators ([a50a246](https://github.com/TylorS/purescript-stream/commit/a50a246))
* **stream:** reimplement ([0813a54](https://github.com/TylorS/purescript-stream/commit/0813a54))
* **stream:** start of a stream library ([6b75d2f](https://github.com/TylorS/purescript-stream/commit/6b75d2f))