Skip to content

Releases: ChrisWren/grunt-node-inspector

v0.4.2

31 May 11:32
Compare
Choose a tag to compare

Add support for node v5/6. Updated deps.

v0.4.1

04 Oct 08:33
Compare
Choose a tag to compare

Chore release (update README).

v0.4.0

04 Oct 08:18
Compare
Choose a tag to compare

Changed --no-preload option to --preload. Fixed --hidden option parsing. Added SSL options. Support node v4.

Breaking changes:

options['no-preload'] is now options.preload. If you previously set no-preload to true, you should change your gruntfile to set preload to false.