@amedia/browserslist-config
Advanced tools
Comparing version 1.0.1-next.3 to 1.0.1
# @amedia/browserslist-config | ||
## 1.0.1 | ||
### Patch Changes | ||
- a1cf31a: drop config exports from kragl-\* packages | ||
- a1cf31a: drop esoteric options for lint and format | ||
There are many options for lint and format, and most of them are never | ||
used. They were added for debugging purposes, and are superfluous after | ||
breaking out the runners to standalone kragl tools. | ||
This makes the lint and format commands a lot more straight-foward to | ||
use as intended, with fewer sharp edges. | ||
- a1cf31a: modularize kragl | ||
Introduce `kragl-eslint` and `kragl-prettier`, and expose an API so they | ||
can be used from `kragl`. | ||
The breaking change is that each runner's internal help text is now | ||
available under `--help`, e.g. `kragl prettier --help` or `kragl eslint --help`. | ||
They will print the help for Prettier and ESLint respectively, and | ||
replaces `--prettier-help`. | ||
Each command's usage matches the internal tool's, so `--eslint-config` | ||
is no longer necessary, just `--config` with suffice. | ||
`kragl lint` and `kragl format` serves as shortcuts to run all the | ||
configured formatters and runners with it's own options that normalize | ||
usage. | ||
- a1cf31a: drop config exports from kragl packages | ||
## 1.0.1-next.3 | ||
@@ -4,0 +38,0 @@ |
{ | ||
"name": "@amedia/browserslist-config", | ||
"version": "1.0.1-next.3", | ||
"version": "1.0.1", | ||
"description": "Browserslist config for Amedia", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3224
1