PageRenderTime 36ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/History.md

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
Markdown | 128 lines | 92 code | 36 blank | 0 comment | 0 complexity | 552aae2c5b693bb61b1fb19802c25a97 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. 0.7.2 / 2010-12-29
  2. ==================
  3. * Fixed problem with `listen()` sometimes firing on the same tick [guillermo]
  4. 0.7.1 / 2010-12-28
  5. ==================
  6. * Fixed `assert.request()` client logic into an issue() function, fired upon the `listen()` callback if the server doesn't have an assigned fd. [guillermo]
  7. * Removed `--watch`
  8. 0.7.0 / 2010-11-19
  9. ==================
  10. * Removed `assert` from test function signature
  11. Just use `require('assert')` :) this will make integration
  12. with libraries like [should](http://github.com/visionmedia/should) cleaner.
  13. 0.6.4 / 2010-11-02
  14. ==================
  15. * Added regexp support to `assert.response()` headers
  16. * Removed `waitForExit` code, causing issues
  17. 0.6.3 / 2010-11-02
  18. ==================
  19. * Added `assert.response()` body RegExp support
  20. * Fixed issue with _--serial_ not executing files sequentially. Closes #42
  21. * Fixed hang when modules use `setInterval` - monitor running tests & force the process to quit after all have completed + timeout [Steve Mason]
  22. 0.6.2 / 2010-09-17
  23. ==================
  24. * Added _node-jsocoverage_ to package.json (aka will respect npm's binroot)
  25. * Added _-t, --timeout_ MS option, defaulting to 2000 ms
  26. * Added _-s, --serial_
  27. * __PREFIX__ clobberable
  28. * Fixed `assert.response()` for latest node
  29. * Fixed cov reporting from exploding on empty files
  30. 0.6.2 / 2010-08-03
  31. ==================
  32. * Added `assert.type()`
  33. * Renamed `assert.isNotUndefined()` to `assert.isDefined()`
  34. * Fixed `assert.includes()` param ordering
  35. 0.6.0 / 2010-07-31
  36. ==================
  37. * Added _docs/api.html_
  38. * Added -w, --watch
  39. * Added `Array` support to `assert.includes()`
  40. * Added; outputting exceptions immediately. Closes #19
  41. * Fixed `assert.includes()` param ordering
  42. * Fixed `assert.length()` param ordering
  43. * Fixed jscoverage links
  44. 0.5.0 / 2010-07-16
  45. ==================
  46. * Added support for async exports
  47. * Added timeout support to `assert.response()`. Closes #3
  48. * Added 4th arg callback support to `assert.response()`
  49. * Added `assert.length()`
  50. * Added `assert.match()`
  51. * Added `assert.isUndefined()`
  52. * Added `assert.isNull()`
  53. * Added `assert.includes()`
  54. * Added growlnotify support via -g, --growl
  55. * Added -o, --only TESTS. Ex: --only "test foo()" --only "test foo(), test bar()"
  56. * Removed profanity
  57. 0.4.0 / 2010-07-09
  58. ==================
  59. * Added reporting source coverage (respects --boring for color haters)
  60. * Added callback to assert.response(). Closes #12
  61. * Fixed; putting exceptions to stderr. Closes #13
  62. 0.3.1 / 2010-06-28
  63. ==================
  64. * Faster assert.response()
  65. 0.3.0 / 2010-06-28
  66. ==================
  67. * Added -p, --port NUM flags
  68. * Added assert.response(). Closes #11
  69. 0.2.1 / 2010-06-25
  70. ==================
  71. * Fixed issue with reporting object assertions
  72. 0.2.0 / 2010-06-21
  73. ==================
  74. * Added `make uninstall`
  75. * Added better readdir() failure message
  76. * Fixed `make install` for kiwi
  77. 0.1.0 / 2010-06-15
  78. ==================
  79. * Added better usage docs via --help
  80. * Added better conditional color support
  81. * Added pre exit assertion support
  82. 0.0.3 / 2010-06-02
  83. ==================
  84. * Added more room for filenames in test coverage
  85. * Added boring output support via --boring (suppress colored output)
  86. * Fixed async failure exit status
  87. 0.0.2 / 2010-05-30
  88. ==================
  89. * Fixed exit status for CI support
  90. 0.0.1 / 2010-05-30
  91. ==================
  92. * Initial release