-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from Kevin-Lee/prepare-to-release
Effectie v1.15.0
- Loading branch information
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |