The highlights:
- A full plugin API that supports also including plugin loaded artifacts in optimized builds.
- Robust Node support: now can use npm-installed modules, .node add-ons, and modules on require.paths.
- Support for has.js optimizations in the optimizer, including dead code branch removal via Closure Compiler.
- Bug Fixes from 2010-12-21 through 2011-01-05.
This brings the code closer to a 1.0 release. I want the plugin API to settle a bit, see if others can build useful plugins with it, and then look at moving the optimizer from Rhino to Node. Hopefully just a couple releases away from a 1.0.
A side note: I goofed on the previous two releases, they should have been 0.20.0 and 0.21.0, but I released them as 0.2.0 and 0.2.1 respectively. This 0.22.0 release gets the version back on track.
No comments:
Post a Comment