Releases: louislefevre/python-interactive
Releases · louislefevre/python-interactive
v0.3.2
- c82a66e - Update dependencies to latest versions
- b940f23 - Add
cross-spawn
dependency for more reliable process spawning on Windows - 5d93333 - Update how prompts are handled; they are now removed when the process is spawned rather than filtered out from the output, fixing random
>>>
prompts sometimes being thrown as errors - 7c6db7b - Remove
ts-replace-all
dependency
v0.3.1
v0.3.0
v0.2.0
- d4e7554 - Compile to ECMAScript 2019 instead of ECMAScript 2015
- 94ca5a6 - Add
lastCommand
property - a739381 - Add
pythonVersion()
method - 535cc5d - Add
pythonBuild()
method - f225b9b - Remove async from
start()
andrestart()
methods so that they no longer return interpreter build information - ff5059a - Remove
script
property, addhistory
property - d99803a - Update documentation to be up-to-date
v0.1.1
v0.1.0
Initial development release.