UNPKG

5.57 kBMarkdownView Raw
1# Changelog
2
3## 2.0.3 (May 30, 2017)
4
5- Fixed issue with loading plugins via absolute paths.
6- Updated packages.
7- Updated tests.
8
9## 2.0.2 (February 15, 2017)
10
11- Set the rejection reason to an Error object.
12- Updated documentation.
13- Updated packages.
14- Added yarn support.
15
16## 2.0.1 (December 15, 2016)
17
18- Prevent update notification from displaying when piping output.
19- Updated packages.
20
21## 2.0.0 (December 8, 2016)
22
23- Changed `parseInput` to `parseFile`
24- Added `setConfigDefaults` method.
25- Added ability to load custom parsers.
26- Filter out files with no methods.
27- Updated packages.
28
29## 1.1.3 (November 7, 2016)
30
31- Added update-notifier.
32
33## 1.1.2 (November 4, 2016)
34
35- Added local plugin resolution.
36- Updated packages.
37
38## 1.1.1 (October 28, 2016)
39
40- Fixed issue with loading custom parsers and plugins.
41
42## 1.1.0 (October 25, 2016)
43
44- Added ignore flag.
45- Added "tests" to default ignored folder names.
46
47## 1.0.1 (October 24, 2016)
48
49- Fixed issue with pattern matching.
50
51## 1.0.0 (October 24, 2016)
52
53- Rewrite to support custom parsers and plugins.
54
55## 0.1.15 (August 21, 2016)
56
57- Updated packages.
58
59## 0.1.14 (May 15, 2016)
60
61- Updated packages.
62
63## 0.1.13 (May 4, 2016)
64
65- Improved regular expression for matching excluded directories and files.
66- Added support for multiple inputs.
67- Updated packages.
68
69## 0.1.12 (April 3, 2016)
70
71- Fixed issue locating package.json file.
72- Updated packages.
73
74## 0.1.11 (March 25, 2016)
75
76- Updated packages.
77
78## 0.1.10 (November 13, 2015)
79
80- Fixed regression with output generated via non-promise logic.
81
82## 0.1.9 (November 2, 2015)
83
84- Support for Node.js 0.12, 4.0, 5.0
85- Updated packages.
86
87## 0.1.8 (August 3, 2015)
88
89- Updated packages.
90
91## 0.1.7 (May 31, 2015)
92
93- Updated packages.
94
95## 0.1.6 (April 12, 2015)
96
97- Updated packages.
98- Fixed Markdown issue with underscores in method names.
99- Fixed Markdown issue with headers on npmjs.com
100
101## 0.1.5 (April 5, 2015)
102
103- Updated packages.
104- Added support for node 0.12.x.
105- Updated tests.
106
107## 0.1.4 (February 19, 2015)
108
109- Added export to wiki.
110- Updated packages.
111
112## 0.1.3 (January 26, 2015)
113
114- Added highlight.js support to markdown content.
115- Updated `promise` and `marked` packages.
116
117## 0.1.2 (January 13, 2015)
118
119- Removed parameters from Dash search index. ([@Kapeli](https://github.com/Kapeli))
120- Use FQN when adding properties to Dash search index. ([@Kapeli](https://github.com/Kapeli))
121- Optimized Dash tooltips. ([@Kapeli](https://github.com/Kapeli))
122- Fixed a bug where a missing property would cause app to crash.
123
124## 0.1.1 (January 1, 2015)
125
126- Added tests.
127- Bootstrap template now includes parameters after each function name with optional brackets.
128- Markdown template now includes parameters after each function name with optional brackets.
129- Dash template now includes parameters after each function name with optional brackets.
130- Added parameters and properties to dash export.
131
132## 0.1.0 (December 24, 2014)
133
134- Restructured data returned from `utils.parseData` method.
135- Renamed method `utils.findPackage` to `utils.findPackagePath` to better reflect it's purpose.
136- package.json contents is now passed through to the template as `pkg`.
137- Bootstrap template redesigned.
138- Bootstrap template updated to include homepage link and version number.
139- Bootstrap template now includes deeplinks to individual files.
140- Removed options from Bootstrap template for toggling code blocks and private methods.
141- Consolidated Bootstrap template resources.
142- Markdown template updated to include homepage link and version number.
143- Fixed issue with improperly detecting language through highlight.js handlebars helper.
144
145## 0.0.18 (December 12, 2014)
146
147- Improved Dash docset generation.
148- Removed brackets from around optional tag names.
149
150## 0.0.17 (December 7, 2014)
151
152- Removed paragraph tag from descriptions.
153- Forced language on highlight method.
154
155## 0.0.16 (December 6, 2014)
156
157- Added promise to buildDashDocSet method.
158
159## 0.0.15 (December 5, 2014)
160
161- Added offline support to dash documentation.
162
163## 0.0.14 (December 5, 2014)
164
165- Added new export to Dash.
166- Updated to latest version of dox.
167
168## 0.0.13 (October 16, 2014)
169
170- Large code blocks are now pre-highlighted.
171- Updated to latest version of dox.
172
173## 0.0.12 (October 2, 2014)
174
175- Added text overflow to methods to prevent overlapping body content.
176
177## 0.0.11 (September 11, 2014)
178
179- Removed tag made redundant by doxdox 0.5.0 update.
180- Fixed bug related to relative directories.
181- Added findPackage method to utils.
182
183## 0.0.10 (September 8, 2014)
184
185- Updated to latest version of Handlebars.
186
187## 0.0.9 (September 6, 2014)
188
189- Fixed issue with relative source paths.
190- Updated to latest version of dox.
191
192## 0.0.8 (September 5, 2014)
193
194- Updated to latest version of dox.
195
196## 0.0.7 (August 18, 2014)
197
198- Added support for examples tag.
199- Added support for returns tag.
200- Added both `bower_components` and `gulpfile` to default walk exceptions.
201
202## 0.0.6 (August 17, 2014)
203
204- Added support for custom Handlebars templates.
205- Improved built-in template selection (now case insensitive).
206
207## 0.0.5 (August 17, 2014)
208
209- Added support for crawling directories.
210- Added support for pulling title and description from package.json files.
211- Added "Back to Top" link.
212- Minor visual changes.
213
214## 0.0.4 (August 10, 2014)
215
216- Improved Node.js support with the addition of a new method: parseFile.
217
218## 0.0.3 (August 10, 2014)
219
220- Updated doxdox to be importable through Node.js
221
222## 0.0.2 (August 7, 2014)
223
224- Added output flag.
225- Added syntax highlighting to Bootstrap layout.
226
227## 0.0.1 (August 3, 2014)
228
229- Initial public release.