Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
madyankin committed Oct 23, 2017
1 parent 76c1dd5 commit 11422e1
Showing 1 changed file with 52 additions and 26 deletions.
78 changes: 52 additions & 26 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,67 +1,93 @@
# Changelog

## 1.1.0

- Added ability to transmit outputFileName into getJSON by @lutien <https://github.com/css-modules/postcss-modules/pull/72>

## 1.0.0
* Dropped support for Node < 6
* Updated dependencies

- Dropped support for Node < 6
- Updated dependencies

## 0.8.0
* Updated PostCSS to 6 by Alexey Litvinov (@sullenor) https://github.com/css-modules/postcss-modules/pull/65

- Updated PostCSS to 6 by Alexey Litvinov (@sullenor) <https://github.com/css-modules/postcss-modules/pull/65>

## 0.7.1
* Allowed empty string as opts.root by Sharon Rolel (@Mosho1) https://github.com/css-modules/postcss-modules/pull/56

- Allowed empty string as opts.root by Sharon Rolel (@Mosho1) <https://github.com/css-modules/postcss-modules/pull/56>

## 0.7.0
* Allow async getJSON by Philipp A. (@flying-sheep) https://github.com/css-modules/postcss-modules/pull/59

- Allow async getJSON by Philipp A. (@flying-sheep) <https://github.com/css-modules/postcss-modules/pull/59>

## 0.6.4
* Added the `root` option to pass the root path by Sharon Rolel (@Mosho1) (https://github.com/css-modules/postcss-modules/pull/55)

- Added the `root` option to pass the root path by Sharon Rolel (@Mosho1) (<https://github.com/css-modules/postcss-modules/pull/55>)

## 0.6.3
* Fixed regression in `isValidBehaviour` function (https://github.com/css-modules/postcss-modules/issues/53)

- Fixed regression in `isValidBehaviour` function (<https://github.com/css-modules/postcss-modules/issues/53>)

## 0.6.2
* Refactored `getDefaultPluginsList` function

- Refactored `getDefaultPluginsList` function

## 0.6.1
* Fixed `generateScopedName` bug with multiple postcss-modules instances (https://github.com/css-modules/postcss-modules/issues/37)

- Fixed `generateScopedName` bug with multiple postcss-modules instances (<https://github.com/css-modules/postcss-modules/issues/37>)

## 0.6.0
* Added `globalModulePaths` option (Thanks to @pospi).
* Refactored all the things.

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

## 0.5.2
* Updated dependencies

- Updated dependencies

## 0.5.1
* Fixed sorting for composed dependencies by Josh Johnston (@joshwnj) (https://github.com/css-modules/postcss-modules/issues/38)

- Fixed sorting for composed dependencies by Josh Johnston (@joshwnj) (<https://github.com/css-modules/postcss-modules/issues/38>)

## 0.5.0
* Added `scopeBehaviour` option (https://github.com/css-modules/postcss-modules/issues/22)
* Added ability to pass a string to `generateScopedName` (https://github.com/css-modules/postcss-modules/issues/21)
* Updated dependencies

- Added `scopeBehaviour` option (<https://github.com/css-modules/postcss-modules/issues/22>)
- Added ability to pass a string to `generateScopedName` (<https://github.com/css-modules/postcss-modules/issues/21>)
- Updated dependencies

## 0.4.1
* Fixed processing errors capturing by Boris Serdiuk (@just-boris)

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

## 0.4.0
* Added support for custom loaders by Björn Brauer (@ZauberNerd)

- 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

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

## 0.2.0
* Fixed JSON export with shallow imports (https://github.com/outpunk/postcss-modules/issues/12)
* Fixed lookup paths (https://github.com/outpunk/postcss-modules/issues/13)
* Fixed imports overriding (https://github.com/outpunk/postcss-modules/issues/15)
* Global refactoring under the hood

- Fixed JSON export with shallow imports (<https://github.com/outpunk/postcss-modules/issues/12>)
- Fixed lookup paths (<https://github.com/outpunk/postcss-modules/issues/13>)
- Fixed imports overriding (<https://github.com/outpunk/postcss-modules/issues/15>)
- Global refactoring under the hood

## 0.1.3
Fixed failing on comments by @dfreeman (https://github.com/outpunk/postcss-modules/pull/14)

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)

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

0 comments on commit 11422e1

Please sign in to comment.