All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.1 (2017-06-16)
- UMD fixes (61e556e)
2.1.0 (2017-06-06)
2.0.0 (2017-05-13)
- remove $.fn methods from widget (fbd2d68)
- all valid/validate/rules have been removed from widget in liue of having them on $.fn
1.0.0 (2017-05-13)
- destroy validator on finalization (2eaa399)
- expose validation methods on widget (1bbb021)
- Previously plugin methods were executed by triggering an event on the
$element
prefixed withvalidation/
- now these methods are exposed dirrectly on the widget.
0.0.2 (2017-04-19)
- packaging (58a685a)