[516] | 1 | 2.1.1 / 2013-12-05 |
---|
| 2 | ================== |
---|
| 3 | |
---|
| 4 | * Move date formatting out of should.inspect |
---|
| 5 | |
---|
[484] | 6 | 2.1.0 / 2013-11-11 |
---|
| 7 | ================== |
---|
| 8 | |
---|
| 9 | * Override .inspect for Date's to convert them to ISOString |
---|
| 10 | |
---|
| 11 | 2.0.2 / 2013-10-21 |
---|
| 12 | ================== |
---|
| 13 | |
---|
| 14 | * Add '#of' as getter for chaining. |
---|
| 15 | * Exclude browser script for .npmignore. |
---|
| 16 | |
---|
| 17 | 2.0.1 / 2013-10-10 |
---|
| 18 | ================== |
---|
| 19 | |
---|
| 20 | * Fix wrong path in .npmignore. |
---|
| 21 | |
---|
| 22 | 2.0.0 / 2013-10-10 |
---|
| 23 | ================== |
---|
| 24 | |
---|
| 25 | * breaking change: #a now getter like #an. Was replaced with #type(str) |
---|
| 26 | * breaking change: #empty does not check length for objects. Now it check if object do not have own properties. |
---|
| 27 | * #properties check if object have some properties |
---|
| 28 | * util.inspect now exposed as should.inspect |
---|
| 29 | * assertions for NaN, Infinity, Array, Object, String, Boolean, Number, Error, Function |
---|
| 30 | * #equal got alias #exactly |
---|
| 31 | |
---|
| 32 | 1.3.0 / 2013-09-13 |
---|
| 33 | ================== |
---|
| 34 | |
---|
| 35 | * fix doc for .keys. Closes #108. |
---|
| 36 | * add #endWith() |
---|
| 37 | * add .startWith (#119) |
---|
| 38 | |
---|
| 39 | 1.2.2 / 2013-02-19 |
---|
| 40 | ================== |
---|
| 41 | |
---|
| 42 | * fix should.be.instanceOf() failure on Date |
---|
| 43 | |
---|
| 44 | 1.2.1 / 2012-11-02 |
---|
| 45 | ================== |
---|
| 46 | |
---|
| 47 | * add .showDiff |
---|
| 48 | * Make instanceOf and throwError be aliased like others [alFReD-NSH] |
---|
| 49 | * Fix should[.not].exist not having stack trace #84 [alFReD-NSH] |
---|
| 50 | |
---|
| 51 | 1.2.0 / 2012-09-21 |
---|
| 52 | ================== |
---|
| 53 | |
---|
| 54 | * Added #approximately(value, delta, description) for doing assertions on results of operations with numbers. [titarenko] |
---|
| 55 | |
---|
| 56 | 1.1.1 / 2012-09-19 |
---|
| 57 | ================== |
---|
| 58 | |
---|
| 59 | * add .type for eql()s assert |
---|
| 60 | |
---|
| 61 | 1.1.0 / 2012-07-30 |
---|
| 62 | ================== |
---|
| 63 | |
---|
| 64 | * add enclosing of failure message functions. Closes #81 |
---|
| 65 | * add mocha .actual / .expected string support for all assertion values |
---|
| 66 | |
---|
| 67 | 0.7.0 / 2012-07-17 |
---|
| 68 | ================== |
---|
| 69 | |
---|
| 70 | * add `.throw(Constructor)` support [snakamura] |
---|
| 71 | |
---|
| 72 | 0.6.3 / 2012-04-26 |
---|
| 73 | ================== |
---|
| 74 | |
---|
| 75 | * Added object inclusion support back |
---|
| 76 | |
---|
| 77 | 0.6.2 / 2012-04-26 |
---|
| 78 | ================== |
---|
| 79 | |
---|
| 80 | * Added homepage to package.json |
---|
| 81 | * Fixed .equal() with dates. Closes #63 |
---|
| 82 | |
---|
| 83 | 0.6.1 / 2012-04-10 |
---|
| 84 | ================== |
---|
| 85 | |
---|
| 86 | * package: add "repository" section [TooTallNate] |
---|
| 87 | * use valueOf() to get the reference the object [TooTallNate] |
---|
| 88 | |
---|
| 89 | 0.6.0 / 2012-03-01 |
---|
| 90 | ================== |
---|
| 91 | |
---|
| 92 | * Added `err.actual` and `err.expected` for .{eql,equal}() |
---|
| 93 | * Added 'return this;' to 'get json' and 'get html' in order to provide chaining for should.be.json and should.be.html |
---|
| 94 | |
---|
| 95 | 0.5.1 / 2012-01-13 |
---|
| 96 | ================== |
---|
| 97 | |
---|
| 98 | * Added better `.json` |
---|
| 99 | * Added better `.html` |
---|
| 100 | |
---|
| 101 | 0.5.0 / 2012-01-12 |
---|
| 102 | ================== |
---|
| 103 | |
---|
| 104 | * Added string matching to `.throw()` [serby] |
---|
| 105 | * Added regexp matching to `.throw()` [serby] |
---|
| 106 | * Added `.includeEql()` [RubenVerborgh] |
---|
| 107 | * Added `.should.be.html` |
---|
| 108 | * Added `.should.be.json` |
---|
| 109 | * Added optional description args to most matchers [Mike Swift] |
---|
| 110 | |
---|
| 111 | 0.4.2 / 2011-12-17 |
---|
| 112 | ================== |
---|
| 113 | |
---|
| 114 | * Fixed .header() for realzzz |
---|
| 115 | |
---|
| 116 | 0.4.1 / 2011-12-16 |
---|
| 117 | ================== |
---|
| 118 | |
---|
| 119 | * Fixed: chain .header() to retain negation |
---|
| 120 | |
---|
| 121 | 0.4.0 / 2011-12-16 |
---|
| 122 | ================== |
---|
| 123 | |
---|
| 124 | * Added `.should.throw()` |
---|
| 125 | * Added `.include()` support for strings |
---|
| 126 | * Added `.include()` support for arrays |
---|
| 127 | * Removed `keys()` `.include` modifier support |
---|
| 128 | * Removed `.object()` |
---|
| 129 | * Removed `.string()` |
---|
| 130 | * Removed `.contain()` |
---|
| 131 | * Removed `.respondTo()` rubyism |
---|
| 132 | * expresso -> mocha |
---|
| 133 | |
---|
| 134 | 0.3.2 / 2011-10-24 |
---|
| 135 | ================== |
---|
| 136 | |
---|
| 137 | * Fixed tests for 0.5.x |
---|
| 138 | * Fixed sys warning |
---|
| 139 | |
---|
| 140 | 0.3.1 / 2011-08-22 |
---|
| 141 | ================== |
---|
| 142 | |
---|
| 143 | * configurable |
---|
| 144 | |
---|
| 145 | 0.3.0 / 2011-08-20 |
---|
| 146 | ================== |
---|
| 147 | |
---|
| 148 | * Added assertion for inclusion of an object: `foo.should.include.object({ foo: 'bar' })` |
---|
| 149 | |
---|
| 150 | 0.2.1 / 2011-05-13 |
---|
| 151 | ================== |
---|
| 152 | |
---|
| 153 | * Fixed .status(code). Closes #18 |
---|
| 154 | |
---|
| 155 | 0.2.0 / 2011-04-17 |
---|
| 156 | ================== |
---|
| 157 | |
---|
| 158 | * Added `res.should.have.status(code)` method |
---|
| 159 | * Added `res.should.have.header(field, val)` method |
---|
| 160 | |
---|
| 161 | 0.1.0 / 2011-04-06 |
---|
| 162 | ================== |
---|
| 163 | |
---|
| 164 | * Added `should.exist(obj)` [aseemk] |
---|
| 165 | * Added `should.not.exist(obj)` [aseemk] |
---|
| 166 | |
---|
| 167 | 0.0.4 / 2010-11-24 |
---|
| 168 | ================== |
---|
| 169 | |
---|
| 170 | * Added `.ok` to assert truthfulness |
---|
| 171 | * Added `.arguments` |
---|
| 172 | * Fixed double required bug. [thanks dominictarr] |
---|
| 173 | |
---|
| 174 | 0.0.3 / 2010-11-19 |
---|
| 175 | ================== |
---|
| 176 | |
---|
| 177 | * Added `true` / `false` assertions |
---|
| 178 | |
---|
| 179 | 0.0.2 / 2010-11-19 |
---|
| 180 | ================== |
---|
| 181 | |
---|
| 182 | * Added chaining support |
---|
| 183 | |
---|
| 184 | 0.0.1 / 2010-11-19 |
---|
| 185 | ================== |
---|
| 186 | |
---|
| 187 | * Initial release |
---|