Jsdoc Api Versions Save

A programmatic interface for jsdoc3 with a few extra features

v8.0.0

1 year ago

Breaking change since 7.1.1

  • Upgraded to use jsdoc v4.0.0. Jsdoc replaced its internal use of taffy-db with a handrolled polyfill.

v2.0.0

7 years ago
  • Removed the streaming interface (.createExplainStream()).

The main (and possibly only) benefit of streams is the ability to receive and process data as it is being created, without first needing to wait for the data source to finish. However, jsdoc-api was unable to supply output to .createExplainStream() before the underlying jsdoc process had completed, thus leaving no reason for the streaming interface to exist.