v1.1.0
v1.1.0 (2024-05-17)
Enhancements
- Performance Improvement: Enhanced the overall performance of the validation system.
- Optional Initialization: Made the
init
method optional for bothTrivuleInput
andTrivuleForm
.
Features
- Real-Time Validation: Added the
realTime
key to the configuration, allowing developers to enable or disable real-time validation. - Imperative Validation: Introduced imperative validation for more dynamic interaction with forms, including the ability to add, remove, and modify validation rules during program execution.
- Global Feedback Elements: Added the capability to define global feedback elements on the form for its fields.
- Enhanced Event Handling: Updated methods
onFails
,onPasses
, andonUpdate
forTrivuleInput
andTrivuleForm
to improve event handling and customization.
Full Changelog: v1.0.1...v1.1.0