Releases: mutating/cantok
Releases · mutating/cantok
Release list
0.0.23
A small but important update.
- Added a new type of tokens -
DefaultToken. - Expanded the documentation.
0.0.22
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
Nothing important, just updating the documentation.
0.0.20
A small update, functionality is not affected.
- Added some details to the documentation.
- Added new tests.
0.0.19
A small update with no significant changes in functionality.
- Changed the message with which the
ConditionCancellationErrorexception is raised. - The exception documentation is slightly expanded.
0.0.18
A small but important update.
- Added caching of a positive condition check result for
ConditionToken.
0.0.17
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
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.