Releases: matpompili/caniusethat
Releases · matpompili/caniusethat
v0.4.1
v0.4.0
v0.3.2
v0.3.1
v0.3.1 (2022-09-07)
- Added a command line interface tool,
caniusethat-cli
useful for testing/debugging purposes.
v0.3.0
v0.3.0 (2022-09-02)
- Fix error when docstring is not present in the function. (Issue #1, PR #4)
- Add
pyzmq.utils.win32.allow_interrupt
to the server threads, so they can be stopped on Windows. (Issue #2, PR #6) - Move some of the logging to
DEBUG
level. (Issue #3, PR #7) - Add reserved method names to
Thing
class. (Issue #5, PR #8)
v0.2.3
v0.2.2
v0.2.2 (2022-09-01)
- Fix test hanging up because of logging in multiple threads
v0.2.1
Initial release