Skip to content

eff 4.3.0

Compare
Choose a tag to compare
@etorreborre etorreborre released this 18 Apr 16:39
· 903 commits to master since this release

Maintenance version

Improvements

  • do not memoize failed values for tasks, futures and safe effects
  • added a note in the user guide about effects not covered by the all._ import #90

Fixes

  • always pass onNone action when executing a continuation to make sure Safe.thenFinally always executes
  • changed some Option() calls to Some to preserve user nulls #91