File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ See [contributing guide](.github/CONTRIBUTING.md)
9393
9494| Date | Version | Description |
9595| ----------- | ------- | ----------- |
96- | 2017-02-10 | v1.0.6 | Maintenance |
96+ | 2017-03-09 | v1.0.7 | Maintenance |
9797| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
9898| 2017-01-22 | v1.0.2 | Maintenance |
9999| 2017-01-22 | v1.0.0 | Official release |
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-web-notification" ,
3- "version" : " 1.0.6 " ,
3+ "version" : " 1.0.7 " ,
44 "description" : " Web Notifications made easy." ,
55 "authors" : [
66 " Sagie Gur-Ari <[email protected] >"
Original file line number Diff line number Diff line change 11| Date | Version | Description |
22| ----------- | ------- | ----------- |
3- | 2017-02-10 | v1.0.6 | Maintenance |
3+ | 2017-03-09 | v1.0.7 | Maintenance |
44| 2017-01-31 | v1.0.3 | Removed polyfill dependency |
55| 2017-01-22 | v1.0.2 | Maintenance |
66| 2017-01-22 | v1.0.0 | Official release |
Original file line number Diff line number Diff line change 2020A simplified web notification API.
2121
2222** Kind** : global namespace
23- ** Author: ** Sagie Gur-Ari
23+ ** Author** : Sagie Gur-Ari
2424
2525* [ webNotification] ( #webNotification ) : <code >object</code >
2626 * [ .allowRequest] ( #webNotification.allowRequest ) : <code >Boolean</code >
@@ -32,21 +32,21 @@ A simplified web notification API.
3232### webNotification.allowRequest : <code >Boolean</code >
3333True to enable automatic requesting of permissions if needed.
3434
35- ** Access: ** public
35+ ** Access** : public
3636<a name =" webNotification.permissionGranted " ></a >
3737
3838### webNotification.permissionGranted
3939True if permission is granted, else false.
4040
41- ** Access: ** public
41+ ** Access** : public
4242<a name =" webNotification.showNotification " ></a >
4343
4444### webNotification.showNotification([ title] , [ options] , [ callback] )
4545Shows the notification based on the provided input.<br >
4646The callback invoked will get an error object (in case of an error, null in
4747case of no errors) and a 'hide' function which can be used to hide the notification.
4848
49- ** Access: ** public
49+ ** Access** : public
5050
5151| Param | Type | Default | Description |
5252| --- | --- | --- | --- |
Original file line number Diff line number Diff line change 11{
22 "name" : " simple-web-notification" ,
3- "version" : " 1.0.6 " ,
3+ "version" : " 1.0.7 " ,
44 "description" : " Web Notifications made easy." ,
55 "author" : {
66 "name" : " Sagie Gur-Ari" ,
You can’t perform that action at this time.
0 commit comments