Skip to content

Latest commit

 

History

History
42 lines (23 loc) · 631 Bytes

CHANGELOG.md

File metadata and controls

42 lines (23 loc) · 631 Bytes

v0.4.0 (2024-01-13)

Feat

  • gets all the configs from the commandline.

Fix

  • removes the dummy class and func docstrings.
  • handles the file processing exceptions.

v0.3.0 (2024-01-12)

Feat

  • generates the class docstring.
  • generates the class docstring.

v0.2.1 (2024-01-12)

Fix

  • removes the dummy data generated for function docstrings.

v0.2.0 (2024-01-12)

Feat

  • adds a custom directory walker.
  • uses threads and ques for faster processing.

v0.1.0 (2024-01-10)

Feat

  • generates docstrings for functions.

Fix

  • fixes the missing function body.

v0.0.1 (2024-01-09)