Releases: joshgoebel/wren-console
Releases · joshgoebel/wren-console
v0.3.1
Thanks to Camilo, Glenn Jackman, and Bruce Axtens for their contributions!
- (enh) ctrl-H / backspace handling (#19)
- (enh) add
Process.chdir - (fix) use absolute paths for module directory resolution
- (enh) add
Runtime.assertVersion - (env) add
Ensuremodule for argument validation (#13)Ensure.string(_,_),Ensure.num(_,_), etc.
- (fix) Path normalize
./../works corretly now (#14) - (enh)
File.dirnameandFile.basename(#16) - (enh) add
Runtime.hasCapability- better capability detection via - (enh) Improvements from newer
wren-essentials- add
jsonmodule for JSON encode/decode - additional
Stringsutility functions upcase/downcasenow support Unicode strings
- add
- Also includes minor fix that prevented v0.3.0 from working properly.
v0.3.0
Thanks to Camilo, Glenn Jackman, and Bruce Axtens for their contributions!
- (enh) ctrl-H / backspace handling (#19)
- (enh) add
Process.chdir - (fix) use absolute paths for module directory resolution
- (enh) add
Runtime.assertVersion - (env) add
Ensuremodule for argument validation (#13)Ensure.string(_,_),Ensure.num(_,_), etc.
- (fix) Path normalize
./../works corretly now (#14) - (enh)
File.dirnameandFile.basename(#16) - (enh) add
Runtime.hasCapability- better capability detection via - (enh) Improvements from newer
wren-essentials- add
jsonmodule for JSON encode/decode - additional
Stringsutility functions upcase/downcasenow support Unicode strings
- add
v0.2.91
re-release 0.2.91
v0.2.90
- (enh)
wren_modulesare searched until a matching library is found- this means you can now use both
$HOME/wren_modules(global modules) - as well a local
./wren_modulesfor individual projects - the "closest" match wins, allowing local to win out over global
- this is technically a breaking change from
wren-cliwhich stops at the firstwren_modulesit finds
- this means you can now use both
- (fix) absolute script paths work on Windows now
- (fix) mode test
- (fix) cwd test on windows
- (fix) pid test on Windows
- (fix) memory allocation/slot allocation issues
- (fix) freeing stdinStream memory too early
- (enh) Add CI and build artifacts with Linux, Windows, and Mac
0.2.0
add Process.exec to README
v0.1.1-test
add extension to license