README revision e2be19408a54a8ec1c9e810ea4eaa2f0ac7cda07
fa454af0c525b509b00d4f4935a18492556bdb99Eric FerraiuoloProvides the base class for Plugins, which can be added to a PluginHost.
fa454af0c525b509b00d4f4935a18492556bdb99Eric Ferraiuolo* Added separate host method and host event specific subscription methods,
fa454af0c525b509b00d4f4935a18492556bdb99Eric Ferraiuolo to resolve inconsistency when using doBefore/doAfter in cases where the
fa454af0c525b509b00d4f4935a18492556bdb99Eric Ferraiuolo host supported both an event and a method of the same name.
fa454af0c525b509b00d4f4935a18492556bdb99Eric Ferraiuolo* Host/Owner object now available through public "host" attribute,
fa454af0c525b509b00d4f4935a18492556bdb99Eric Ferraiuolo as opposed to protected _owner property (this.get("host"))
fa454af0c525b509b00d4f4935a18492556bdb99Eric Ferraiuolo3.0.0PR2 - Initial release