Releases: krampstudio/grunt-jsdoc
Releases · krampstudio/grunt-jsdoc
v2.4.1
Version 2.4.0
- Update to jsdoc 3.6.0 (security update)
- Increase supported node versions
2.3.1
Release Notes :
- fix version of transitive dependency marked to prevent regex dos
2.2.1
Temporary fix the version of marked
to prevent XSS (jsdoc
should fix it to, so we will be able to remove the dependency)
2.2.0
- update jsdoc to
3.5.x
branch - min required node version is now
4.2.0
2.1.1
version 2.1.0
- use
cross-spawn
instead ofcross-spawn-async
, - add
generating
andgenerated
grunt events
version 2.0.0
- the
private
option uses the default behavior, cross-spawn-async
is used instead of manual windows management- better support for config only
- peerDependency to fit grunt 1.0.0
- plugin's internal up date (jshint to eslint, new tests, etc.)
1.1.0
- update to jsdoc 3.4.0
- make
dest
/options.destination
optional when the jsdoc config is set.
version 1.0.0
- breaking compatibility with 0.X.X : remove direct dependency to docstrap
- test it using node 4 and npm 3