Skip to content

Releases: joshgoebel/wren-console

v0.3.1

17 Nov 12:17
Compare
Choose a tag to compare

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 and File.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
  • Also includes minor fix that prevented v0.3.0 from working properly.

v0.3.0

16 Nov 13:34
Compare
Choose a tag to compare

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 and File.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

v0.2.91

11 Jun 12:32
Compare
Choose a tag to compare
re-release 0.2.91

v0.2.90

31 May 21:40
Compare
Choose a tag to compare
  • (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 first wren_modules it finds
  • (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

27 May 23:53
Compare
Choose a tag to compare
add Process.exec to README

v0.1.1-test

20 May 17:01
Compare
Choose a tag to compare
v0.1.1-test Pre-release
Pre-release
add extension to license