Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 00:49
1f2f477
  • 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 to PluginBase, 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.