/node_modules/should/History.md

https://bitbucket.org/gagginaspinnata/todo-app-with-angularjs · Markdown · 128 lines · 86 code · 42 blank · 0 comment · 0 complexity · 16aa3bfe0f5c46af68d7575a3bbf03d1 MD5 · raw file

  1. 1.1.0 / 2012-07-30
  2. ==================
  3. * add enclosing of failure message functions. Closes #81
  4. * add mocha .actual / .expected string support for all assertion values
  5. 0.7.0 / 2012-07-17
  6. ==================
  7. * add `.throw(Constructor)` support [snakamura]
  8. 0.6.3 / 2012-04-26
  9. ==================
  10. * Added object inclusion support back
  11. 0.6.2 / 2012-04-26
  12. ==================
  13. * Added homepage to package.json
  14. * Fixed .equal() with dates. Closes #63
  15. 0.6.1 / 2012-04-10
  16. ==================
  17. * package: add "repository" section [TooTallNate]
  18. * use valueOf() to get the reference the object [TooTallNate]
  19. 0.6.0 / 2012-03-01
  20. ==================
  21. * Added `err.actual` and `err.expected` for .{eql,equal}()
  22. * Added 'return this;' to 'get json' and 'get html' in order to provide chaining for should.be.json and should.be.html
  23. 0.5.1 / 2012-01-13
  24. ==================
  25. * Added better `.json`
  26. * Added better `.html`
  27. 0.5.0 / 2012-01-12
  28. ==================
  29. * Added string matching to `.throw()` [serby]
  30. * Added regexp matching to `.throw()` [serby]
  31. * Added `.includeEql()` [RubenVerborgh]
  32. * Added `.should.be.html`
  33. * Added `.should.be.json`
  34. * Added optional description args to most matchers [Mike Swift]
  35. 0.4.2 / 2011-12-17
  36. ==================
  37. * Fixed .header() for realzzz
  38. 0.4.1 / 2011-12-16
  39. ==================
  40. * Fixed: chain .header() to retain negation
  41. 0.4.0 / 2011-12-16
  42. ==================
  43. * Added `.should.throw()`
  44. * Added `.include()` support for strings
  45. * Added `.include()` support for arrays
  46. * Removed `keys()` `.include` modifier support
  47. * Removed `.object()`
  48. * Removed `.string()`
  49. * Removed `.contain()`
  50. * Removed `.respondTo()` rubyism
  51. * expresso -> mocha
  52. 0.3.2 / 2011-10-24
  53. ==================
  54. * Fixed tests for 0.5.x
  55. * Fixed sys warning
  56. 0.3.1 / 2011-08-22
  57. ==================
  58. * configurable
  59. 0.3.0 / 2011-08-20
  60. ==================
  61. * Added assertion for inclusion of an object: `foo.should.include.object({ foo: 'bar' })`
  62. 0.2.1 / 2011-05-13
  63. ==================
  64. * Fixed .status(code). Closes #18
  65. 0.2.0 / 2011-04-17
  66. ==================
  67. * Added `res.should.have.status(code)` method
  68. * Added `res.should.have.header(field, val)` method
  69. 0.1.0 / 2011-04-06
  70. ==================
  71. * Added `should.exist(obj)` [aseemk]
  72. * Added `should.not.exist(obj)` [aseemk]
  73. 0.0.4 / 2010-11-24
  74. ==================
  75. * Added `.ok` to assert truthfulness
  76. * Added `.arguments`
  77. * Fixed double required bug. [thanks dominictarr]
  78. 0.0.3 / 2010-11-19
  79. ==================
  80. * Added `true` / `false` assertions
  81. 0.0.2 / 2010-11-19
  82. ==================
  83. * Added chaining support
  84. 0.0.1 / 2010-11-19
  85. ==================
  86. * Initial release