Skip to content

Releases: Parquery/sphinx-icontract

sphinx-icontract 2.0.3

28 Jun 08:37
fc3d4f3
Compare
Choose a tag to compare
  • Added newline before contract description (#31)
  • Fixed support for multi-line lambda inspections (#27)
  • Dropped support for Python 3.5 (#30)
  • Fixed mypy issue with callable (#29)

sphinx-icontract 2.0.2

12 Mar 19:05
d7b5ef3
Compare
Choose a tag to compare
  • Fixed compatibility with icontract >=2.4.0 (#24)

sphinx-icontract 2.0.1

09 Oct 19:58
2bd9f95
Compare
Choose a tag to compare
  • Updated asttokens dependency range to >=2,<3 since it conflicted with icontract>=2.3.0

sphinx-icontract 2.0.0

24 Oct 05:28
92918f2
Compare
Choose a tag to compare
  • Updated to icontract 2.0.0

sphinx-icontract 1.3.1

21 Oct 05:51
ff3bd71
Compare
Choose a tag to compare
  • Updated to icontract 1.7.1 due to tight coupling with refactored icontract internals

sphinx-icontract 1.3.0

20 Oct 06:59
8277ac3
Compare
Choose a tag to compare
  • Renders icontract.snapshots

sphinx-icontract 1.2.0

18 Oct 07:05
583a0b7
Compare
Choose a tag to compare
  • Made inferrence of implications more sophisticated

sphinx-icontract 1.1.1

10 Oct 05:43
03cf4ce
Compare
Choose a tag to compare
  • Updated to icontract 1.5.9

sphinx-icontract 1.1.0

27 Sep 21:31
faec7fa
Compare
Choose a tag to compare
  • Added rendering of implications (not A or B is rendered as A ⇒ B)
  • Contracts of property getter, setter and deleter are included in the documentation.

sphinx-icontract 1.0.1

22 Sep 08:22
093b41a
Compare
Choose a tag to compare
  • Fixed Readme to render correctly on pypi.org