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
Ensure
module for argument validation (#13)Ensure.string(_,_)
,Ensure.num(_,_)
, etc.
- (fix) Path normalize
./../
works corretly now (#14) - (enh)
File.dirname
andFile.basename
(#16) - (enh) add
Runtime.hasCapability
- better capability detection via - (enh) Improvements from newer
wren-essentials
- add
json
module for JSON encode/decode - additional
Strings
utility functions upcase
/downcase
now 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
Ensure
module for argument validation (#13)Ensure.string(_,_)
,Ensure.num(_,_)
, etc.
- (fix) Path normalize
./../
works corretly now (#14) - (enh)
File.dirname
andFile.basename
(#16) - (enh) add
Runtime.hasCapability
- better capability detection via - (enh) Improvements from newer
wren-essentials
- add
json
module for JSON encode/decode - additional
Strings
utility functions upcase
/downcase
now support Unicode strings
- add
v0.2.91
re-release 0.2.91
v0.2.90
- (enh)
wren_modules
are searched until a matching library is found- this means you can now use both
$HOME/wren_modules
(global modules) - as well a local
./wren_modules
for individual projects - the "closest" match wins, allowing local to win out over global
- this is technically a breaking change from
wren-cli
which stops at the firstwren_modules
it 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