Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 528 Bytes

CHANGELOG.md

File metadata and controls

19 lines (12 loc) · 528 Bytes

2.0.0

This release focuses on Angular compatibility and security patches for npm packages.

Changes

  • This release targets Angular 10 and above.
  • Adds a mixin function for using destroyable with other base classes.

Breaking Changes

  • destroyed read-only property has been removed. Use the protected _destroyed$ property instead.
  • destroyed$ read-only property has been removed. Use the protected _destroyed$ property instead.

1.0.1

  • This release targets Angular 8 and above.

1.0.0

  • First release.