TL;DR: All is well, you can ignore this message.
Hello from the
announcement list for JS-Interpreter. This list is intended to alert
developers of security issues or major changes. Over the past year
there have been no such issues. Thus this update is primarily to assure
developers that the list is still working, and to take the opportunity
to do a roll-up of upgrades in the past year.
Most of the work in
the past year has been routine bug fixes. The most significant update is that setTimeout, setInterval, clearTimeout, and clearInterval are all now supported!
There are two minor API changes:
* If you are using the private
.paused_ property, then you should switch to
.getStatus(). See the 'Status' section of
the docs for details on this new function. This change was needed to support tasks.
* If you are using the undocumented arrayNativeToPseudo function, use more general nativeToPseudo instead.
The size of acorn_interpreter.js has decreased by 5 KB over the past year, and is now 72.5 KB.
Thank you for your interest in the JS-Interpreter. See you in next year's roll-up (or sooner if something urgent comes up).