This project adheres to Semantic Versioning.
- Fixed
>=
query forios
(by @syi0808).
- Updated Firefox ESR.
- Fixed feature query with mobile to desktop when caniuse lags (by @steverep).
- Added
BROWSERSLIST_ROOT_PATH
(by @teleclimber).
- Fixed white spaces support in
supports
query (@g-plane). - Fixed shared config like
@company/package/browserslist-config
(@boucodes).
- Fixed idempotency in time queries with
mobileToDesktop
(by Aliaksei Sapach).
- Updated Firefox ESR (by @lerkor).
- Added
fully supports
query (by Ben Scott). - Added
partially supports
alias forsupports
query (by Ben Scott).
- Added warning to
--update-db
to move to new CLI (by Ivan Vasilev). - Fixed docs (by Tatsunori Uchino).
- Updated Firefox ESR.
- Fixed Opera Mobile edge cases (by Steve Repsher).
- Fixed
supports
query andmobileToDesktop
(by Steve Repsher).
- Fixed last queries for Android (by Steve Repsher).
- Fixed time queries with
mobileToDesktop
(by Steve Repsher). - Fixed docs (by Tatsunori Uchino, Will Stone, and Dominik Pschenitschni).
- Fixed running Browserslist in browser environment.
- Updated Firefox ESR.
- Improved unknown region and unknown feature error (by Alexander Chabin).
- Updated Firefox ESR.
- Fixed parsing days in
since
query.
- IE 11 was added to
dead
and removed fromdefaults
(by Albert Portnoy). - Added
browserslist.parse()
to get config AST for analysis. - Moved
--update-db
script toupdate-browserslist-db
tool. - Fixed Unicode BOM support in
package.json
.
- Fixed Opera in
mobileToDesktop
(by Pig Fang).
- Added
Baidu
todead
browsers (by Igor Lukanin).
- Fixed
package.funding
URL format.
- Fixed
package.funding
. - Fixed docs (by Michael Lohmann).
- Added
last 2 node versions
andlast 2 node major versions
(by @g-plane).
- Updated Firefox ESR (by Christophe Coevoet).
- Fixed
--help
output.
- Fixed
throwOnMissing
types (by Øyvind Saltvik).
- Added queries grammar definition (by Pig Fang).
- Added
throwOnMissing
option (by Øyvind Saltvik). - Fixed
null
data ignoring in< 50% in CN
(byPig Fang). - Fixed data parsing in
in my stats
(by Sun Xiaoran). - Fixed
yarn.lock
support withintegrity
(by Alexey Berezin). - Fixed Yarn Berry error message in
--update-db
.
- Fixed case inventiveness for
cover
queries (by Pig Fang). - Fixed
since 1970
query fornull
in release date (by Pig Fang).
- Added
--ignore-unknown-versions
CLI option (by Pig Fang).
- Fixed sharable config resolution (by Adaline Valentina Simonian).
- Fixed
--update-db
for somepnpm
cases.
- Reduced package size.
- Use
picocolors
for color output in--update-db
.
- Reduced package size.
- Use Nano Colors for color output in
--update-db
.
- Added
yarn
3 support to--update-db
(by Himank Pathak).
- Updated Firefox ESR.
- Fixed
oudated caniuse-lite
warning text (by Paul Verest). - Fixed docs (by Alexander Belov).
- Fixed
npm-shrinkwrap.json
support in--update-db
(by Geoff Newman).
- Fixed unsafe RegExp (by Yeting Li).
- Fixed unsafe RegExp.
- Added artifactory support to
--update-db
(by Ittai Baratz).
- Fixed
--update-db
.
- Fixed
--update-db
(by @ialarmedalien).
- Fixed Chrome 4 with
mobileToDesktop
(by Aron Woost).
- Add
browserslist config
query.
- Add TypeScript types (by Dmitry Semigradsky).
- Fixed Yarn Workspaces support to
--update-db
(by Fausto Núñez Alberro). - Added browser changes to
--update-db
(by @AleksandrSl). - Added color output to
--update-db
. - Updated
package.funding
to have link to our Open Collective.
- Fixed Yarn support in
--update-db
(by Ivan Storck). - Fixed npm 7 support in
--update-db
.
- Fixed
last 2 electron versions
query (by Sergey Melyukov).
- Fixed
Unknown version 59 of op_mob
error.
- Update Firefox ESR.
- Fixed
--update-db
on Windows (by James Ross). - Improved
--update-db
output.
- Added
--update-db
explanation (by Justin Zelinsky).
- Add
BROWSERSLIST_DANGEROUS_EXTEND
support (by Timo Mayer).
- Added
supports
query to select browsers (by Jesús Leganés-Combarro).
- Update Firefox ESR.
- Update
package.json
scanning tool for--update-db
(by Luke Edwards). - Improve docs (by Mukundan Senthil).
- Drop Node.js 13.0-13.6 support because of ES modules bug in that versions.
- Add environments to shared configs (by Yevgeny Petukhov).
- Fix docs (by Dmitry Statsenko and Thomas Pozzo di Borgo).
- Fix Node.js 6 support.
- Add
npx browserslist --mobile-to-desktop
(by James Ross).
- Add
npx browserslist --update-db
(by Ivan Solovev).
- Normalize incorrect Can I Use regional data (by Huáng Jùnliàng).
- Add
node X-Y
query support (by Yuping Zuo).
- Fix
last N major versions
(by Valeriy Trubachev).
- Fix
Unknown version 10 of op_mob
error inmobileToDesktop
option.
- Fix
last N browsers
again after newcaniuse-db
API changes.
- Fix released versions detection for queries like
last N browsers
. - Add IE 11 Mobile to
dead
browsers.
- Fix warning message (by Anton Ivanov).
- Fix
Cannot convert undefined or null to object
(by Antoine Clausse). - Fix
mobileToDesktop
indefaults
(by Huáng Jùnliàng).
- Fix Chrome and
mobileToDesktop
(by Huáng Jùnliàng).
- Add
> 5% in browserslist-config-my stats
query (by Andrew Leedham). - Improve docs (by Danny van Kooten).
- Add funding link for
npm fund
.
- Add cache for query parsing.
- Improve config caching (by Kārlis Gaņģis).
- Update Firefox ESR.
- Improve caching.
- Add PhantomJS queries.
- Improve docs (by Dorian Koehring).
- Remove Safari from
dead
query.
- Add Samsung 4 browser to
dead
query. - Remove dirty fix for
android all
error.
- Add Firefox 68 to
Firefox ESR
query.
- Dirty fix for
android all
error.
- Fix
last x version
and similar queries for Android (by Tony Ross).
- Fix patch version support for Electron (by Kilian Valkhof).
- Add
mobileToDesktop
option (by Nicolò Ribaudo).
- Make
Node > 5
andnode > 5
queries case insensitive.
- Fix CLI help (by Marcel Gerber).
- Add KaiOS browser to docs.
- Update docs (by Andrew Leedham and Dan Onoshko).
- Fix splitting string to queries.
- Show default browsers in CLI on project without config.
- Improve text for the warning about outdated
caniuse-lite
.
- Add
>=
,>
, and<=
support for Node.js version (by Mathspy Terabithian).
- Allow to have string in
package.json
(by @dmarkhas).
- Allow to use
.
in scope name of shareable config (by Gustav Nikolaj).
- Added
and
andor
keywords to combine queries (by Jon Ege Ronnenberg).
- Fix fraction years support in
last 1.5 years
(by Clément P). - Fix version-less browser support.
- Fix version-less browser support in custom statistics (by Alex Walter).
- Fix
not
query for wrong Can I Use data.
- Allow to update
node-releases
without new Browserslist releases.
- Fix Node.js 11 support.
- Fix
Unknown version 11 of Node.js
error (by Dan Onoshko).
- Fix conflict between
caniuse-lite
and custom browsers statistics.
- Allow to use
extends browserslist-config-a/file
(by @Schweinepriester).
- Use new
node-releases
support (by Sergey Rubanov).
- Add
--json
argument for CLI. - Allow to pass multiple areas in CLI by
--coverage=US,alt-AS,global
.
- Better
unknow query
error message. - Use latest
node-releases
.
- Update Firefox ESR versions.
- Add
current node
query. - Add contributors widget to docs (by Sergey Surkov).
- Fix new
node-releases
support (by Sergey Rubanov). - Fix error text (by Josh Smith).
- Reduce npm package size.
- Fix docs.
- Add
node X
andmaintained node versions
queries (by Pavel Vostrikov). - Remove Node.js 4 support.
- Show warning if
caniuse-lite
is old (by Anton Tuzhik). - Add comma support in config file.
- Add IE 9-5.5 to dead browsers.
- Remove development configs from npm package.
- Add Firefox 60 as Firefox ESR.
- Add Opera Mini 12 to dead browsers.
- Update docs (by Jamie Kyle).
- Fix excluding Opera Mini and other browsers with
all
version.
- Resolve shareable config from current working directory.
- Fix
package.json
config validation for single string case. - Fix CLI error reporting.
- Add
package.json
config validation. - Move project to
browserlist
GitHub organization.
- Fix error text (by Steve Schrab).
- Add
cover 99%
query (by Vasily Fedoseyev). - Add
cover 99% in US
query (by Vasily Fedoseyev). - Add
cover 99% in my stats
query (by Vasily Fedoseyev). - Add
"my stats"
support tobrowserlist.coverage()
(by Vasily Fedoseyev).
- Add more clear error on missed browser version.
- Fix JSDoc (by Sylvain Pollet-Villard).
- Add
ignoreUnknownVersions
option. - Fix docs (by Pascal Duez).
- Remove country statistics from client-side build of Browserslist.
- Change
> 1%
to> 0.5%
in default query. - Add
not dead
to default query. - Change default environment to
production
(by Marco Fugaro). - Add
dead
query support with IE 10 and BlackBerry browser. - Add multiple environments in one section support (by Evilebot Tnawi).
- Add custom statistics support to
browserlist.coverage()
. - Fix
path
option check.
- Fix for
path: undefined
option.
- Remove Node.js specific code from webpack build.
- Fix using Browserslist in browser with
path
but withoutfs
.
- Add
last 2 years
query support (by James Harris).
- Fix Browserify support.
- Fix using Browserslist without
process
(by Andrew Patton).
- Add
< 1%
and<= 1%
queries support (by August Kaiser).
- Fix unknown query on trailing spaces in query.
- Add
last Electron versions
andlast Electron major versions
queries (by Louis Mouhat).
- Add
since 2016-03
andsince 2016-03-20
queries support (by Andrew Blick).
- Add
since 2016
queries support (by Igor Deryabin).
- Fix
Path must be a string
error.
- By default load config from current directory in CLI tool.
- Allow
@scope/browserlist-config
config name (by Jamie Connolly).
- Add
extends
query (by YellowKirby).
- Throw error if
package.json
containbrowserlist
instead ofbrowserslist
.
- Add
last n major versions
query (by John Sanders).
- Fix browsers support.
- Fix
> 0
query for browsers with one version (by Nikolay Solovyov).
- Reduce library size.
- Add
unreleased versions
andunreleased Chrome versions
queries.
- Fix
Path must be a string
error (by Pieter Beulque).
- Fix security issue with regions dynamic
require
.
- Add region usage statistics support (by Clément P).
- Remove Firefox 45 from Firefox ESR.
- Use both ESR versions when they actual.
- Add warning on first exclude query.
- Fix non-Node.js environments support.
- Fix CLI arguments parsing.
- Add
>= 5%
,>= 5% in US
and>= 5% in my stats
queries.
last n versions
returns versions for all browsers, not only main browsers.- Cache file system operations (by Aarni Koskela).
- Use
caniuse-lite
1 MB instead ofcaniuse-db
7 MB (by Ben Briggs). - Add
.browserslistrc
config support. - Add QQ Browser for Android support.
- Add tests for CLI (by Zhulduz Zhankenova).
- Update Firefox ESR.
- Fix Android Chrome selection.
- Fix combining
not
query with country based statistics. - Fix
--env
argument in CLI (by Tuure Savuoja).
- Speed up browser sorting (by Aarni Koskela).
- Fix config finding when directory was passed to
path
(by Aarni Koskela).
- Fix config finding algorithm (by Aarni Koskela).
- Fix unreleased browsers version detection.
- Add
--config
and--env
arguments to CLI (by Jarek Rencz).
- Convert Electron version to Chrome (by Kilian Valkhof).
- Fix
0
version mistake in Can I Use data.
- Fix browser versions ordering (by Marco Massarotto).
- Fix error on
package.json
andbrowserslist
in same directory.
- Add
package.json
support (by Stepan Kuzmin). - Add environments support (by Maksim Semenov and openlibser).
- Add
browserslist-stats.json
file support (by Oleh Aloshkin). - Add
config
option to CLI (by Evilebot Tnawi). - Add JSDoc.
- Fix tests on Windows (by Anna Stoliar).
- Don’t set custom usage statistics globally.
- Add
defaults
keyword.
- Add
UCAndroid
alias toand_uc
(by Evilebot Tnawi).
- Fix Opera Mini support. Use
op_mini all
.
- Add space-less
>1%
and>.5%
syntax support (by Andreas Lind).
- Clean
0
versions in some country-based requests.
- Update Firefox ESR.
- Add Safari TP support.
- Add coverage for specific country (by Joshua Wise).
- Add
browserslist.coverage()
method. - Add
--coverage
and-c
argument to CLI. - Add
-v
argument support to CLI. - Better error handling in CLI.
- Fix jspm support (by Sean Anderson).
- Fix jspm support (by Sean Anderson).
- Fix space-less
>10%
and>10% in my stats
queries. - Normalize error messages.
- Remove development files from npm package.
- Added query against custom browser usage data (by Daniel Rey).
- Update Firefox ESR (by Rouven Weßling).
- Remove Opera 12.1 from default query.
- Add
not
keyword and exclude browsers by query. - Add Microsoft Edge support (by Andrey Polischuk).
- Add CLI for debug and non-JS usage (by Luke Horvat).
- Use own class in Browserslist errors.
- Add version ranges
IE 6-9
(by Ben Briggs).
- Add
config
option andBROWSERSLIST_CONFIG
environment variable support. - Add symlink config support.
- Fix DynJS compatibility (by Nick Howes).
- Fix joined versions on versions query (by Vincent De Oliveira).
- Fix global variable leak (by Peter Müller).
- Takes queries from
BROWSERSLIST
environment variable.
- Return Can I Use joined versions as
ios_saf 7.0-7.1
.
- Better work with Can I Use joined versions like
ios_saf 7.0-7.1
. - Browserslist now understands
ios_saf 7.0
orios_saf 7
.
- Do not create global
browserslist
var (by Maxime Thirouin).
- Sort browsers by name and version.
- Initial release.