Skip to content

Commit 3eb383c

Browse files
committed
docs
1 parent 5c744df commit 3eb383c

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ It is using the [simple-web-notification](https://github.com/sagiegurari/simple-
2323

2424
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) for more information.
2525

26+
### Angular 2 and Up
27+
For angular 2 and above, it is recommanded to use the [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) library directly.<br>
28+
It provides the same API and it is not dependend on angular.
29+
2630
## Demo
2731
[Live Demo](https://sagiegurari.github.io/angular-web-notification/)
2832

@@ -108,7 +112,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
108112

109113
| Date | Version | Description |
110114
| ----------- | ------- | ----------- |
111-
| 2017-03-09 | v1.2.10 | Maintenance |
115+
| 2017-03-26 | v1.2.11 | Maintenance |
112116
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
113117
| 2017-01-13 | v1.0.26 | Maintenance |
114118
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <sagiegurari@gmail.com>"

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3-
| 2017-03-09 | v1.2.10 | Maintenance |
3+
| 2017-03-26 | v1.2.11 | Maintenance |
44
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
55
| 2017-01-13 | v1.0.26 | Maintenance |
66
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-web-notification",
3-
"version": "1.2.10",
3+
"version": "1.2.11",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

project/config/README-template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ It is using the [simple-web-notification](https://github.com/sagiegurari/simple-
2323

2424
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) for more information.
2525

26+
### Angular 2 and Up
27+
For angular 2 and above, it is recommanded to use the [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) library directly.<br>
28+
It provides the same API and it is not dependend on angular.
29+
2630
## Demo
2731
[Live Demo](https://sagiegurari.github.io/angular-web-notification/)
2832

0 commit comments

Comments
 (0)