Releases: mutating/cantok
Releases · mutating/cantok
0.0.16
A small but extremely important update. It breaks backward compatibility.
- The
wait()method is now smart. He knows how to determine whether he was called with or without theawaitkeyword. In the first case, it will be launched in non-blocking mode, in the second in normal mode.
0.0.15
Minor update with no changes in functionality.
- Slightly corrected the documentation.
- Added a bit of testing.
0.0.14
A small but useful update.
- Now you can send 2 types of callbacks to
ConditionToken: which are executed before and after checking the condition.
0.0.13
A little update.
- Explicit reexports have been activated. Read more here: fastapi/typer#112
0.0.12
A small purely technical release.
- Automated the release process.
- Added the
py.typedfile.
0.0.11
Not a very big update, but an extremely important one.
- Fixed a problem with distribution using the
pyproject.tomlfile. Now the package you are installing contains everything you need. I'm sorry for this mistake earlier. - The
wait()method has both synchronous and asynchronous versions.
0.0.10
Microscopic update.
- Added messages for several exceptions.
0.0.9
A small but important update for those who love asynchronous programming!
- Added the
wait()method, which transfers control until the token is canceled.
0.0.8
Big technical update!
- Instead of
setup.py, nowpyproject.toml. Python 3.12support.- New documentation, now on a separate site.
- New package build system.
0.0.6
Optional minor update.
- Added type hints. Strict mode is enabled for mypy.
- Simplified the sample code in the documentation.
- Added some tests.
- The logo has been slightly changed.