Janet 1.22.0
github-actions
released this
09 May 15:32
·
1073 commits
to master
since this release
- Prohibit negative size argument to
table/new
. - Add
module/value
. - Remove
file/popen
. Useos/spawn
with the:pipe
options instead. - Fix bug in peg
thru
andto
combinators. - Fix printing issue in
doc
macro. - Numerous updates to function docstrings
- Add
defdyn
aliases for various dynamic bindings used in core. - Install
janet.h
symlink to make Janet native libraries and applications
easier to build withoutjpm
.