Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyalab committed Jul 10, 2018
1 parent 3ab3a83 commit 1b74c10
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# 2.1.0 - 2018-06-06
# 3.0.0 - 2018-07-10

- Upgraded: browserlist, caniuse-lite
- Upgraded: browserslist

# 2.1.0 - 2018-06-06 (never released to npm)

- Upgraded: browserslist, caniuse-lite

# 2.0.0 - 2017-05-03

Expand Down Expand Up @@ -41,7 +45,7 @@

# 1.4.0 - 2015-10-18

- Upgraded: browserlist 1.x
- Upgraded: browserslist 1.x
- Upgraded: shelljs 0.5.x
- Added: output to notify if generation has been made or not
(related to [#25](https://github.com/Nyalab/caniuse-api/issues/25))
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _ask since which browsers versions a feature is available_
```js
caniuse.getSupport('border-radius', true)
/*
{ and_chr: { y: 66 },
{ and_chr: { y: 67 },
and_ff: { y: 60 },
and_qq: { y: 1.2 },
and_uc: { y: 11.8 },
Expand Down Expand Up @@ -91,24 +91,24 @@ _get the current version for each browser_
```js
caniuse.getLatestStableBrowsers()
/*
[ 'and_chr 66',
[ 'and_chr 67',
'and_ff 60',
'and_qq 1.2',
'and_uc 11.8',
'android 66',
'android 67',
'baidu 7.12',
'bb 10',
'chrome 66',
'chrome 67',
'edge 17',
'firefox 60',
'firefox 61',
'ie 11',
'ie_mob 11',
'ios_saf 11.3',
'ios_saf 11.3-11.4',
'op_mini all',
'op_mob 46',
'opera 53',
'safari 11.1',
'samsung 6.2' ]
'samsung 7.2' ]
*/
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "caniuse-api",
"version": "2.0.0",
"version": "3.0.0",
"description": "request the caniuse data to check browsers compatibilities",
"repository": "https://github.com/nyalab/caniuse-api.git",
"keywords": [
Expand Down

0 comments on commit 1b74c10

Please sign in to comment.