Releases: web-platform-dx/browserslist-config-baseline
Releases · web-platform-dx/browserslist-config-baseline
v0.5.0
What's Changed
- Reduces dependencies and version check logic by @tonypconway in #13
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's new
This release lets you add a browserslist-config-baseline object to your package.json:
- Set
"logConfigToConsole": trueto see yourbrowserslistconfig every time it is called. - Set
"includeDownstreamBrowsers": trueto include downstream browsers from@mdn/browser-compat-dataandbaseline-browser-mapping.- You will see a console warning if you have
/with-downstreamin yourextendsstatement but you have"includeDownstreamBrowsers": falsein yourpackage.json.browserslist-config-baselinewill not include downstream browses in this case.
- You will see a console warning if you have
- Set
"baselineYear": YYYYor"widelyAvailableOnDate": "YYYY-MM-DD"targets.- You will receive a warning in the console if one of these options conflicts with your
extendsstatement.browserslist-config-baselinewill proceed with whatever the earliest target is.
- You will receive a warning in the console if one of these options conflicts with your
Thanks to @notpushkin!
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
browserlist-config-baselinenow usesbaseline-browser-mappingas its data source.- Widely Available minimums are now accurate and will adjust as new features become Widely Available and older browser versions no longer support the full feature set.
Full Changelog: https://github.com/web-platform-dx/browserslist-config-baseline/commits/v0.3.0