Skip to content

Releases: mutating/cantok

0.0.23

Choose a tag to compare

@pomponchik pomponchik released this 15 Jul 20:13
108b08c

A small but important update.

  • Added a new type of tokens - DefaultToken.
  • Expanded the documentation.

0.0.22

Choose a tag to compare

@pomponchik pomponchik released this 23 Feb 21:35
7c86ee3

A small update with no changes in functionality.

  • The links in the documentation have been corrected.
  • A new section dedicated to the ecosystem has been added to the documentation. The first representative of the ecosystem mentioned there is suby.

0.0.21

Choose a tag to compare

@pomponchik pomponchik released this 20 Feb 12:30
7d6fc84

Nothing important, just updating the documentation.

0.0.20

Choose a tag to compare

@pomponchik pomponchik released this 17 Feb 21:22
9fe0c5f

A small update, functionality is not affected.

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

0.0.19

Choose a tag to compare

@pomponchik pomponchik released this 17 Feb 13:44
666aad4

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

Choose a tag to compare

@pomponchik pomponchik released this 15 Feb 22:23
318dfbd

A small but important update.

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

0.0.17

Choose a tag to compare

@pomponchik pomponchik released this 02 Feb 19:28
684629a

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

Choose a tag to compare

@pomponchik pomponchik released this 31 Jan 13:38
9980eae

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

Choose a tag to compare

@pomponchik pomponchik released this 17 Jan 15:35
ac261d7

Minor update with no changes in functionality.

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

0.0.14

Choose a tag to compare

@pomponchik pomponchik released this 16 Jan 15:45
9603345

A small but useful update.

  • Now you can send 2 types of callbacks to ConditionToken: which are executed before and after checking the condition.