All Versions
7
Latest Version
Avg Release Cycle
183 days
Latest Release
1908 days ago

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)