Releases: tusharsadhwani/zxpy
Releases Β· tusharsadhwani/zxpy
Bugfix
- Fix using string attributes over bash f-strings, i.e.
(~f'...').splitlines()
Fix local scope in REPL
zx.start()
in REPL now preserves the REPL's imports and locals
Feature additions
- Improve support for shell strings inside functions
- Allow accessing attributes on shell strings, like
(~"grep ...").splitlines()
Add backwards compatibility
Remove the use of :=
operator for backwards compatibility.
Live output and REPL support
- It no longer waits for the shell command to finish before printing its output.
eg.~'echo hello; sleep 1; echo bye'
- Added REPL support: Running
zxpy
with no arguments starts up a REPL. More info here.
Cleanup and documentation
Simple improvements to the code quality and documentation.
Initial release
1.0.0 Initial release