2017-01-18
Initial commit
2017-01-19
- Fixed module exposure (using
ngc
) - Removed unnecessary
ElementRef
inclusion
2017-01-19
- Compile with
ngc
on NPMprepublish
hook
2017-01-31
- BREAKING CHANGE: renamed module to
ChecklistModule
2017-04-27
- Updated depedencies. Now requires Angular 4.0+.
2017-05-11
- Properly include JS files and exclude TS files on build. See #1.
2017-05-20
- use
commonjs
module output
2017-08-29
- Null-safe check for internal
isChecked
flag
- Allow falsy input (Pull #5)
maxSelectedItems
(Pull #6)
- Rebuild for Angular Ivy compatibility
- Upgrade to Angular 11
- Migration from TSLint + codelyzer to angular-eslint