Changelog History
-
v1.8.3 Changes
February 03, 2019๐ Bug Fixes
Improvement in sanitizers
๐ Features
๐
markAs
events support for showing conditional error messages. -
v1.8.2 Changes
๐ Bug Fixes
controlsError clear once the FormControl is valid.(#129) Conditional error message hide during initialization as per rule.(#128)
๐ Features
New sanitizers added(#136 #101 #107 #100 #102) Message key for custom messages(#132) Logical validators and decorators(#131)
patchModelValue
method in RxFormBuilder( (#130) -
v1.8.1 Changes
๐ Bug Fixes
Handle numeric value while converting into decimal format.
-
v1.8.0 Changes
๐ Bug Fixes
๐ date, minDate and maxDate validation support date object(#127) Currency format corrections(#123 ) Currency format not working with decorator based validation (#122)
๐ Features
๐
this
keyword support in decorator based validation(#120) @disable() decorator added to disable the FormControl conditionally(#124) @error() decorator added to bind the error message condtionally(#125) ๐ date, minDate and maxDate validation support ISO date and work without ReactiveFormConfig (#126) locale with decimal format transformation of numeric value. -
v1.7.0 Changes
October 02, 2019๐ Bug Fixes
โก๏ธ Pass updated value object in conditional expression (#117) ๐
ymd
date format validation fixes(#118)๐ Features
Decorator based template driven validation (#94) Non array value validation in noneOf validator (#116) ๐ Greater than support in min and max date validation(#119)
-
v1.6.0 Changes
April 02, 2019๐ Bug Fixes
required validation pass with the value of
false
(#111)๐ Features
Binds the errorMessage property during initialization, if the FormControl is invalid(#109) FormData object based on FormGroup value (#90) Store the value of FileList object in FormControl(#104) Enhancement in @prop decorator (#112) date validation decorator, validator and template driven (#113)
-
v1.5.0 Changes
๐ Bug Fixes
๐ mastero card validation fixes (#84)
๐ Features
Extended class properties included in FormGroup as FormControl (#88) async validation decorator and custom async validation (#70) CUSIP validation (#80) GRId validation(#79)