|
6 | 6 |
|
7 | 7 | ## 1.0.0-rc.13
|
8 | 8 |
|
9 |
| -* Fixed an issue with empty documented items ([#84](https://github.com/SassDoc/SassDoc/issues/84)) |
10 |
| -* Normalized description in annotations ([#81](https://github.com/SassDoc/SassDoc/issues/81)) |
11 |
| -* Made requiring a variable less error-prone ([#74](https://github.com/SassDoc/SassDoc/issues/74)) |
| 9 | +* Fixed an issue with empty documented items ([#84](https://github.com/SassDoc/sassdoc/issues/84)) |
| 10 | +* Normalized description in annotations ([#81](https://github.com/SassDoc/sassdoc/issues/81)) |
| 11 | +* Made requiring a variable less error-prone ([#74](https://github.com/SassDoc/sassdoc/issues/74)) |
12 | 12 |
|
13 | 13 | ## 1.0.0-rc.12
|
14 | 14 |
|
15 |
| -* Fixed minor issues when parsing `@param` ([#59](https://github.com/SassDoc/SassDoc/issues/59), [#60](https://github.com/SassDoc/SassDoc/issues/60), [#62](https://github.com/SassDoc/SassDoc/issues/62)) |
16 |
| -* Fixed an issue with `@import` being parsed ([#73](https://github.com/SassDoc/SassDoc/issues/73)) |
17 |
| -* Added language detection to `@example` ([#54](https://github.com/SassDoc/SassDoc/issues/54)) |
18 |
| -* Major style changes ([#65](https://github.com/SassDoc/SassDoc/issues/65)) |
19 |
| -* Improved view structure |
| 15 | +* Fixed minor issues when parsing `@param` ([#59](https://github.com/SassDoc/sassdoc/issues/59), [#60](https://github.com/SassDoc/sassdoc/issues/60), [#62](https://github.com/SassDoc/sassdoc/issues/62)) |
| 16 | +* Fixed an issue with `@import` being parsed ([#73](https://github.com/SassDoc/sassdoc/issues/73)) |
| 17 | +* Added language detection to `@example` ([#54](https://github.com/SassDoc/sassdoc/issues/54)) |
| 18 | +* Major style changes ([#65](https://github.com/SassDoc/sassdoc/issues/65)) |
| 19 | +* Improved view structure |
20 | 20 | * Improved DOM structure
|
21 | 21 | * Improved SCSS structure
|
22 |
| -* Added Grunt ([#55](https://github.com/SassDoc/SassDoc/issues/55)) |
| 22 | +* Added Grunt ([#55](https://github.com/SassDoc/sassdoc/issues/55)) |
23 | 23 | * Removed Makefile
|
24 |
| -* Added Travis ([#63](https://github.com/SassDoc/SassDoc/issues/63)) |
| 24 | +* Added Travis ([#63](https://github.com/SassDoc/sassdoc/issues/63)) |
25 | 25 |
|
26 | 26 | ## 1.0.0-rc.11
|
27 | 27 |
|
|
34 | 34 |
|
35 | 35 | ## 1.0.0-rc.10
|
36 | 36 |
|
37 |
| -* Added a footer ([#57](https://github.com/SassDoc/SassDoc/issues/57)) |
| 37 | +* Added a footer ([#57](https://github.com/SassDoc/sassdoc/issues/57)) |
38 | 38 | * Changed the structure of `view.json`
|
39 |
| -* Added license (MIT) ([#58](https://github.com/SassDoc/SassDoc/issues/58)) |
| 39 | +* Added license (MIT) ([#58](https://github.com/SassDoc/sassdoc/issues/58)) |
40 | 40 |
|
41 | 41 | ## 1.0.0-rc.9
|
42 | 42 |
|
|
45 | 45 | * Authorized markdown on `@author`
|
46 | 46 | * Added a favicon
|
47 | 47 | * Fixed tiny typo in console warning
|
48 |
| -* Added anchor to each item ([#56](https://github.com/SassDoc/SassDoc/issues/56)) |
| 48 | +* Added anchor to each item ([#56](https://github.com/SassDoc/sassdoc/issues/56)) |
49 | 49 |
|
50 | 50 | ## 1.0.0-rc.8
|
51 | 51 |
|
|
57 | 57 | ## 1.0.0-rc.7
|
58 | 58 |
|
59 | 59 | * Fixed an issue where links were not displayed
|
60 |
| -* Added `--version` option ([#51](https://github.com/SassDoc/SassDoc/issues/51)) |
| 60 | +* Added `--version` option ([#51](https://github.com/SassDoc/sassdoc/issues/51)) |
61 | 61 | * Improved Sass and Swig structure
|
62 |
| -* Improved the way we display `@deprecated` ([#50](https://github.com/SassDoc/SassDoc/issues/50)) |
| 62 | +* Improved the way we display `@deprecated` ([#50](https://github.com/SassDoc/sassdoc/issues/50)) |
63 | 63 |
|
64 | 64 | ## 1.0.0-rc.6
|
65 | 65 |
|
|
104 | 104 |
|
105 | 105 | ## 0.4.0
|
106 | 106 |
|
107 |
| -* Added a way to impact the view with `view.json` |
| 107 | +* Added a way to impact the view with `view.json` |
108 | 108 |
|
109 | 109 | ## 0.3.9
|
110 | 110 |
|
|
153 | 153 |
|
154 | 154 | ## 0.1.0
|
155 | 155 |
|
156 |
| -* Initial commit |
| 156 | +* Initial commit |
0 commit comments