Skip to content

Releases: louislefevre/python-interactive

v0.3.2

10 Sep 21:06
v0.3.2
0cb8f84
Compare
Choose a tag to compare
  • 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

28 Aug 01:00
Compare
Choose a tag to compare
  • b3bcc1f - Fix streams blocking execution when they unexpectedly end or return an error
  • 4303950 - Fix trailing arrows being returned (usually on Windows)

v0.3.0

21 Aug 23:48
Compare
Choose a tag to compare
  • 44e2639 - Add args and options parameters to start() and restart() methods.

v0.2.0

12 Aug 23:44
Compare
Choose a tag to compare
  • 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() and restart() methods so that they no longer return interpreter build information
  • ff5059a - Remove script property, add history property
  • d99803a - Update documentation to be up-to-date

v0.1.1

09 Aug 02:24
Compare
Choose a tag to compare

1f9d787 - Update README.md to include execute() function in API section
e5bef79 - Fix error messages not always being displayed in full (#1)

v0.1.0

04 Aug 23:36
Compare
Choose a tag to compare

Initial development release.