Skip to content

v18.10.0

Compare
Choose a tag to compare
released this 09 Nov 14:12
· 1066 commits to binaries since this release

Improved argument checking

There has been a few cases where the library would segfault on invalid arguments passed (wrong type, invalid number of arguments, etc). This situation has been improved with better checks and explicit exceptions. There are still cases that needs better checking but the most common cases have been fixed.

New exceptions include "Passed callback is not a function." and "Function requires at least X arguments.".