Skip to content

Releases: uriyyo/pycharm-evaluate-async-code

1.16

29 Aug 10:20
Compare
Choose a tag to compare
  • Fix issue when trio was required to evaluate async expressions.

1.15

24 Aug 15:59
Compare
Choose a tag to compare
  • Fix issue with different behavior while evaluating same code but multiline #39

1.14

26 Jun 17:56
Compare
Choose a tag to compare
  • Fix issue with inspecting complex async results.
  • Raise RuntimeError when eval async code with non asyncio event loop.

1.13

13 Jun 14:43
Compare
Choose a tag to compare
  • Fix issue when async evaluation is not available at child subprocesses #24

1.12

15 May 10:02
Compare
Choose a tag to compare
  • Do not run plugin for remote sdk #9

1.11

25 Jan 14:05
Compare
Choose a tag to compare
  • Add contextvars integration: get, set, reset using token

1.10

07 Jan 13:23
Compare
Choose a tag to compare
  • Fix issue #6 - variables redeclared inside async with block are missing
  • Add unit tests #4

1.9

26 Dec 11:17
Compare
Choose a tag to compare
1.9
  • Fix issue when plugin can't evaluate code when using newly created event loop.

1.8

24 Dec 15:24
Compare
Choose a tag to compare
1.8
  • Use plugin folder to store custom startup script
  • Add ability to use async/await at Python Console

1.7

21 Dec 19:41
Compare
Choose a tag to compare
1.7
🐛 Fix issue with evaluation of expr at python3.6