All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
This release contains performance improvement. And new template option added.
- Template option added ( 'inline', 'popup' ).
- Now users can add option as
template: 'inline'
. - Default option is
template: 'popup'
.
- Now users only able to pass options using [NgPasswordValidator]="options" to minimize complexity.
- All other inputs removed from Directive.
- If we are not passing password options, it is throwing errors.