This release fixes a couple of longtime memory leaks when passing bound objects back and forth between Perl and JavaScript and is recommended to all users.
Trying to bind an already existing property either on the global root object or a specific object now throws an exception instead of just ignoring the bind completly as previously. In order to overwrite the property with something new make sure it's unbinded first by using unbind_value.
The release is as always available for download from CPAN or from our subversion reporsitory at svn://svn.versed.se/public/JavaScript/tags/release-1.07


Leave a comment