* Add py.typed file for better typing support. Thanks! Eisfunke * Use explicit imports: from .lib import is now from sty.lib import. * More and better doc-strings. help(x) should be much more useful now.
Other:
* Add svg logo. Thanks! kubinka0505 * Replace pipenv with poetry. * Remove make.py build system. * Remove all dev dependencies.
1.0.4
This is not really a software release. The only thing which changed is the README.rst within the pypi package in order to render correctly on https://pypi.org/project/sty/
1.0.3
This is not really a software release. The only thing which changed is the README.rst within the pypi package in order to render correctly on https://pypi.org/project/sty/
1.0.2
This is not really a software release. The only thing which changed is the README.rst within the pypi package in order to render correctly on https://pypi.org/project/sty/
1.0.1
This is not really a software release. The only thing which changed is the README.rst within the pypi package in order to render correctly on https://pypi.org/project/sty/
1.0.0
At this point sty can be considered stable.
The "release candidate" phase was given a lot of time and nothing critical was reported for a while. All features that are planned for the future are compatible with the existing interfaces.