Revision history for Perl extension JavaScript::SpiderMonkey.
0.10 06/20/2004
* Nikita Savin <nikita@savin.go2serve.net> provided a patch to
set $@ instead of printing to STDERR in case of a JS error.
* Added patch by Chris Blaise <cblaise@esoft.com>:
- Different objects can have the same named function. If no
object is specified on function_set, it's global.
* Log4perl in for debugging
* Chris Blaise submitted a patch to have a perl callback return
an object to JS. Applied with modifications, longer term we need
a solution on how the perl callback tells the JS wrapper what's coming
back: A JS string, an object or an integer.
0.09 02/20/2004
* Max Maischein added Win32 installation steps in Makefile.PL
0.08 09/19/2002
* Doc bug fixed, reported by Yoz Grahame.
0.07 09/14/2002
* Release mgmt changed
0.06 07/10/2002
* Made M*PL smarter to detect the JS target platform
0.05 06/23/2002
* Added installation instructions to README.
0.04 06/23/2002
* Added test case for just setter or just getter
* Added documentation
* Updated todo list
0.03 06/23/2002
* Added setters and getters for properties
0.02 01/20/2002
* Fixed properties (get/set)
0.01 01/03/2002
* Where it all began.
TODO:
* setters/getters for arrays
* Get rid of GLOBAL and the limitation to one instance
* getter/setter called every time, callback settings checked
at perl level only
* Make fixed constants in init() configurable (1000000)
* Allow for different contexts
* Rethink function names (by_path, function_set etc.)