Jsdoc Versions Save

An API documentation generator for JavaScript.

3.5.5

6 years ago

This version of JSDoc fixes an incompatibility with Node.js 8.5.0.

3.5.4

6 years ago

This version of JSDoc includes a variety of bug fixes.

For a complete list of changes, see the changelog on GitHub.

3.5.3

6 years ago

This version of JSDoc includes a variety of bug fixes, including the following:

  • Non-JSDoc comments (comments that do not begin with /**) are now ignored.
  • JSDoc no longer crashes when it parses a class property with no value assigned to it.
  • When there are JSDoc comments at the end of a source file that has a 'use strict'; directive, the comments are no longer ignored.
  • Namepaths that contain an @ sign (for example, module:@prefix/my-module~myCallback) are now parsed correctly.

For a complete list of changes, see the changelog on GitHub.

3.5.2

6 years ago

This version of JSDoc fixes an issue with using the @hideconstructor tag with the default template. It is also better at locating plugins and template resources.

For a complete list of changes, see the changelog on GitHub.

3.5.1

6 years ago

This version of JSDoc includes the following bug fixes:

  • Fixed an issue that prevented JSDoc from working on versions of Node.js prior to 5.10.0.
  • If the JSDoc configuration file does not have a file extension, JSDoc now assumes that the file is in JSON format.

3.5.0

6 years ago

This version of JSDoc includes the following major changes:

  • JSDoc now uses the Babylon JavaScript parser, which means that JSDoc can parse any JavaScript or JSX file that is supported by the Babel compiler.
  • You can now use a JavaScript file to configure JSDoc. See the documentation for details and examples.
  • Fixed multiple issues with documenting ES2015 classes and modules.
  • JSDoc now requires Node.js 4.2.0 or later.

For a complete list of changes, see the changelog on GitHub.

3.4.3

7 years ago

This version of JSDoc includes an updated LICENSE.md file. There are no other changes in this release.

3.4.2

7 years ago

This version of JSDoc fixes an issue with classes exported from an ES2015 module, along with other minor bugs.

For a complete list of changes, see the changelog on GitHub.

3.4.1

7 years ago

This version of JSDoc pulls all of its dependencies from NPM, and it fixes some critical issues with ES2015 classes and modules.

For a complete list of changes, see the changelog on GitHub.

3.4.0

8 years ago

This version of JSDoc works with Node.js 4.0 and later, and it fully supports ECMAScript 2015 (ES6) and JSX code. Mozilla Rhino is no longer supported.

For a complete list of changes, see the changelog on GitHub.