AviatorScript 5.2.6
killme2008
released this
23 Jun 02:00
·
161 commits
to master
since this release
A strongly recommended upgrading version if you are using 5.x versions.
Main changes:
- Fixed:
- New features:
- New function:
partial(f, &args)
that takes a function f and fewer than the normal arguments to f, and returns a fn that takes a variable number of additional args. When called, the returned function calls f with args + additional args. - Use soft reference for caching reflection result #386
- Added key info to exception message when sequence is null in
seq.get
function.
- New function: