browserslist
Advanced tools
Comparing version 4.15.0 to 4.16.0
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 4.16 | ||
* Add `browserslist config` query. | ||
## 4.15 | ||
@@ -5,0 +8,0 @@ * Add TypeScript types (by Dmitry Semigradsky). |
@@ -428,2 +428,3 @@ var jsReleases = require('node-releases/data/processed/envs.json') | ||
mobileToDesktop: opts.mobileToDesktop, | ||
path: opts.path, | ||
env: opts.env | ||
@@ -1110,2 +1111,8 @@ } | ||
{ | ||
regexp: /^browserslist config$/i, | ||
select: function (context) { | ||
return browserslist(undefined, context) | ||
} | ||
}, | ||
{ | ||
regexp: /^extends (.+)$/i, | ||
@@ -1112,0 +1119,0 @@ select: function (context, name) { |
{ | ||
"name": "browserslist", | ||
"version": "4.15.0", | ||
"version": "4.16.0", | ||
"description": "Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset", | ||
@@ -18,5 +18,5 @@ "keywords": [ | ||
"dependencies": { | ||
"caniuse-lite": "^1.0.30001164", | ||
"caniuse-lite": "^1.0.30001165", | ||
"colorette": "^1.2.1", | ||
"electron-to-chromium": "^1.3.612", | ||
"electron-to-chromium": "^1.3.621", | ||
"escalade": "^3.1.1", | ||
@@ -23,0 +23,0 @@ "node-releases": "^1.1.67" |
@@ -68,2 +68,3 @@ # Browserslist [![Cult Of Martians][cult-img]][cult] | ||
* [Tools](#tools) | ||
* [Text Editors](#text-editors) | ||
* [Best Practices](#best-practices) | ||
@@ -92,4 +93,2 @@ * [Browsers Data Updating](#browsers-data-updating) | ||
what browsers will be selected by some query. | ||
* [`browserslist-vscode`] adds `.browserslistrc` syntax highlighting | ||
to Visual Studio Code. | ||
* [`browserslist-ga`] and [`browserslist-ga-export`] download your website | ||
@@ -115,3 +114,2 @@ browsers statistics to use it in `> 0.5% in my stats` query. | ||
[`browserslist-useragent`]: https://github.com/pastelsky/browserslist-useragent | ||
[`browserslist-vscode`]: https://marketplace.visualstudio.com/items?itemName=webben.browserslist | ||
[`browserslist-ga`]: https://github.com/browserslist/browserslist-ga | ||
@@ -121,2 +119,9 @@ [`caniuse-api`]: https://github.com/Nyalab/caniuse-api | ||
### Text Editors | ||
These extensions will add syntax highlighting for `.browserslistrc` files. | ||
* [VS Code](https://marketplace.visualstudio.com/items?itemName=webben.browserslist) | ||
* [Vim](https://github.com/browserslist/vim-browserslist) | ||
## Best Practices | ||
@@ -274,2 +279,5 @@ | ||
[`caniuse-lite/data/features`]. | ||
* `browserslist config`: the browsers defined in Browserslist config. Useful | ||
in the tools to modify user’s config like | ||
`browserslist config and supports es6-module`. | ||
* `since 2015` or `last 2 years`: all versions released since year 2015 | ||
@@ -276,0 +284,0 @@ (also `since 2015-03` and `since 2015-03-10`). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
98337
2027
702
Updatedcaniuse-lite@^1.0.30001165