Releases: bramus/caniuse-cli
Releases · bramus/caniuse-cli
1.1.9
- BUGFIX: Don’t show
undefined
when there is no description (fixes all CSS properties)
- DEPENDENCY: Update
caniuse-db
to 1.0.30001675
- DEPENDENCY: Update
@mdn/browser-compat-data
to 5.6.11
1.1.8
- DEPENDENCY: Update
caniuse-db
to 1.0.300016604
- DEPENDENCY: Update
@mdn/browser-compat-data
to 5.6.3
1.1.7
- FIX: Play nice with features whose release don’t appear in the caniuse database (#2)
- MISC: Ditch use of bespoke strRepeat in favor of native padStart+padEnd
- CHANGE: Prefix BCD results with the category the match was found in
1.1.6
- FIX: Don’t crash if there is no BCD available for the agent
- DEPENDENCY: Update
caniuse-db
to 1.0.30001660
- MISC: Reduce package size by excluding the screenshot from it
1.1.5
- BUGFIX: Don’t crash when no argument is given
1.1.4
- BUGFIX: Fix autocompletion crash (#9)
1.1.3
- CHANGE: Tweak colors
- BUGFIX: Fix crash when feature has no title
1.1.2
- DEPENDENCY: Update caniuse-db/bcd
- NEW: Strip
<code>
and </code>
from title
1.1.1
- BUGFIX:
caniuse "viewport units"
no longer returned anything. This is fixed now.
- BUGFIX: BCD search wasn’t going all the way down the tree, preventing
caniuse-cli
from surfacing certain results. This too, is fixed.
1.1.0
Changes and Additions:
- NEW:
@mdn/browser-compat-data
integration 🎉
- NEW: Also search
caniuse-db
entry keys when there is no direct match