Releases: FriendsOfECMAScript/Validatory
Releases · FriendsOfECMAScript/Validatory
v0.3.1
- Fixed the input event related ie11 bug.
v0.3.0
- Refactored the mutation api relative subscriber/subscription. It does now work for added/removed nodes.
v0.2.5
- Fixed
dispatchNativeEvent
bug on modern browsers. Refactored event dispatching implementation.
v0.2.4
- Fixed form submission and event blocking bug.
- Fixed no-required validation bug
v0.2.0
- Refactored the validation process implementation to allow
asynchronous validation
logics.
- Refactored the validation
data-states
setting implementation. It is now allowed to define your own validation data-state
.
v0.1.1
- Updated phone RegExp pattern.
- Fixed spread over NodeList.
- Updated library bundle export configuration.