Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 901 Bytes

File metadata and controls

25 lines (17 loc) · 901 Bytes

Changelog

v.0.19.0 - 2018-01-14

  • FullHuman#34, fix FullHuman#33
  • Update dependencies
  • Modify Rollup configuration: remove commonjs plugin and add glob as external dependency

v0.18.0 - 2018-01-05

  • Change default extractor regex, fixing FullHuman#37
  • Update dependencies
  • Use files property in package.json: importing only necessary files.

v0.16.0 - 2017-12-18

  • keyframes option set to false by default, keyframes: true causing issue with bootstrap FullHuman#33
  • Update dependencies.

v0.14.0 - 2017-12-07

  • Merge PR FullHuman#29 by @jsnanigans: add raw for content option to pass a raw string instead of a filepath.
  • Fix incorrect logic that removes attributes selectors.
  • Update dependencies.