CHANGELOG 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. v0.11.2:
  2. date: 2015-08-03
  3. changes:
  4. - documentation fixes.
  5. v0.11.1:
  6. date: 2015-08-01
  7. changes:
  8. - fixes debug logging.
  9. v0.11.0:
  10. date: 2015-07-30
  11. changes:
  12. - update to connect 3.
  13. v0.10.1:
  14. date: 2015-04-03
  15. changes:
  16. - fixes npm corruption issue
  17. v0.10.0:
  18. date: 2015-04-03
  19. changes:
  20. - node 0.12 fixes
  21. - doc updates
  22. - fixes port finding
  23. - other fixes
  24. v0.9.0:
  25. date: 2014-11-07
  26. changes:
  27. - Adds routable middleware.
  28. - Switch to `opn` as it fixes some Linux issues.
  29. - Add support for connect.static instance options.
  30. v0.8.0:
  31. date: 2014-06-09
  32. changes:
  33. - Update connect and connect-livereload.
  34. v0.7.1:
  35. date: 2014-02-27
  36. changes:
  37. - Fixes issue with the '*' hostname option.
  38. v0.7.0:
  39. date: 2014-02-18
  40. changes:
  41. - Update connect to ~2.13.0.
  42. - Default hostname switched to '0.0.0.0'.
  43. - Modified options.middleware to accept an array or a function.
  44. v0.6.0:
  45. date: 2013-12-29
  46. changes:
  47. - Open options.hostname if provided.
  48. - Update connect-livereload to ~0.3.0.
  49. - Update connect to ~2.12.0.
  50. - Use well-formed ssl certificates.
  51. - Support all options of open.
  52. - Make directory browseable when base is a string.
  53. v0.5.0:
  54. date: 2013-09-05
  55. changes:
  56. - Add 'open' option.
  57. v0.4.2:
  58. date: 2013-09-05
  59. changes:
  60. - Un-normalize options.base as it should be a string or an array as the user has set.
  61. - Fix setting target hostname option.
  62. v0.4.1:
  63. date: 2013-09-02
  64. changes:
  65. - Browse-able directory is the last item supplied to bases.
  66. - Added directory option to override browse-able directory.
  67. v0.4.0:
  68. date: 2013-09-01
  69. changes:
  70. - Fix logging of which server address.
  71. - Ability to set multiple bases.
  72. - Event emitted when server starts listening.
  73. - Support for HTTPS.
  74. - debug option added to display debug logging like the --debug flag.
  75. - livereload option added to inject a livereload snippet into the page.
  76. v0.3.0:
  77. date: 2013-04-10
  78. changes:
  79. - Add ability to listen on system-assigned port.
  80. v0.2.0:
  81. date: 2013-03-07
  82. changes:
  83. - Upgrade connect dependency.
  84. v0.1.2:
  85. date: 2013-02-17
  86. changes:
  87. - Ensure Gruntfile.js is included on npm.
  88. v0.1.1:
  89. date: 2013-02-15
  90. changes:
  91. - First official release for Grunt 0.4.0.
  92. v0.1.1rc6:
  93. date: 2013-01-18
  94. changes:
  95. - Updating grunt/gruntplugin dependencies to rc6.
  96. - Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
  97. v0.1.1rc5:
  98. date: 2013-01-09
  99. changes:
  100. - Updating to work with grunt v0.4.0rc5.
  101. v0.1.0:
  102. date: 2012-11-01
  103. changes:
  104. - Work in progress, not yet officially released.