Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalduez committed Nov 28, 2015
1 parent 3463c6d commit 026a5ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ console.log(comments);

## Changelog

#### `0.8.0`
* Allow CSS context parsing.

#### `0.7.0`
* Update to `[email protected]`

Expand All @@ -61,7 +64,7 @@ console.log(comments);
* Added `context.code` to type `placeholder`.

#### `0.3.1`
* Update to [`cdocparser`](https://github.com/FWeinb/CDocParser) 0.2.1
* Update to [`cdocparser`](https://github.com/FWeinb/CDocParser) 0.2.1

#### `0.3.0`
* Add placeholder support (thanks to [callum](https://github.com/callum))
Expand All @@ -73,7 +76,7 @@ console.log(comments);
* Fixed wrong code extraction for `function` and `mixin`. (See [#11](https://github.com/SassDoc/scss-comment-parser/issues/11))

#### `0.2.2`
* Added `context.code` to type `function` and `mixin` containing the whole code.
* Added `context.code` to type `function` and `mixin` containing the whole code.

#### `0.2.1`
* Fix bug in detection of comment blocks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scss-comment-parser",
"version": "0.7.0",
"version": "0.8.0",
"description": "Parses scss comments to build documentation",
"main": "index.js",
"repository": {
Expand Down

0 comments on commit 026a5ca

Please sign in to comment.