- add support for
domain
validation
- add
equal
validator
- change
#validator
to be chainable - change
required
validator to handle non-strings - add
novalidate
attribute to forms upon bind - call validators with
Field
as context
- upgrade
segmentio/validator
to0.0.9
- fix submit validator to be async
- upgrade
component/classes
to1.1.4
- upgrade
component/event
to0.1.2
- upgrade
segmentio/validator
to0.0.6
- fix to not validate inputs on blur if they're empty
- update
segmentio/validator
to0.0.5
- fix to make validate callbacks optional
- fix bug in optional fields
- use
stopImmediatePropagation
, sorry IE
- add
clear
adapter - add
el
adapter - cleanup existing adapters
- add
valid
class to default adapter
- don't submit until async validators come back
- change name to
validate-form
- add
segmentio/validator
dependency
- add support for RGB and HSL colors
- make fields optional by default
- add
number
validator
- change
invalid
andvalid
to accept view methods
- add
name
to adapter
- change api to take
form
- rewrite
✨