Skip to content

Releases: pomponchik/fazy

0.0.10

07 Jan 20:46
9f56e3e
Compare
Choose a tag to compare

A small update.

  • Fixed some type hints.
  • Activated explicit reexports. Read more here: fastapi/typer#112
  • Automated release process.
  • Added the hits-of-code badge to the README.

0.0.9

29 Nov 10:34
021435d
Compare
Choose a tag to compare

A small purely technical update.

  • The file setup.py has been replaced with pyproject.toml.
  • Added support for Python 3.12.

0.0.8

09 Oct 20:59
9ebfcac
Compare
Choose a tag to compare

A small update.

  • The code is fully adapted to mypy.

0.0.7

09 Oct 16:38
cbc6e54
Compare
Choose a tag to compare

A small update.

  • Added a logo.
  • Added linter checks.
  • Added type hints for most of the codebase. But not everywhere yet.
  • Minor corrections related to types have been made. Recursive support for the LazyString type itself has improved slightly.
  • Added classifiers for easy library search in pypi.

0.0.6

13 Sep 03:30
ceb0bbc
Compare
Choose a tag to compare

A small technical update.