Skip to content

Add edge support with updated doc and minified version #299

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

# Outdated Browser — Changelog

## v1.1.6
Date: 2018-06-26

* Edge support

## v1.1.3
Date: 2016-03-07

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Outdated Browser v1.1.5
# Outdated Browser v1.1.6

### A time saving tool for developers. It detects outdated browsers and advises users to upgrade to a new version.

Expand Down Expand Up @@ -106,6 +106,7 @@ With these points in consideration is less prone to have conflicts with your cod
You can do it in one of two ways: using Internet Explorer browsers as reference or specifying a CSS property. The outcome is the same, choose what is easier for you (for Edge vs IE11 check issue [#198](https://github.com/burocratik/outdated-browser/issues/198)).

Lower Than (<):
* "Edge","js:Promise"
* "IE11","borderImage"
* "IE10", "transform" (Default property)
* "IE9", "boxShadow"
Expand Down
9 changes: 1 addition & 8 deletions outdatedbrowser/outdatedbrowser.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!--------------------------------------------------------------------
JAVASCRIPT "Outdated Browser"
Version: 1.1.2 - 2015
Version: 1.1.6 - 2018
author: Burocratik
website: http://www.burocratik.com
* @preserve
Expand Down Expand Up @@ -236,10 +236,3 @@ var outdatedBrowser = function(options) {

////////END of outdatedBrowser function
};







4 changes: 2 additions & 2 deletions outdatedbrowser/outdatedbrowser.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "outdatedbrowser",
"version": "1.1.5",
"name": "outdated-browser",
"version": "1.1.6",
"description": "A time saving tool for developers. It detects outdated browsers and advises users to upgrade to a new version.",
"main": "outdatedbrowser/outdatedbrowser.js",
"repository": {
Expand Down