Skip to content

1.3.2: Unit tests and bug fixes

Compare
Choose a tag to compare
@lVlyke lVlyke released this 07 Apr 22:31
· 229 commits to master since this release

This release adds unit tests that cover most of the code in the project. This release also fixes a couple of issues:

  • Corrected mappings of AfterContentInit, AfterContentChecked, AfterViewInit, and AfterViewChecked lifecycle decorators to the correct corresponding Angular event.
  • Corrected the check performed to make sure a method isn't already defined when creating an EventSource.