-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated * updated README * adds a beta target for publishing * updates to Angular 8.2.14 * upgrades to Angular 9.1.12 * upgrades to Angular 10.1.0 * audit fix * updated * updated * updated * updated * improves test quality * adds support for a mixin * updated * updated tests * updated tests * updated tests * updated * updated build * updated * updated
- Loading branch information
Showing
22 changed files
with
8,598 additions
and
6,802 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ node_js: | |
|
||
branches: | ||
only: | ||
- master | ||
- develop | ||
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/ | ||
|
||
cache: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.