Skip to content

Releases: numbworks/nwdocstringchecking

v2.0.0

10 May 22:36
9487283

Choose a tag to compare

v2.0.0 - BREAKING CHANGES

  • Application:
    • Feature: added support for AsciiBanner, streamlined command-line interface.
  • Maintenance:
    • Moved from a devcontainer to a named devcontainer, upgraded pip (24.3.1 -> 26.0.1), added timezone support.
    • Added support for nwbuilders and nwmakefiles.
  • Documentation:
    • Feature: updated to v2.0.0.

v1.0.0

19 May 14:16

Choose a tag to compare

v1.0.0

  • Application:
    • Feature: accepts a file_path and returns a list of methods lacking docstrings.
    • Feature: allows the user to exclude methods and classes - i.e. __init__.
  • Documentation:
    • Feature: covers all the features available in v1.0.0.