Releases: unt-libraries/fauxdoc
Releases · unt-libraries/fauxdoc
1.1.0
Overview of what's new in this version:
fauxdoc
is now fully typed and passesmypy --strict
checks.- Much refactoring. Fixing type hints revealed some underlying issues, and I've applied fixes and changes while leaving the public API as intact as possible.
- A small number of deprecations to be removed in v2.
- Previously undefined behavior, mainly around instance attributes, has been defined, documented, and tested. Attributes that are not read-only now have defined behavior when they are set after object instantiation.
Please see the changelog for a full list of additions, changes, deprecations, and fixes in v1.1.0.