From f05a92dd4849c74f7b64de57b91e7428a24efa97 Mon Sep 17 00:00:00 2001 From: angularpackage Date: Mon, 23 Apr 2018 19:05:11 +0200 Subject: [PATCH 1/2] docs(README.md): Update links to master. --- packages/change-detection/README.md | 8 ++++---- .../change-detection/packages/change-detector/README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/change-detection/README.md b/packages/change-detection/README.md index 21c76126..57a2b3b0 100644 --- a/packages/change-detection/README.md +++ b/packages/change-detection/README.md @@ -328,8 +328,8 @@ How do I know when to release 1.0.0? MIT © angular-package ([license](https://github.com/angular-package/angular-package/blob/master/LICENSE)) -[0]: https://github.com/angular-package/angular-package/tree/change-detection/packages/change-detection/packages/change-detector#readme -[1]: https://github.com/angular-package/angular-package/blob/change-detection/packages/change-detection/packages/interface/src/properties.interface.ts -[2]: https://github.com/angular-package/angular-package/blob/change-detection/packages/change-detection/packages/interface/src/options.interface.ts -[3]: https://github.com/angular-package/angular-package/tree/change-detection/packages/change-detection/packages/change-detector#readme +[0]: https://github.com/angular-package/angular-package/tree/master/packages/change-detection/packages/change-detector#readme +[1]: https://github.com/angular-package/angular-package/blob/master/packages/change-detection/packages/interface/src/properties.interface.ts +[2]: https://github.com/angular-package/angular-package/blob/master/packages/change-detection/packages/interface/src/options.interface.ts +[3]: https://github.com/angular-package/angular-package/tree/master/packages/change-detection/packages/change-detector#readme [4]: https://angular.io/api/core/ChangeDetectorRef diff --git a/packages/change-detection/packages/change-detector/README.md b/packages/change-detection/packages/change-detector/README.md index 74e5f759..5d68b30d 100644 --- a/packages/change-detection/packages/change-detector/README.md +++ b/packages/change-detection/packages/change-detector/README.md @@ -379,7 +379,7 @@ How do I know when to release 1.0.0? MIT © angular-package ([license](https://github.com/angular-package/angular-package/blob/master/LICENSE)) -[0]: https://github.com/angular-package/angular-package/tree/change-detection/packages/change-detection#readme -[1]: https://github.com/angular-package/angular-package/blob/change-detection/packages/change-detection/packages/interface/src/properties.interface.ts +[0]: https://github.com/angular-package/angular-package/tree/master/packages/change-detection#readme +[1]: https://github.com/angular-package/angular-package/blob/master/packages/change-detection/packages/interface/src/properties.interface.ts [2]: https://angular.io/api/core/ChangeDetectorRef [3]: https://github.com/angular-package/angular-package/tree/master/packages/core/packages/property-wrapper \ No newline at end of file From 8e60955a27504ef812c60c2c167ecfd2fbee9e26 Mon Sep 17 00:00:00 2001 From: angularpackage Date: Mon, 23 Apr 2018 19:10:04 +0200 Subject: [PATCH 2/2] docs(README.md): Add shields, badges. --- packages/change-detection/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/change-detection/README.md b/packages/change-detection/README.md index 57a2b3b0..b47658e2 100644 --- a/packages/change-detection/README.md +++ b/packages/change-detection/README.md @@ -1,5 +1,11 @@ # change-detection +[![npm version](https://badge.fury.io/js/%40angular-package%2Fchange-detection.svg)](https://badge.fury.io/js/%40angular-package%2Fchange-detection) +[![Known Vulnerabilities](https://snyk.io/test/github/angular-package/angular-package/master/packages/change-detection/badge.svg)](https://snyk.io/test/github/angular-package/angular-package/master/packages/change-detection) +[![GitHub issues](https://img.shields.io/github/issues/angular-package/angular-package.svg)](https://github.com/angular-package/angular-package/issues) +[![GitHub stars](https://img.shields.io/github/stars/angular-package/angular-package.svg)](https://github.com/angular-package/angular-package/stargazers) +[![GitHub license](https://img.shields.io/github/license/angular-package/angular-package.svg)](https://github.com/angular-package/angular-package/blob/master/LICENSE) + Decorator to improve application performance by setting initially change detection component state to `Detached` and detect changes on indicated properties on `set`. ```typescript