Skip to content

Latest commit

 

History

History
72 lines (31 loc) · 1.99 KB

CHANGELOG.md

File metadata and controls

72 lines (31 loc) · 1.99 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.1.1 (2017-06-16)

Bug Fixes

2.1.0 (2017-06-06)

Features

  • expose validator on widget (bc7e991)
  • proxy validator.check on widget (eb88410)

2.0.0 (2017-05-13)

Bug Fixes

  • remove $.fn methods from widget (fbd2d68)

BREAKING CHANGES

  • all valid/validate/rules have been removed from widget in liue of having them on $.fn

1.0.0 (2017-05-13)

Bug Fixes

  • destroy validator on finalization (2eaa399)

Features

  • expose validation methods on widget (1bbb021)

BREAKING CHANGES

  • Previously plugin methods were executed by triggering an event on the $element prefixed with validation/ - now these methods are exposed dirrectly on the widget.

0.0.2 (2017-04-19)

Bug Fixes

0.0.1 (2017-04-19)