public
Description: JavaScript Unit Test suite; no dependencies (but same API as prototypejs' unittest suite)
Homepage: http://jsunittest.rubyforge.org/
Clone URL: git://github.com/drnic/jsunittest.git
olleolleolle (author)
Mon Apr 06 04:40:44 -0700 2009
commit  5699afebc1e42e7bd2bfc65f1dc39b7c878f318c
tree    0895a1f93e8df0ddf43cc8d1ce4dc52f3bdfd586
parent  a774b95645b368f9aa36d448954a48206cad82b5
jsunittest / History.txt
100644 43 lines (25 sloc) 0.918 kb
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
== 0.7.3 2009-03-21
 
* New assertions: assertNotHasClass(element, class)
* Fixed algorithm for assertHasClass
 
== 0.7.2 2008-10-08
 
* AJAX callback from IE6 working [choan]
* warning count passed back [choan]
 
== 0.7.1 2008-09-20
 
* Fixes for warning implementation [dchelimsky]
 
== 0.7.0 2008-08-11
 
* New helper: warning (alias: warn); use like info, error and fail helpers; has orange appearance in output
* New assertions: assertHasClass(element, class)
 
== 0.6.3 2008-03-03
 
* Remove some innerHTML calls as an IE6 fix [Michael Grosser]
 
== 0.6.2 2008-02-24
 
* Renamed DrNicTest with JsUnitTest
* Finished clean of "DrNicTest.inspect" -> "inspect"
* website: archive the tmbundle into the website
 
== 0.6.1 2008-02-20
 
* website: includes "getting started" archives
* ajax: fixed Firefox bug with xml.send()
 
== 0.6.0 2008-02-18
 
* Cannot remember
 
== 0.5.0 2008-02-17
 
* 1 major enhancement:
  * Initial release