UNPKG

1.37 kBMarkdownView Raw
1## [3.0.0] - 2021-03-07
2### Changed
3- **BREAKING** Default python path changed back to `python` on Windows. [#237](https://github.com/extrabacon/python-shell/issues/237)
4- **BREAKING** `error` event renamed to `pythonError` event. [#118](https://github.com/extrabacon/python-shell/issues/118)
5- **BREAKING** `receive` methods removed in favor of `splitter` arguments in the constructor. This lets the default splitting logic reside in a reuseable stream transformer. Now if you have extra pipes you can reuse `newlineTransformer` to split incoming data into newline-seperated lines.
6
7### Added
8- `error` event that is fired upon failure to launch process, among other things. [#118](https://github.com/extrabacon/python-shell/issues/118)
9
10## [1.0.8]
11### Fixed
12- @joaoe fixed a bug with pythonshell not working with unset std streams
13- https://github.com/extrabacon/python-shell/milestone/9
14
15## [1.0.7]
16### Changed
17- default python path updated to py on windows
18
19## [1.0.4]
20### Added
21- added getVersionSync
22
23## [0.0.3]
24### Fixed
25- fixed buffering in `PythonShell.receive`, fixing [#1](https://github.com/extrabacon/python-shell/issues/1)
26
27## [0.0.2]
28### Changed
29- improved documentation
30
31## [0.0.1]
32### Added
33- initial version
34- independent module moved from [extrabacon/pyspreadsheet](https://github.com/extrabacon/pyspreadsheet)
35