Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 1.03 KB

0.5.0

  • Added scopeBehaviour option (madyankin#22)
  • Added ability to pass a string to generateScopedName (madyankin#21)
  • Updated dependencies

0.4.1

  • Fixed processing errors capturing by Boris Serdiuk (@just-boris)

0.4.0

  • Added support for custom loaders by Björn Brauer (@ZauberNerd)

0.3.0

  • Fixed processing for imported CSS
  • Added default callback for saving exported JSON

0.2.0

0.1.3

Fixed failing on comments by @dfreeman (madyankin#14)

0.1.2

Fixed module export for ES5 (madyankin#9)

0.1.1

Call getExports only for top level css

0.1.0

Initial version