Skip to content

Releases: unt-libraries/fauxdoc

1.1.0

27 Feb 21:27
Compare
Choose a tag to compare

Overview of what's new in this version:

  • fauxdoc is now fully typed and passes mypy --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.

1.0.0

03 Nov 13:32
Compare
Choose a tag to compare

This is the first public release of fauxdoc, a Python library designed to help generate fake (faux) record or document (doc) data conforming to bespoke requirements.

See the README.md file for more information about the project.