-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
25 lines (23 loc) · 997 Bytes
/
Copy pathCHANGELOG
File metadata and controls
25 lines (23 loc) · 997 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
v2.0.1
- Application:
- Feature: added support for mini banner.
- Maintenance:
- Devcontainer: moved Python cache folders (pycache, mypy_cache) to a Docker volume.
- SeeAlso: added docs-frameworkfreeze-python.md, docs-knownissues-python.md, docs-userguide-python.md.
- SeeAlso: updated docs-asciibannermanager.md, docs-developerguide-python.md.
- Documentation:
- Feature: updated to v2.0.1.
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
- 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.