|
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
23 | 22 | 0.8.1 / 2016-03-29
|
24 | 23 | ==================
|
25 | 24 |
|
@@ -117,108 +116,107 @@ Context parsing has been re-factored into an array of functions that are iterate
|
117 | 116 | 0.4.6 / 2014-07-09
|
118 | 117 | ==================
|
119 | 118 |
|
120 |
| - * do not wrap @example contents with markdown |
| 119 | +* do not wrap @example contents with markdown |
121 | 120 |
|
122 | 121 | 0.4.5 / 2014-07-09
|
123 | 122 | ==================
|
124 | 123 |
|
125 |
| - * use marked for markdown rendering |
126 |
| - * multiline tags support (@example) |
127 |
| - * support for @template, @property, @define, @public, @private, @protected, |
128 |
| - @lends, @extends, @implements, @enum, @typedef |
| 124 | +* use marked for markdown rendering |
| 125 | +* multiline tags support (@example) |
| 126 | +* support for @template, @property, @define, @public, @private, @protected, |
| 127 | + @lends, @extends, @implements, @enum, @typedef |
129 | 128 |
|
130 | 129 | 0.4.4 / 2013-07-28
|
131 | 130 | ==================
|
132 | 131 |
|
133 |
| - * add support for variable names containing "$". fix #102 |
| 132 | +* add support for variable names containing "$". fix #102 |
134 | 133 |
|
135 | 134 | 0.4.3 / 2013-03-18
|
136 | 135 | ==================
|
137 | 136 |
|
138 |
| - * fix dox(1) --version. Closes #91 |
139 |
| - * fix ctx.string on properties of a prototype |
140 |
| - * add support tab-indented comments |
| 137 | +* fix dox(1) --version. Closes #91 |
| 138 | +* fix ctx.string on properties of a prototype |
| 139 | +* add support tab-indented comments |
141 | 140 |
|
142 | 141 | 0.4.2 / 2013-01-18
|
143 | 142 | ==================
|
144 | 143 |
|
145 |
| - * Prevent error when using --api & comments have no example code. |
| 144 | +* Prevent error when using --api & comments have no example code. |
146 | 145 |
|
147 | 146 | 0.4.1 / 2012-11-11
|
148 | 147 | ==================
|
149 | 148 |
|
150 |
| - * change # to . in --api |
| 149 | +* change # to . in --api |
151 | 150 |
|
152 | 151 | 0.4.0 / 2012-11-09
|
153 | 152 | ==================
|
154 | 153 |
|
155 |
| - * add TOC to --api. Closes #72 |
156 |
| - * add gfm code blocks. Closes #71 |
157 |
| - * remove implicit titles. Closes #70 |
| 154 | +* add TOC to --api. Closes #72 |
| 155 | +* add gfm code blocks. Closes #71 |
| 156 | +* remove implicit titles. Closes #70 |
158 | 157 |
|
159 | 158 | 0.3.3 / 2012-10-16
|
160 | 159 | ==================
|
161 | 160 |
|
162 |
| - * fix --api .receiver |
| 161 | +* fix --api .receiver |
163 | 162 |
|
164 | 163 | 0.3.2 / 2012-10-01
|
165 | 164 | ==================
|
166 | 165 |
|
167 |
| - * add dox --api |
| 166 | +* add dox --api |
168 | 167 |
|
169 | 168 | 0.3.1 / 2012-04-25
|
170 | 169 | ==================
|
171 | 170 |
|
172 |
| - * Fixed annoying title bug |
| 171 | +* Fixed annoying title bug |
173 | 172 |
|
174 | 173 | 0.3.0 / 2012-03-27
|
175 | 174 | ==================
|
176 | 175 |
|
177 |
| - * Added __@memberOf__ [olivernn] |
178 |
| - * Added __@arguments__ [olivernn] |
179 |
| - * Added __@borrows__ [olivernn] |
| 176 | +* Added __@memberOf__ [olivernn] |
| 177 | +* Added __@arguments__ [olivernn] |
| 178 | +* Added __@borrows__ [olivernn] |
180 | 179 |
|
181 | 180 | 0.2.0 / 2012-02-23
|
182 | 181 | ==================
|
183 | 182 |
|
184 |
| - * Added `-r, --raw` support. Closes #48 |
| 183 | +* Added `-r, --raw` support. Closes #48 |
185 | 184 |
|
186 | 185 | 0.1.3 / 2011-12-08
|
187 | 186 | ==================
|
188 | 187 |
|
189 |
| - * Added: allow arbitrary tags [logicalparadox] |
190 |
| - * Fixed function whitespace [TooTallNate] |
| 188 | +* Added: allow arbitrary tags [logicalparadox] |
| 189 | +* Fixed function whitespace [TooTallNate] |
191 | 190 |
|
192 | 191 | 0.1.2 / 2011-10-22
|
193 | 192 | ==================
|
194 | 193 |
|
195 |
| - * remove html escaping for now |
| 194 | +* remove html escaping for now |
196 | 195 |
|
197 | 196 | 0.1.1 / 2011-10-10
|
198 | 197 | ==================
|
199 | 198 |
|
200 |
| - * Fixed: colons in comment lines not intended as headers [Evan Owen] |
| 199 | +* Fixed: colons in comment lines not intended as headers [Evan Owen] |
201 | 200 |
|
202 | 201 | 0.0.5 / 2011-03-02
|
203 | 202 | ==================
|
204 | 203 |
|
205 |
| - * Adding "main" to package descriptor since "directories" are no longer supported. |
| 204 | +* Adding "main" to package descriptor since "directories" are no longer supported. |
206 | 205 |
|
207 | 206 | 0.0.4 / 2011-01-20
|
208 | 207 | ==================
|
209 | 208 |
|
210 |
| - * Added `--intro` support for including an intro file written in markdown [Alex Young] |
| 209 | +* Added `--intro` support for including an intro file written in markdown [Alex Young] |
211 | 210 |
|
212 | 211 | 0.0.3 / 2010-07-15
|
213 | 212 | ==================
|
214 | 213 |
|
215 |
| - * Linked h2s |
| 214 | +* Linked h2s |
216 | 215 |
|
217 | 216 | 0.0.2 / 2010-07-15
|
218 | 217 | ==================
|
219 | 218 |
|
220 |
| - * Collapsing files, click to open. Closes #19 |
221 |
| - * Fixed ribbon position instead of absolute |
222 |
| - * Removed menu |
223 |
| - * Removed node-discount dependency, using markdown-js |
224 |
| - |
| 219 | +* Collapsing files, click to open. Closes #19 |
| 220 | +* Fixed ribbon position instead of absolute |
| 221 | +* Removed menu |
| 222 | +* Removed node-discount dependency, using markdown-js |
0 commit comments