All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- show and hide methods can now take an optional array of child elements to show or hide
- style method renamed to 'css' since it collides with style property
- css method can now take an array of child elements to style
- addTemplate method to add contents of internal template to element
- rollup config for multiple module formats
Added several convenience methods:
- show
- hide
- select
- selectAll
- multiSelect
- style
- addTemplate
Updated mocha to fix security vulnerability
Initial release