Skip to content

Commit 415b919

Browse files
committed
docs
1 parent 31aee41 commit 415b919

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
<a name="overview"></a>
1919
## Overview
20-
The simple-web-notification is a web notifications API which provides simplified API with automatic permission handling.
20+
The simple-web-notification is a simplified web notifications API with automatic permissions support.
21+
22+
This library requires no external dependencies, however the browser must support the Notification API or have a polyfill available.
2123

2224
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) for more information.
2325

@@ -91,6 +93,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
9193

9294
| Date | Version | Description |
9395
| ----------- | ------- | ----------- |
96+
| 2017-02-01 | v1.0.4 | Maintenance |
9497
| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
9598
| 2017-01-22 | v1.0.2 | Maintenance |
9699
| 2017-01-22 | v1.0.0 | Official release |

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-web-notification",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Web Notifications made easy.",
55
"authors": [
66
"Sagie Gur-Ari <[email protected]>"

docs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3+
| 2017-02-01 | v1.0.4 | Maintenance |
34
| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
45
| 2017-01-22 | v1.0.2 | Maintenance |
56
| 2017-01-22 | v1.0.0 | Official release |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-web-notification",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Web Notifications made easy.",
55
"author": {
66
"name": "Sagie Gur-Ari",

project/config/README-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717

1818
<a name="overview"></a>
1919
## Overview
20-
The {"gitdown": "gitinfo", "name": "name"} is a web notifications API which provides simplified API with automatic permission handling.
20+
The {"gitdown": "gitinfo", "name": "name"} is a simplified web notifications API with automatic permissions support.
21+
22+
This library requires no external dependencies, however the browser must support the Notification API or have a polyfill available.
2123

2224
See [W3 Specification](https://dvcs.w3.org/hg/notifications/raw-file/tip/Overview.html) for more information.
2325

0 commit comments

Comments
 (0)