All Versions
56
Latest Version
Avg Release Cycle
-
Latest Release
-

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 and post decorators use functools.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