All Versions
56
Latest Version
Avg Release Cycle
-
Latest Release
-
Changelog History
Page 6
Changelog History
Page 6
-
v1.2.0 Changes
- โ Added reprlib.Repr as an additional parameter to customize representation
-
v1.1.0 Changes
- ๐ Fixed unit tests to set actual and expected arguments correctly
- Made ViolationError an AssertionError
- โ Added representation of values by re-executing the abstract syntax tree of the function
-
v1.0.3 Changes
- โก๏ธ
pre
andpost
decorators usefunctools.update_wrapper
to allow for doctests
- โก๏ธ
-
v1.0.2 Changes
- ๐ Moved icontract.py to a module directory
- โ Added py.typed to comply with mypy
-
v1.0.1 Changes
- ๐ Fixed links in the README and setup.py
-
v1.0.0 Changes
- ๐ Initial version