Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

4.4 KiB

Changelog

3.2.2

Fixed

3.2.1

Fixed

3.2.0

Changed

3.1.0

Added

  • Added exportGlobals option

3.0.0

Changed

Breaking changes

2.0.0

Added

Breaking changes

1.5.0

1.4.1

  • Rebublished the previous release. Sorry :(

1.4.0

1.3.1

1.3.0

  • Updated dependecies
  • Added prettier to format code

1.2.0

1.1.0

1.0.0

  • Dropped support for Node < 6
  • Updated dependencies

0.8.0

0.7.1

0.7.0

0.6.4

0.6.3

0.6.2

  • Refactored getDefaultPluginsList function

0.6.1

0.6.0

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

0.5.2

  • Updated dependencies

0.5.1

0.5.0

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 (https://github.com/outpunk/postcss-modules/pull/14)

0.1.2

Fixed module export for ES5 (https://github.com/outpunk/postcss-modules/issues/9)

0.1.1

Call getExports only for top level css

0.1.0

Initial version