Releases: uriyyo/pycharm-evaluate-async-code
Releases · uriyyo/pycharm-evaluate-async-code
1.26
- Fix issue with
AsyncPyDebugConsoleRunnerFactory
extension declaration.
1.25
- Update async-eval version (fix
pypy
integration issue).
1.24
- Add initial trio integration.
- Bump minimal java version to 11.
1.23
- Switch to next version of
async-eval
that no longer uses nest-asyncio
library. commit
1.22
- Fix issue when plugin is not being applied automatically. #56
1.21
- Bump
async-eval
version.
- Remove usage of experimental API.
1.20
- Add the ability to use
docker
and docker-compose
interpretators
- Fix console with frameworks (
django
, flask
, .etc)
- Fix console integration
- Fix
DeprecationWarning: There is no current event loop
issue
1.19
- Fix compatibility issue with 2021.3 version.
1.18
- Fix issue when
nest-asyncio
apply
function was set to noop
function.
1.17
- Fix issue when
nest-asyncio
was required to evaluate async expressions.