source: Dev/trunk/node_modules/should/History.md @ 532

Last change on this file since 532 was 516, checked in by hendrikvanantwerpen, 11 years ago

Enable deployment with Grunt.

File size: 4.1 KB
Line 
12.1.1 / 2013-12-05
2==================
3
4 * Move date formatting out of should.inspect
5
62.1.0 / 2013-11-11
7==================
8
9 * Override .inspect for Date's to convert them to ISOString
10
112.0.2 / 2013-10-21
12==================
13
14 * Add '#of' as getter for chaining.
15 * Exclude browser script for .npmignore.
16
172.0.1 / 2013-10-10
18==================
19
20 * Fix wrong path in .npmignore.
21
222.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
321.3.0 / 2013-09-13
33==================
34
35 * fix doc for .keys. Closes #108.
36 * add #endWith()
37 * add .startWith (#119)
38
391.2.2 / 2013-02-19
40==================
41
42  * fix should.be.instanceOf() failure on Date
43
441.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
511.2.0 / 2012-09-21
52==================
53
54  * Added #approximately(value, delta, description) for doing assertions on results of operations with numbers. [titarenko]
55
561.1.1 / 2012-09-19
57==================
58
59  * add .type for eql()s assert
60
611.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
670.7.0 / 2012-07-17
68==================
69
70  * add `.throw(Constructor)` support [snakamura]
71
720.6.3 / 2012-04-26
73==================
74
75  * Added object inclusion support back
76
770.6.2 / 2012-04-26
78==================
79
80  * Added homepage to package.json
81  * Fixed .equal() with dates. Closes #63
82
830.6.1 / 2012-04-10
84==================
85
86  * package: add "repository" section [TooTallNate]
87  * use valueOf() to get the reference the object [TooTallNate]
88
890.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
950.5.1 / 2012-01-13
96==================
97
98  * Added better `.json`
99  * Added better `.html`
100
1010.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
1110.4.2 / 2011-12-17
112==================
113
114  * Fixed .header() for realzzz
115
1160.4.1 / 2011-12-16
117==================
118
119  * Fixed: chain .header() to retain negation
120
1210.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
1340.3.2 / 2011-10-24
135==================
136
137  * Fixed tests for 0.5.x
138  * Fixed sys warning
139
1400.3.1 / 2011-08-22
141==================
142
143  * configurable
144
1450.3.0 / 2011-08-20
146==================
147
148  * Added assertion for inclusion of an object: `foo.should.include.object({ foo: 'bar' })`
149
1500.2.1 / 2011-05-13
151==================
152
153  * Fixed .status(code). Closes #18
154
1550.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
1610.1.0 / 2011-04-06
162==================
163
164  * Added `should.exist(obj)` [aseemk]
165  * Added `should.not.exist(obj)` [aseemk]
166
1670.0.4 / 2010-11-24
168==================
169
170  * Added `.ok` to assert truthfulness
171  * Added `.arguments`
172  * Fixed double required bug. [thanks dominictarr]
173
1740.0.3 / 2010-11-19
175==================
176
177  * Added `true` / `false` assertions
178
1790.0.2 / 2010-11-19
180==================
181
182  * Added chaining support
183
1840.0.1 / 2010-11-19
185==================
186
187  * Initial release
Note: See TracBrowser for help on using the repository browser.