All Versions
16
Latest Version
Avg Release Cycle
69 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.4.0 Changes
January 23, 2019โ Added
- โ Add a non-blocking event loop runner.
-
v0.3.0 Changes
August 30, 2018๐ Changed
- Unsubscribing from a listener no longer requires the original callback to be passed.
-
v0.2.1 Changes
July 31, 2018๐ Fixed
- ๐ Fix JSON serialization error on TF Client (on Python 3.x).
-
v0.2.0 Changes
July 30, 2018โ Added
- โ Add support for IronPython 2.7.
๐ Changed
- 0๏ธโฃ Handler
on_ready
now defaults to run the callback in thread.
๐ Deprecated
- Rename
run_event_loop
to the more fittingrun_forever
.
-
v0.1.1 Changes
๐ Fixed
- ๐ Minimal documentation fixes.
-
v0.1.0 Changes
โ Added
- ๐ Initial version.