- Added support for `python 3.13` and deleted for `3.7`. - Upgraded versions of several dependencies.
0.0.31
A micro-change.
- Now the method `.wait()` for any token will work correctly in `REPL`.
0.0.30
Microscopic change.
- Now the `repr` for `ConditionToken` works not only with ordinary functions, but also with objects that have the `__call__` method.
0.0.29
A small update, but recommended.
- The operation of summing two timeout tokens is optimized. Now, in some cases, the token with an earlier expiration will remain alone.
0.0.28
A useful little update.
- Text representations of various tokens are now shorter and more beautiful. - Added a new optimization: now, if possible, the token sum operation does not create an additional `SimpleToken`. Due to this, the token graph becomes smaller and all operations on it are faster.
0.0.27
Purely stabilization update, the library's capabilities have not changed at all.
- Added some new tests. - Improved code examples in the documentation: added output comments.