effect v1.1.0 Release Notes

Release Date: 2019-11-24 // over 4 years ago

    ๐Ÿ—„ The do_return function which was previously used to support returning values from @do functions is now deprecated. In Python 3, we can just use return statements.

    ๐ŸŽ The very last bare-except: clause was removed from the Effect library, meaning that KeyboardInterrupt and SystemExit should no longer be swallowed by effect performance.


Previous changes from v0.11.0

  • Incompatible changes:

    • ๐Ÿ‘ Python 2.6 is no longer officially supported, though it might still work for now.

    ๐Ÿ”‹ Features:

    ๐Ÿš€ Thanks to @manishtomar who contributed the work for this release.