Skip to content

Releases: jshwi/docsig

v0.54.1

23 May 12:30
v0.54.1
636a5a5
Compare
Choose a tag to compare

Fixed

  • issue where spelling-error could only occur alone

v0.54.0

21 May 00:21
v0.54.0
be8a6e4
Compare
Choose a tag to compare

Added

  • description-missing check

Changed

  • reword description for confirm-return-needed

Fixed

  • adjust docstring to match signature once params-missing evaluated

v0.53.3

12 May 21:36
v0.53.3
9989988
Compare
Choose a tag to compare

Fixed

  • param-not-equal-to-arg which should not be final catch-all

v0.53.2

08 May 23:37
v0.53.2
0fe49fd
Compare
Choose a tag to compare

Fixed

  • raise E102 before E107 considered
  • false positives in E105 hints
  • method for detecting incorrectly indented parameter
  • no longer rely on raising E102 errors to raise E106
  • no longer rely on raising E101 errors to raise E106
  • raise E107 without relying on other errors
  • issue where E106 needed parameter name and description to match

v0.53.1

06 May 12:08
v0.53.1
9c5f404
Compare
Choose a tag to compare

Fixed

  • no longer raise E104 with optional overload (#318)

v0.53.0

01 May 03:49
v0.53.0
41b454a
Compare
Choose a tag to compare

Added

  • hint for confirm-return-needed
  • arg for ignoring return type checker

Changed

  • output to summarised version
  • remove color from help

Deprecated

  • summary option as this is now the report format

v0.52.0

29 Apr 08:12
v0.52.0
523538f
Compare
Choose a tag to compare

Added

  • message types to messages module

v0.51.1

27 Apr 02:55
v0.51.1
4cbd208
Compare
Choose a tag to compare

Fixed

  • import alias for imported decorators

v0.51.0

23 Apr 09:08
v0.51.0
2f321b3
Compare
Choose a tag to compare

Added

  • exclude files in gitignore

Fixed

  • send path in syntax error to stderr

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