Nothing Special   »   [go: up one dir, main page]

Skip to content

Releases: leeoniya/dropcss

1.0.16

04 Nov 15:32
Compare
Choose a tag to compare
  • confine unquoted attr values to [\w-]+ (#38)
  • support ":" in attr names. (#39)
  • switch from umd -> iife

1.0.15

15 Aug 05:40
Compare
Choose a tag to compare
  • handle angle brackets in html attrs. (#37)

1.0.14

25 Jun 05:32
Compare
Choose a tag to compare
  • fix stripping of non-assertable pseudos. (#34)

1.0.13

03 Jun 00:55
Compare
Choose a tag to compare
  • don't confuse -- in selectors for css vars. (#31)

1.0.12

01 Jun 04:57
Compare
Choose a tag to compare
  • drop any leftover empty blocks, e.g. :root { }

1.0.11

30 May 21:05
Compare
Choose a tag to compare
  • removal of unused css variables

1.0.10

29 May 16:29
Compare
Choose a tag to compare
  • fix issue with parsing multiple @font-face blocks

1.0.9

24 May 06:43
Compare
Choose a tag to compare
  • resolution of css variables (including deep/composites), e.g. --font-family: 'Foo Bar' (#26)
  • more reliable extraction of font-family from font: short-hands

1.0.8

13 May 05:09
Compare
Choose a tag to compare
  • fix handling of fonts containing spaces, e.g. 'Open Sans'
  • implement font usage detection for font: shorthands

1.0.7

27 Apr 00:34
Compare
Choose a tag to compare
  • properly handle self-closed non-voids e.g. <div/>
  • track and return retained selectors: {css, sels}