Skip to content

v1.15.0

Compare
Choose a tag to compare
@kevin-lee kevin-lee released this 12 Aug 12:30
· 487 commits to main since this release
f85c996

1.15.0 - 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)