Updates and minor bug fixes
In this release I have fixed an issue where making a console.log()
call while debugging a console.log()
call caused infinite recursion. I have also fixed the incorrect stack traces showing where log calls are made from.
There is a new deprecation warning that will appear for anyone that makes calls to console.local.*
or console.remote.*
. I have decided it is not a good idea to augment the console
object. You can instead use the instantiated Node Monkey object and call monkey.local.*
and monkey.remote.*
. The augmented properties will be removed in the next release.
Additionally, this release includes updates to all module dependencies.
If there are no reported issues for a little while then I will cut the official 1.0.0 release and continue adding features from there.