9.1.0 (2020-08-11)
- changelog: add changelog generation (0e962ca)
- packaging: rename this package, @techiediaries/ngx-qrcode must be used instead
- core: Remove the alt attribute when undefined.
- lib: support for angular v9
- core: Create unit tests with 100% of code coverage
- core: Fix lint
- core: Create types, constants and enums to type component inputs.
- lib: Rename properties to follow angular style guide
Before:
[qrc-element-type]
[qrc-class]
[qrc-alt]
[qrc-value]
[qrc-version]
[qrc-errorCorrectionLevel]
[qrc-margin]
[qrc-scale]
[qrc-width]
[qrc-colorDark]
[qrc-colorLight]
After:
[elementType]
[cssClass]
[alt]
[value]
[version]
[errorCorrectionLevel]
[margin]
[scale]
[width]
[colorDark]
[colorLight]