Releases: extrabacon/python-shell
v5.0.2
Full Changelog: v4.0.0...v5.0.0
BREAKING CHANGES with v5.0.0
run and runString now return a promise instead of a using a callback.
You will need to 1) check the return value, 2) remove the callback argument, and 3) change to a promise
see readme for usage examples
Other notes
I confirmed that python-shell works with python 3.11 and node v18.
Auto generated release notes
What's Changed
- v5 release by @Almenon in #282
- Update example in README.md by @DawChihLiou in #298
- update node&python version by @Almenon in #304
- Remove bad -u by @Almenon in #307
- Bump hawk and request-json by @dependabot[bot] in #284
- upgrade deps by @Almenon in #314
New Contributors
- @DawChihLiou made their first contribution in #298
v4.0.0
What's Changed
- update supported software by @Almenon in #257
- Use kill signal's returned value by @luke-waymark-addinsight in #256
- Test new Node version by @Almenon in #272
- feat: promisify the "run" command by @NoamGaash in #269
New Contributors
- @luke-waymark-addinsight made their first contribution in #256
- @NoamGaash made their first contribution in #269
Full Changelog: v3.0.0...v4.0.0
v3.0.0 release
see #233
std bugfix
This release fixes a bug unset std streams (ex: stdout) caused pythonshell to fail
v1.0.4 release
fixed #146 error with runString in mac
v1.0.3 release
This release has ts files excluded to fix #144 (failing with scrict mode enabled)
v1.0.2 release (with declaration file this time)
Although 1.0.1 below works, it may fail in certain setups that require a declaration file. This release fixes that issue.
v1.0.1 release (use this instead of v1 - v1 doesnt have JS files)
Unfortunately npm used my gitignore and decided js files were not necessary. This release is the same as before except with the js files.