Skip to content

Commit

Permalink
node 9 build support
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiegurari committed Nov 6, 2017
1 parent cb544f3 commit 5ae1714
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: node_js
sudo: false
node_js:
- "node"
before_install:
- npm install -g npm@latest
before_script:
- npm install -g bower
- bower install
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,28 +154,20 @@ See [contributing guide](.github/CONTRIBUTING.md)

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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-web-notification",
"version": "1.2.24",
"version": "1.2.25",
"description": "AngularJS service for displaying web notifications.",
"authors": [
"Sagie Gur-Ari <sagiegurari@gmail.com>"
Expand Down
10 changes: 1 addition & 9 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,18 @@
| Date | Version | Description |
| ----------- | ------- | ----------- |
| 2017-11-06 | v1.2.25 | Maintenance |
| 2017-08-25 | v1.2.24 | Document support of service worker web notifications |
| 2017-01-22 | v1.2.0 | Split the internal web notification API into a new project: simple-web-notification |
| 2017-01-13 | v1.0.26 | Maintenance |
| 2016-11-23 | v1.0.19 | Use forked version of html5-desktop-notifications in order to resolve few issues |
| 2016-11-19 | v1.0.18 | Maintenance |
| 2016-11-04 | v1.0.16 | Upgrading to html5-desktop-notifications 3.0.0 |
| 2016-10-16 | v1.0.15 | Maintenance |
| 2016-09-10 | v1.0.6 | Default to website favicon.ico if icon not provided in options |
| 2016-09-07 | v1.0.4 | Callback is now optional |
| 2016-09-07 | v1.0.3 | Maintenance |
| 2016-06-14 | v0.0.78 | Published via NPM (in addition to bower) |
| 2016-06-14 | v0.0.77 | Maintenance |
| 2016-03-08 | v0.0.65 | Added webNotification.permissionGranted attribute |
| 2016-02-24 | v0.0.64 | Maintenance |
| 2015-09-26 | v0.0.31 | Update bower dependencies |
| 2015-09-26 | v0.0.30 | Added 'onClick' option to enable adding onclick event handler for the notification |
| 2015-09-02 | v0.0.29 | Maintenance |
| 2015-08-16 | v0.0.22 | uglify fix |
| 2015-08-02 | v0.0.21 | Maintenance |
| 2015-02-16 | v0.0.7 | Automatic unit tests via karma |
| 2015-02-05 | v0.0.5 | Doc changes |
| 2014-12-30 | v0.0.4 | Doc changes |
| 2014-12-09 | v0.0.3 | API now enables/disables the capability to automatically request for permissions needed to display the notification. |
| 2014-12-08 | v0.0.2 | Initial release |
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-web-notification",
"version": "1.2.24",
"version": "1.2.25",
"description": "AngularJS service for displaying web notifications.",
"author": {
"name": "Sagie Gur-Ari",
Expand Down

0 comments on commit 5ae1714

Please sign in to comment.