effect v1.1.0 Release Notes
Release Date: 2019-11-24 // over 3 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 usereturn
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:
- โ Some test utilities have been added to effect.testing:
๐ Thanks to @manishtomar who contributed the work for this release.