mirror of
https://github.com/documentationjs/documentation.git
synced 2026-02-01 14:53:07 +00:00
1.5 KiB
1.5 KiB
2.0.0
- Breaking: Removes
docsetsupport from documentation.js: this will be supported by a 3rd party tool in the future. This removal means that we no longer have node-sqlite3 as a dependency, and documentation can be installed on systems without a compile toolchain. - JSDoc parse errors are now printed to stderr.
- Parameter tags that document sub-parameters, such as
@param {Type} options.option, are now nested under their parent parameter. - HTML output now includes events.
- Error messages now include source file name and line number.
- @typedef names are now inferred correctly.
1.4.0
- Output for the
@throwstag. - Output in HTML for the
@propertiestag.
1.3.0
- Now infers
namefromclassandeventtags - Support for documenting C++ code with the
polyglotoption and--polyglotCLI option - Fixed github linking
- Support for JSDoc3-style bracketed optional parameters, like
/**
* @param {Type} [param=defaultValue]
*/
1.2.0
- Transforms in package.json
browserify.transformfields are now applied to source code so that babel, etc can be supported. - Fixes crash caused by requiring JSON files
1.1.0
- Add
externaloption that allows the user to whitelist specific external modules to be included in with documentation.
1.0.7
- Fixes sorting order of documentation
- Switches order of static and instance members in output