Skip to content

Releases: mutating/cantok

0.0.16

31 Jan 13:38
9980eae

Choose a tag to compare

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 the await keyword. In the first case, it will be launched in non-blocking mode, in the second in normal mode.

0.0.15

17 Jan 15:35
ac261d7

Choose a tag to compare

Minor update with no changes in functionality.

  • Slightly corrected the documentation.
  • Added a bit of testing.

0.0.14

16 Jan 15:45
9603345

Choose a tag to compare

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

07 Jan 14:51
86351b4

Choose a tag to compare

A little update.

0.0.12

07 Jan 13:31
120e6f3

Choose a tag to compare

A small purely technical release.

  • Automated the release process.
  • Added the py.typed file.

0.0.11

19 Dec 23:58
53ccb1c

Choose a tag to compare

Not a very big update, but an extremely important one.

  • Fixed a problem with distribution using the pyproject.toml file. 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

23 Nov 17:00
121cb5e

Choose a tag to compare

Microscopic update.

  • Added messages for several exceptions.

0.0.9

23 Nov 16:29
6f02ec4

Choose a tag to compare

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

26 Oct 22:46
c94a81f

Choose a tag to compare

Big technical update!

  • Instead of setup.py, now pyproject.toml.
  • Python 3.12 support.
  • New documentation, now on a separate site.
  • New package build system.

0.0.6

08 Oct 22:52
1488db5

Choose a tag to compare

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.