v0.6.0
- Added "Controls" package, which allows for the definition of HTML components with front-end functionality easily within the Snowboard framework.
- Fixed scoping issues with original Snowboard instances in Reactivity package.
- Added
tearDown
method to Snowboard itself to tear down an entire Snowboard application. - Converted most internal objects to JS
Map
instances, to better control the values within the map and use some nicer syntax.