-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#74 fixed + breaking changes (ua-device-detector dependency)
- Loading branch information
Showing
10 changed files
with
4,765 additions
and
735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{ | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ng-device-detector", | ||
"version": "4.0.4", | ||
"version": "5.0.1", | ||
"homepage": "https://github.com/srfrnk/ng-device-detector", | ||
"authors": [ | ||
"srfrnk <[email protected]>" | ||
|
@@ -24,6 +24,7 @@ | |
"tests" | ||
], | ||
"dependencies": { | ||
"re-tree": "^0.0.2" | ||
"re-tree": "^0.0.2", | ||
"ua-device-detector": "^1.0.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
#Version 1.1.7 | ||
# Version 1.1.7 | ||
* device id "firefoxos" was changed to "firefox-os" | ||
* os id "firefoxos" was changed to "firefox-os" | ||
|
||
# Version 3.0.1 | ||
* Breaking changes | ||
* Removed OS and BROWSER for device types. | ||
* Should now detect those by using the 'device' property | ||
|
||
# Version 5.0.1 | ||
* Breaking changes: | ||
* ua-device-detector script must now be loaded before ng-device-detector script. Consult [README](readme.md) for more details. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.