Releases: vitalets/checklist-model
Releases · vitalets/checklist-model
1.0.0
0.11.0
0.10.0
- add support for commonjs, thanks to @phillipgreenii
- add $destroy event listener, thanks to @erickwilder
- use object equality for watching checklist value, thanks to @joostbaptist
0.9.0
- checklistValue parsed on-demand instead during compile phase, thanks to Walter Mazza
- the directive can now be applied to any DOM element, thanks to Mathieu Perez. This was a community decision to remove the restriction of applying the directive only to checkboxes, to ensure higher compatibility, e.g. with other directives.