## 0.14.0

Support multi-file and meta improvements [#50](https://github.com/morishitter/postcss-style-guide/pull/50) by @dwightjack

## 0.13.0

Update default theme.

## 0.12.1

Fixe a bug.

## 0.12.0

Can pass the color palette object that generate from CSS Custom Properties to the template file

## 0.11.1

Fixed a bug [#36](https://github.com/morishitter/postcss-style-guide/issues/36).

## 0.11.0

Introduce `@title` annotation to set the title of documents

## 0.10.1

Fixed a bug.

## 0.10.0

- Implemented as a asynchronous plugin (It returns `Promise` object).
- Changed some option's name


## 0.9.7

Fixed a bug.

## 0.9.6

Fixed a bug. [#32](https://github.com/morishitter/postcss-style-guide/pull/32)

## 0.9.5

Resolve path to `highlight.js` and `github.css`. [#31](https://github.com/morishitter/postcss-style-guide/pull/31)

## 0.9.4

- Fix codeStyle path [#27](https://github.com/morishitter/postcss-style-guide/pull/27)
- Add Gruntfile sample [#28](https://github.com/morishitter/postcss-style-guide/pull/28)

Thanks [@mitsuruog](https://github.com/mitsuruog).

## 0.9.3

- Fix codeStyle path
- Fix [#26](https://github.com/morishitter/postcss-style-guide/pull/26)

## 0.9.2

Fix [#22](https://github.com/morishitter/postcss-style-guide/issues/22), thanks @watilde .

## 0.9.1

Bump `psg-theme-default` to v0.5.0.

## 0.9.0

Generate styleguide from comments have the special annotation

Annotations:

- `@styleguide`
- `@documents`
- `@document`
- `@docs`
- `@doc`

## 0.8.0

- Introduce `options.dir`

## 0.7.1

- Bump cssnanot to v3

## 0.7.0

- Moved `processedCSS` parameter in `options`

## 0.6.0

- Remove `rootStyle`
- Add `showCode` option

## 0.5.1

- Fix #17

## 0.5.0

- Update PostCSS to v5.0
- Fix to check parameters

## 0.4.1

- Fix a bug to use other postcss-style-guide themes

## 0.4.0

- Intoroduce processed CSS as first parameter
- Fix some bugs

## 0.3.1

* Fix a [bug](https://github.com/morishitter/postcss-style-guide/issues/9)

## 0.3.0

* Introdue themes
* Initialize a document for building themes

## 0.2.1

* Tweak template design

## 0.2

* Change logic of generating style guide

## 0.1.1

* Tweak template design

## 0.1

* Initial release.
