Skip to content

Commit 22f3740

Browse files
committed
docs
1 parent 808a79a commit 22f3740

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
## Overview
2020
The angular-web-notification is an angular service wrapper for the web notifications API.
2121

22-
It is using the HTML5-Desktop-Notifications library which provides a unified API for all browsers.
22+
It is using the [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) library which provides a simple and easy notification API which works across browsers and provides automatic permission handling.
2323

24-
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [HTML5-Desktop-Notifications](https://github.com/ttsvetko/HTML5-Desktop-Notifications) for more information.
24+
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

2626
## Demo
2727
[Live Demo](https://sagiegurari.github.io/angular-web-notification/)
@@ -96,7 +96,7 @@ npm install --save angular-web-notification
9696
## Limitations
9797
The web notifications API is not fully supported in all browsers.
9898

99-
Please see [supported browser versions](http://caniuse.com/#feat=notifications) for more information on the official spec support and at [HTML5-Desktop-Notifications](https://github.com/ttsvetko/HTML5-Desktop-Notifications) for more browser specific API support.
99+
Please see [supported browser versions](http://caniuse.com/#feat=notifications) for more information on the official spec support.
100100

101101
## API Documentation
102102
See full docs at: [API Docs](docs/api.md)
@@ -109,7 +109,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
109109

110110
| Date | Version | Description |
111111
| ----------- | ------- | ----------- |
112-
| 2017-01-22 | v1.2.3 | Maintenance |
112+
| 2017-01-22 | v1.2.4 | Maintenance |
113113
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
114114
| 2017-01-13 | v1.0.26 | Maintenance |
115115
| 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.3",
3+
"version": "1.2.4",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

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-01-22 | v1.2.3 | Maintenance |
3+
| 2017-01-22 | v1.2.4 | 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.3",
3+
"version": "1.2.4",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

project/config/README-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
## Overview
2020
The {"gitdown": "gitinfo", "name": "name"} is an angular service wrapper for the web notifications API.
2121

22-
It is using the HTML5-Desktop-Notifications library which provides a unified API for all browsers.
22+
It is using the [simple-web-notification](https://github.com/sagiegurari/simple-web-notification) library which provides a simple and easy notification API which works across browsers and provides automatic permission handling.
2323

24-
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) and [HTML5-Desktop-Notifications](https://github.com/ttsvetko/HTML5-Desktop-Notifications) for more information.
24+
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

2626
## Demo
2727
[Live Demo](https://sagiegurari.github.io/angular-web-notification/)
@@ -96,6 +96,6 @@ npm install --save {"gitdown": "gitinfo", "name": "name"}
9696
## Limitations
9797
The web notifications API is not fully supported in all browsers.
9898

99-
Please see [supported browser versions](http://caniuse.com/#feat=notifications) for more information on the official spec support and at [HTML5-Desktop-Notifications](https://github.com/ttsvetko/HTML5-Desktop-Notifications) for more browser specific API support.
99+
Please see [supported browser versions](http://caniuse.com/#feat=notifications) for more information on the official spec support.
100100

101101
{"gitdown": "include", "file": "./README-footer-template.md"}

0 commit comments

Comments
 (0)