Skip to content

Releases: jshwi/docsig

v0.50.0

22 Apr 22:32
v0.50.0
6ca7438
Compare
Choose a tag to compare

Added

  • successfully parsed file to verbose output

Changed

  • improve syntax error message
  • continue running all the way through on syntax error

v0.49.2

21 Apr 09:53
v0.49.2
0196ed6
Compare
Choose a tag to compare

Fixed

  • indent for hints

v0.49.1

20 Apr 06:18
v0.49.1
0b71727
Compare
Choose a tag to compare

Fixed

  • apply no-ansi option to excepthook
  • ensure colors are removed when not running in a tty
  • ensure excepthook prints to stderr
  • use click echo for excepthook

v0.49.0

20 Apr 00:58
v0.49.0
80c021b
Compare
Choose a tag to compare

Changed

  • use click echo

v0.48.0

19 Apr 12:43
v0.48.0
856483f
Compare
Choose a tag to compare

Changed

  • replace tabs with spaces in summary
  • remove typing-extensions from dependencies

v0.47.0

14 Apr 10:56
v0.47.0
f968c8a
Compare
Choose a tag to compare

Added

  • option for checking nested functions and classes

Fixed

  • check indented functions and classes

v0.46.0

09 Apr 07:02
v0.46.0
ce9fd8a
Compare
Choose a tag to compare

Added

  • verbose option

Changed

  • short form for version

v0.45.0

09 Apr 00:57
v0.45.0
c054303
Compare
Choose a tag to compare

Added

  • exclude option

Fixed

  • allow decorators to be referenced with module name
  • allow checking of files not ending in .py

v0.44.3

24 Mar 03:14
v0.44.3
883665f
Compare
Choose a tag to compare

Fixed

  • treat functools.cached_property as a property

v0.44.2

03 Dec 01:35
v0.44.2
419eaef
Compare
Choose a tag to compare

Fixed

  • wrap function with functools.wraps