Skip to content

Commit

Permalink
Merge pull request #270 from Kevin-Lee/prepare-to-release
Browse files Browse the repository at this point in the history
Effectie v1.15.0
  • Loading branch information
kevin-lee authored Aug 12, 2021
2 parents 6920f60 + 30cdc9a commit f85c996
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions changelogs/1.15.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [1.15.0](https://github.com/Kevin-Lee/effectie/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aclosed+milestone%3Amilestone21) - 2021-08-12

## Done
* Fix `CommonFutureFx` to use `Future.successful` for `pureOf` (#257)
* Add project to test cats related code (#259)
* Add `FxCtor` as an alternative to `EffectConstructor` (#261)
* `Fx` should no longer be `Monad` (#265)
* There should be a way to test each `Monad` law instead of testing all the laws at once. (#266)
* ~~Make `Fx` `Monad` (#256)~~ (Undone in favor of #265)

0 comments on commit f85c996

Please sign in to comment.