Skip to content

Latest commit

 

History

History
67 lines (48 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

67 lines (48 loc) · 2.16 KB

1.0.0

  • Dropped support for Node < 6
  • Updated dependencies

0.8.0

  • Updated PostCSS to 6 by Alexey Litvinov (@sullenor) madyankin#65

0.7.1

  • Allowed empty string as opts.root by Sharon Rolel (@Mosho1) madyankin#56

0.7.0

  • Allow async getJSON by Philipp A. (@flying-sheep) madyankin#59

0.6.4

  • Added the root option to pass the root path by Sharon Rolel (@Mosho1) (madyankin#55)

0.6.3

  • Fixed regression in isValidBehaviour function (madyankin#53)

0.6.2

  • Refactored getDefaultPluginsList function

0.6.1

  • Fixed generateScopedName bug with multiple postcss-modules instances (madyankin#37)

0.6.0

  • Added globalModulePaths option (Thanks to @pospi).
  • Refactored all the things.

0.5.2

  • Updated dependencies

0.5.1

  • Fixed sorting for composed dependencies by Josh Johnston (@joshwnj) (madyankin#38)

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