HISTORY.md revision 202b2841efccff42f9ecebaa191689720ef5a0fd
Plugin Host
===========
3.4.0
-----
* No changes.
3.3.0
-----
* Broke pluginhost into pluginhost-base, pluginhost-config
pluginhost-base provides the core plug/unplug methods.
pluginhost-config provides support for constructor configuration
and static configuration of plugins.
* Added log statement if an invalid plugin is provided
3.2.0
-----
* No changes
3.1.1
-----
* No changes
3.1.0
-----
* Plugins now destroyed correctly, when host is destroyed.
3.0.0
-----
* Split out of "base" as a standalone module, for use by Node.