v0.3.0
Pre-release
Pre-release
- Added trap for the
delete
keyword on the Snowboard object - acts as a shortcut to remove plugins, but doesn't allow deletion of core Snowboard methods and plugins. - Added
init()
callback method toPluginBase
, that can be used at the end of the construction process of a plugin instance after traits have been loaded, to run functionality that might require the traits to be available.