Skip to content

Breaking since 1.2.4

Compare
Choose a tag to compare
@75lb 75lb released this 19 Aug 09:39
· 118 commits to master since this release
  • 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.