Skip to content

Releases: mristin/icontract-hypothesis

icontract-hypothesis 1.1.7

23 Jul 07:26
e02639f
Compare
Choose a tag to compare
  • Fix forwarding kwargs in ghostwrite (#65)

icontract-hypothesis 1.1.6

19 Jul 19:21
362713a
Compare
Choose a tag to compare
  • Fix edge cases in matching bounds (#58)
  • Avoid registering if __init__ is contractless (#57)

icontract-hypothesis 1.1.5

06 Jul 11:05
ff0f669
Compare
Choose a tag to compare
  • Add support for recursive data structures (#54)

icontract-hypothesis 1.1.4

20 Jun 06:44
059c630
Compare
Choose a tag to compare
  • Support full matching regular expressions (#49)
  • Fix inference for __init__ with inheritance (#46)
  • Adapt to changed interface in icontract 2.5.2 (#43)
  • Handle functions using self as argument (#42)
  • Handle contracts on self as filters (#41)
  • Pass self arugment to contracts (#40)
  • Revert "Fix strategy inference for Sequence (#36)" (#38)

icontract-hypothesis 1.1.3

29 Apr 18:52
df2389a
Compare
Choose a tag to compare
  • Fix strategy inference for Sequence (#36)

icontract-hypothesis 1.1.2

23 Apr 22:04
45051a3
Compare
Choose a tag to compare
  • Handle __new__ and forward declarations (#34)
  • Fix rendering of multi-line conditions (#33)
  • Report failed Hypothesis health checks as errors (#32)

icontract-hypothesis 1.1.1

15 Feb 13:21
2e1b9be
Compare
Choose a tag to compare
  • Fix ghostwriting for functions without contracts (#30)

icontract-hypothesis 1.1.0

23 Jan 21:52
5a1edf6
Compare
Choose a tag to compare
  • Ghostwrite with --path (#26)

icontract-hypothesis 1.0.0

20 Jan 22:28
66f58ee
Compare
Choose a tag to compare

This is the initial version.

It has a limited, but sufficient feature set to be used in production.

icontract-hypothesis 0.0.2

23 Dec 10:55
3ced3c4
Compare
Choose a tag to compare

This is an alpha version intended for development of vim and Pycharm plugin.

Please do not use it!