| Changelog for spidermonkey |
| Release |
What has changed? |
| 0.1.3 |
* Fixed several segfault ( thanks to clay and rrichards ) |
| 0.1.2 |
* Allow the extension to compile on Ubuntu/Debian
* Removed a cyclic reference bug when converting values from Javascript |
| 0.1.1 |
* Bug correction on NULL values that would make the app segfault
* Several optimisations on types conversion
* Added tell() function on streams
* Created tests for "make test" |
| 0.1.0 |
- First public release
- Compile in ZTS mode
- JSRuntime removed for easier usage
- Properties works on objects
- Allow to export classes |