Skip to content

Releases: jsdoc/jsdoc

JSDoc 3.5.5

14 Sep 02:54
Compare
Choose a tag to compare

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

JSDoc 3.5.4

04 Aug 22:08
Compare
Choose a tag to compare

This version of JSDoc includes a variety of bug fixes.

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

JSDoc 3.5.3

14 Jul 02:50
Compare
Choose a tag to compare

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.

JSDoc 3.5.2

12 Jul 18:25
Compare
Choose a tag to compare

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.

JSDoc 3.5.1

10 Jul 18:23
Compare
Choose a tag to compare

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.

JSDoc 3.5.0

10 Jul 18:01
Compare
Choose a tag to compare

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.

JSDoc 3.4.3

10 Nov 00:29
Compare
Choose a tag to compare

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

JSDoc 3.4.2

03 Oct 18:18
Compare
Choose a tag to compare

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.

JSDoc 3.4.1

08 Sep 23:25
Compare
Choose a tag to compare

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.

JSDoc 3.4.0

18 Nov 00:51
Compare
Choose a tag to compare

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.