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