-
Notifications
You must be signed in to change notification settings - Fork 31
/
History.txt
64 lines (42 loc) · 1.41 KB
/
History.txt
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
=== 0.3.2 / 2009-02-19
* Added TM bundle (go checkout my jspec.tmbundle repo on github)
* Renamed have_length_of to have_length
*
=== 0.3.1 / 2009-02-19
* Added jquery js to package
=== 0.3.0 / 2009-02-19
* Added JSpec.match
* Added options to report() which are passed to formatter
* Added sandbox helpers (reg / jquery)
* Added have_child and have_children
* Added have_tag and have_tags
* Changed exec to only load / eval file
* Fixed parser token issue, was previously matching things like end() as literal end
=== 0.2.3 / 2009-02-18
* Changed test dir to spec
* Changed test.js to core.spec.js
=== 0.2.2 / 2009-02-18
* Added contexts
=== 0.2.0 / 2009-02-18
* Added release rake task
* Added package with minified alternative
=== 0.1.0 / 2009-02-18
* Added new sexy syntax (warning: you will have to re-write your specs)
* Added pre-processor for optional matcher parens
* Added several new matchers
* Added matcher aliasing
* Added simple matcher declarations
* Added __END__
* Added yet-to-be-implemented specs
* Added loading of suites via JSpec.load
=== 0.0.4 / 2008-11-03
* Added ability to pass only a description to it(), meaning not yet implemented
=== 0.0.3 / 2008-10-28
* Added should_fail
* Added should_match
* Added should_not_match
* Added should_be and should_not_be
=== 0.0.2 / 2008-10-28
* Fixed typo in documentation for pointing to the master repo
=== 0.0.1 / 2008-10-28
* Initial release