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

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

Commit node_modules, to make checkouts and builds more deterministic.

File size: 4.0 KB
Line 
12.1.0 / 2013-11-11
2==================
3
4 * Override .inspect for Date's to convert them to ISOString
5
62.0.2 / 2013-10-21
7==================
8
9 * Add '#of' as getter for chaining.
10 * Exclude browser script for .npmignore.
11
122.0.1 / 2013-10-10
13==================
14
15 * Fix wrong path in .npmignore.
16
172.0.0 / 2013-10-10
18==================
19
20 * breaking change: #a now getter like #an. Was replaced with #type(str)
21 * breaking change: #empty does not check length for objects. Now it check if object do not have own properties.
22 * #properties check if object have some properties
23 * util.inspect now exposed as should.inspect
24 * assertions for NaN, Infinity, Array, Object, String, Boolean, Number, Error, Function
25 * #equal got alias #exactly
26
271.3.0 / 2013-09-13
28==================
29
30 * fix doc for .keys. Closes #108.
31 * add #endWith()
32 * add .startWith (#119)
33
341.2.2 / 2013-02-19
35==================
36
37  * fix should.be.instanceOf() failure on Date
38
391.2.1 / 2012-11-02
40==================
41
42  * add .showDiff
43  * Make instanceOf and throwError be aliased like others [alFReD-NSH]
44  * Fix should[.not].exist not having stack trace #84 [alFReD-NSH]
45
461.2.0 / 2012-09-21
47==================
48
49  * Added #approximately(value, delta, description) for doing assertions on results of operations with numbers. [titarenko]
50
511.1.1 / 2012-09-19
52==================
53
54  * add .type for eql()s assert
55
561.1.0 / 2012-07-30
57==================
58
59  * add enclosing of failure message functions. Closes #81
60  * add mocha .actual / .expected string support for all assertion values
61
620.7.0 / 2012-07-17
63==================
64
65  * add `.throw(Constructor)` support [snakamura]
66
670.6.3 / 2012-04-26
68==================
69
70  * Added object inclusion support back
71
720.6.2 / 2012-04-26
73==================
74
75  * Added homepage to package.json
76  * Fixed .equal() with dates. Closes #63
77
780.6.1 / 2012-04-10
79==================
80
81  * package: add "repository" section [TooTallNate]
82  * use valueOf() to get the reference the object [TooTallNate]
83
840.6.0 / 2012-03-01
85==================
86
87  * Added `err.actual` and `err.expected` for .{eql,equal}()
88  * Added 'return this;' to 'get json' and 'get html' in order to provide chaining for should.be.json and should.be.html
89
900.5.1 / 2012-01-13
91==================
92
93  * Added better `.json`
94  * Added better `.html`
95
960.5.0 / 2012-01-12
97==================
98
99  * Added string matching to `.throw()` [serby]
100  * Added regexp matching to `.throw()` [serby]
101  * Added `.includeEql()` [RubenVerborgh]
102  * Added `.should.be.html`
103  * Added `.should.be.json`
104  * Added optional description args to most matchers [Mike Swift]
105
1060.4.2 / 2011-12-17
107==================
108
109  * Fixed .header() for realzzz
110
1110.4.1 / 2011-12-16
112==================
113
114  * Fixed: chain .header() to retain negation
115
1160.4.0 / 2011-12-16
117==================
118
119  * Added `.should.throw()`
120  * Added `.include()` support for strings
121  * Added `.include()` support for arrays
122  * Removed `keys()` `.include` modifier support
123  * Removed `.object()`
124  * Removed `.string()`
125  * Removed `.contain()`
126  * Removed `.respondTo()` rubyism
127  * expresso -> mocha
128
1290.3.2 / 2011-10-24
130==================
131
132  * Fixed tests for 0.5.x
133  * Fixed sys warning
134
1350.3.1 / 2011-08-22
136==================
137
138  * configurable
139
1400.3.0 / 2011-08-20
141==================
142
143  * Added assertion for inclusion of an object: `foo.should.include.object({ foo: 'bar' })`
144
1450.2.1 / 2011-05-13
146==================
147
148  * Fixed .status(code). Closes #18
149
1500.2.0 / 2011-04-17
151==================
152
153  * Added `res.should.have.status(code)` method
154  * Added `res.should.have.header(field, val)` method
155
1560.1.0 / 2011-04-06
157==================
158
159  * Added `should.exist(obj)` [aseemk]
160  * Added `should.not.exist(obj)` [aseemk]
161
1620.0.4 / 2010-11-24
163==================
164
165  * Added `.ok` to assert truthfulness
166  * Added `.arguments`
167  * Fixed double required bug. [thanks dominictarr]
168
1690.0.3 / 2010-11-19
170==================
171
172  * Added `true` / `false` assertions
173
1740.0.2 / 2010-11-19
175==================
176
177  * Added chaining support
178
1790.0.1 / 2010-11-19
180==================
181
182  * Initial release
Note: See TracBrowser for help on using the repository browser.