forked from DouglasMeyer/test_it
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
40 lines (24 loc) · 1021 Bytes
/
CHANGELOG
File metadata and controls
40 lines (24 loc) · 1021 Bytes
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
1.2.4 (Nov 14th, 2011)
* Fixed edge-case where TestIt.inspect of an array would look like an object (Thanks LiraNuna).
1.2.3 (May 24th, 2011)
* TestIt.isEqual (T.inspect) ignores the order of an object's properties (Thanks LiraNuna).
1.2.2 (Apr 15th, 2011)
* Development clean-up
* Packaging with package.json
* Probably a cleaner exporting technique.
1.2.1 (Feb 8th, 2011)
* Fixed issue with TestIt.inspect on modified arrays.
1.2.0 (Feb 8th, 2011)
* Better node.js usage.
1.1.1 (Feb 6th, 2011)
* Again, fixing assertion issue with "before/after all".
* A bunch of test fixes.
You can always perfect perfection.
1.1.0 (Feb 5th, 2011)
* Fixed issue with "t.waitFor" in an extension's "before all".
* Removed "reporting" in favor of a callback style.
* Running tests in node.js highlights failures/errors and returns proper status code.
Now TestIt is perfect, sorry my mistake.
1.0.0 (Jan 14th, 2011)
* Initial Release!
Finally after 19 months and 3 attempts the TestIt framework is finally perfect.