Skip to content

Commit 5ae1714

Browse files
committed
node 9 build support
1 parent cb544f3 commit 5ae1714

File tree

5 files changed

+4
-22
lines changed

5 files changed

+4
-22
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ language: node_js
22
sudo: false
33
node_js:
44
- "node"
5-
before_install:
6-
- npm install -g npm@latest
75
before_script:
86
- npm install -g bower
97
- bower install

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -154,28 +154,20 @@ See [contributing guide](.github/CONTRIBUTING.md)
154154

155155
| Date | Version | Description |
156156
| ----------- | ------- | ----------- |
157+
| 2017-11-06 | v1.2.25 | Maintenance |
157158
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
158159
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
159-
| 2017-01-13 | v1.0.26 | Maintenance |
160160
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
161-
| 2016-11-19 | v1.0.18 | Maintenance |
162161
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |
163-
| 2016-10-16 | v1.0.15 | Maintenance |
164162
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |
165163
| 2016-09-07 | v1.0.4 | Callback is now optional |
166-
| 2016-09-07 | v1.0.3 | Maintenance |
167164
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
168-
| 2016-06-14 | v0.0.77 | Maintenance |
169165
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |
170-
| 2016-02-24 | v0.0.64 | Maintenance |
171166
| 2015-09-26 | v0.0.31 | Update bower dependencies |
172167
| 2015-09-26 | v0.0.30 | Added 'onClick' option to enable adding onclick event handler for the notification |
173-
| 2015-09-02 | v0.0.29 | Maintenance |
174168
| 2015-08-16 | v0.0.22 | uglify fix |
175-
| 2015-08-02 | v0.0.21 | Maintenance |
176169
| 2015-02-16 | v0.0.7 | Automatic unit tests via karma |
177170
| 2015-02-05 | v0.0.5 | Doc changes |
178-
| 2014-12-30 | v0.0.4 | Doc changes |
179171
| 2014-12-09 | v0.0.3 | API now enables/disables the capability to automatically request for permissions needed to display the notification. |
180172
| 2014-12-08 | v0.0.2 | Initial release |
181173

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.24",
3+
"version": "1.2.25",
44
"description": "AngularJS service for displaying web notifications.",
55
"authors": [
66
"Sagie Gur-Ari <sagiegurari@gmail.com>"

docs/CHANGELOG.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,18 @@
11
| Date | Version | Description |
22
| ----------- | ------- | ----------- |
3+
| 2017-11-06 | v1.2.25 | Maintenance |
34
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
45
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
5-
| 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 |
7-
| 2016-11-19 | v1.0.18 | Maintenance |
87
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |
9-
| 2016-10-16 | v1.0.15 | Maintenance |
108
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |
119
| 2016-09-07 | v1.0.4 | Callback is now optional |
12-
| 2016-09-07 | v1.0.3 | Maintenance |
1310
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
14-
| 2016-06-14 | v0.0.77 | Maintenance |
1511
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |
16-
| 2016-02-24 | v0.0.64 | Maintenance |
1712
| 2015-09-26 | v0.0.31 | Update bower dependencies |
1813
| 2015-09-26 | v0.0.30 | Added 'onClick' option to enable adding onclick event handler for the notification |
19-
| 2015-09-02 | v0.0.29 | Maintenance |
2014
| 2015-08-16 | v0.0.22 | uglify fix |
21-
| 2015-08-02 | v0.0.21 | Maintenance |
2215
| 2015-02-16 | v0.0.7 | Automatic unit tests via karma |
2316
| 2015-02-05 | v0.0.5 | Doc changes |
24-
| 2014-12-30 | v0.0.4 | Doc changes |
2517
| 2014-12-09 | v0.0.3 | API now enables/disables the capability to automatically request for permissions needed to display the notification. |
2618
| 2014-12-08 | v0.0.2 | Initial release |

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.24",
3+
"version": "1.2.25",
44
"description": "AngularJS service for displaying web notifications.",
55
"author": {
66
"name": "Sagie Gur-Ari",

0 commit comments

Comments
 (0)