v0.11.2: date: 2015-08-03 changes: - documentation fixes. v0.11.1: date: 2015-08-01 changes: - fixes debug logging. v0.11.0: date: 2015-07-30 changes: - update to connect 3. v0.10.1: date: 2015-04-03 changes: - fixes npm corruption issue v0.10.0: date: 2015-04-03 changes: - node 0.12 fixes - doc updates - fixes port finding - other fixes v0.9.0: date: 2014-11-07 changes: - Adds routable middleware. - Switch to `opn` as it fixes some Linux issues. - Add support for connect.static instance options. v0.8.0: date: 2014-06-09 changes: - Update connect and connect-livereload. v0.7.1: date: 2014-02-27 changes: - Fixes issue with the '*' hostname option. v0.7.0: date: 2014-02-18 changes: - Update connect to ~2.13.0. - Default hostname switched to '0.0.0.0'. - Modified options.middleware to accept an array or a function. v0.6.0: date: 2013-12-29 changes: - Open options.hostname if provided. - Update connect-livereload to ~0.3.0. - Update connect to ~2.12.0. - Use well-formed ssl certificates. - Support all options of open. - Make directory browseable when base is a string. v0.5.0: date: 2013-09-05 changes: - Add 'open' option. v0.4.2: date: 2013-09-05 changes: - Un-normalize options.base as it should be a string or an array as the user has set. - Fix setting target hostname option. v0.4.1: date: 2013-09-02 changes: - Browse-able directory is the last item supplied to bases. - Added directory option to override browse-able directory. v0.4.0: date: 2013-09-01 changes: - Fix logging of which server address. - Ability to set multiple bases. - Event emitted when server starts listening. - Support for HTTPS. - debug option added to display debug logging like the --debug flag. - livereload option added to inject a livereload snippet into the page. v0.3.0: date: 2013-04-10 changes: - Add ability to listen on system-assigned port. v0.2.0: date: 2013-03-07 changes: - Upgrade connect dependency. v0.1.2: date: 2013-02-17 changes: - Ensure Gruntfile.js is included on npm. v0.1.1: date: 2013-02-15 changes: - First official release for Grunt 0.4.0. v0.1.1rc6: date: 2013-01-18 changes: - Updating grunt/gruntplugin dependencies to rc6. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions. v0.1.1rc5: date: 2013-01-09 changes: - Updating to work with grunt v0.4.0rc5. v0.1.0: date: 2012-11-01 changes: - Work in progress, not yet officially released.