Apart from some very minor tweaks, this release mainly brings the ability to manually enable and disable plugins in the build system.
Major features:
- FLUSSPFERD_CLASS_DESCRIPTION - an easy way of defining Javascript classes.
- Improved value and type conversions.
- More ServerJS compatible modules: 'binary' and 'encodings'.
- Changed build system to cmake (this should make it easier to get Windows
support).
- Other new modules, like (rudimentary) GMP support.
This list is not necessarily a complete list of features.
Also, there are many more bugfixes and some API breaking changes.
Bugfix release 0.5.1
Changes since 0.5:
- fix bug that made flusspferd not compile when spidermonkey was not compiled with JS_THREADSAFE
- change set of distributed files (include Makefile, don't include .configure)
- documentation improvements
First release, supports https://wiki.mozilla.org/ServerJS/Modules/SecurableModules.