-
Notifications
You must be signed in to change notification settings - Fork 22
/
History.txt
64 lines (45 loc) · 1.71 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
== In Git
=== Features
=== Bugs Fixed
== 0.4.0 2010-11-03
=== Features
* Simple hook tags
* Internationalized Given/When/Then attributes
* Debug rather than Release binaries to support step definition debugging
* Table diff response changed to diff! to allow Cucumber to format table diff output
* Removed systemu dependency, thereby enabling colors (without wac) and incremental output (#21, Dan Fitch)
== 0.3.1 2010-02-07
=== Features
* Additional methods on Table
=== Bugs Fixed
* Trailing punctuation in a step breaks snippet generation (#26)
* JSON is not properly escaped for snippets (#29; Dan Fitch)
== 0.3.0 2009-12-30
=== Features
* Snippets work, including tables and multiline strings
* Support for pending step definitions
* Table diffing works
* Updated WatiN example to use new timeout feature in wire file
* Bumped cucumber dependency to 0.5.2
== 0.2.4 2009-12-17
Updated gem dependency to newer version of cucumber.
== 0.2.3 2009-12-17
Gem cleanup, snippets, table parameters on step definitions.
== 0.2.2 2009-12-02
=== Features
* Compatibility with WatiN (Issue #19; Luke Smith)
* WatiN example
* Bumped cucumber dependency to 0.4.4.
== 0.2.1 2009-11-13
Added gem dependency on json.
== 0.2.0 2009-11-06
Added a gem to make installation easy and to allow users to run the Cuke4Nuke server and cucumber all in one command.
== 0.1.1 2009-10-23
Added support for Before and After hooks.
== 0.1 2009-10-22
First release; includes contributions from Declan Whelan, Åsmund Eldhuset, Aslak Hellesoy.
=== Features
* Given, When, Then step definitions in .NET
* Typed step definition parameters (Issues #1 and #10)
* Shared state between steps, including steps in separate step definition classes (#4)
* All-JSON wire protocol