Skip to content

Releases: pomponchik/cantok

0.0.21

20 Feb 12:30
7d6fc84
Compare
Choose a tag to compare

Nothing important, just updating the documentation.

0.0.20

17 Feb 21:22
9fe0c5f
Compare
Choose a tag to compare

A small update, functionality is not affected.

  • Added some details to the documentation.
  • Added new tests.

0.0.19

17 Feb 13:44
666aad4
Compare
Choose a tag to compare

A small update with no significant changes in functionality.

  • Changed the message with which the ConditionCancellationError exception is raised.
  • The exception documentation is slightly expanded.

0.0.18

15 Feb 22:23
318dfbd
Compare
Choose a tag to compare

A small but important update.

  • Added caching of a positive condition check result for ConditionToken.

0.0.17

02 Feb 19:28
684629a
Compare
Choose a tag to compare

A small but important stabilization update.

  • Added some new tests.
  • Fixed an error that occurs when asynchronously waiting for a token if there are no strong references to the result returned by the wait() method.
  • Added some tooling for mutation testing.
  • Deleted some dead code.
  • Fixed documentation.

0.0.16

31 Jan 13:38
9980eae
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

A little update.

0.0.12

07 Jan 13:31
120e6f3
Compare
Choose a tag to compare

A small purely technical release.

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