gherkin 2.3.10-universal-dotnet → 2.4.0-universal-dotnet
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -0
- data/.yardopts +5 -0
- data/{History.txt → History.md} +144 -133
- data/{README.rdoc → README.md} +62 -64
- data/Rakefile +1 -1
- data/features/json_formatter.feature +1 -1
- data/features/json_parser.feature +1 -1
- data/gherkin.gemspec +8 -3
- data/lib/gherkin/formatter/ansi_escapes.rb +1 -1
- data/lib/gherkin/formatter/model.rb +4 -4
- data/lib/gherkin/formatter/pretty_formatter.rb +4 -4
- data/lib/gherkin/json_parser.rb +1 -1
- data/lib/gherkin/listener/formatter_listener.rb +7 -7
- data/lib/gherkin/parser/meta.txt +1 -1
- data/lib/gherkin/parser/root.txt +1 -1
- data/lib/gherkin/parser/steps.txt +1 -1
- data/lib/gherkin/rubify.rb +2 -2
- data/ragel/lexer.c.rl.erb +1 -1
- data/ragel/lexer.java.rl.erb +1 -1
- data/ragel/lexer.js.rl.erb +2 -2
- data/ragel/lexer.rb.rl.erb +1 -1
- data/ragel/lexer_common.rl.erb +4 -4
- data/spec/gherkin/c_lexer_spec.rb +1 -1
- data/spec/gherkin/fixtures/complex.json +1 -1
- data/spec/gherkin/java_lexer_spec.rb +1 -1
- data/spec/gherkin/js_lexer_spec.rb +1 -1
- data/spec/gherkin/rb_lexer_spec.rb +1 -1
- data/spec/gherkin/sexp_recorder.rb +2 -2
- data/spec/gherkin/shared/{py_string_group.rb → doc_string_group.rb} +28 -28
- data/spec/gherkin/shared/lexer_group.rb +4 -4
- data/spec/spec_helper.rb +1 -1
- data/tasks/compile.rake +3 -2
- data/tasks/cucumber.rake +1 -1
- data/tasks/gems.rake +1 -1
- data/tasks/release.rake +8 -1
- data/tasks/yard.rake +7 -0
- data/tasks/yard/default/layout/html/bubble_32x32.png +0 -0
- data/tasks/yard/default/layout/html/bubble_48x48.png +0 -0
- data/tasks/yard/default/layout/html/footer.erb +5 -0
- data/tasks/yard/default/layout/html/index.erb +1 -0
- data/tasks/yard/default/layout/html/layout.erb +25 -0
- data/tasks/yard/default/layout/html/logo.erb +1 -0
- data/tasks/yard/default/layout/html/setup.rb +4 -0
- metadata +45 -17
- data/tasks/rdoc.rake +0 -9
data/.gitignore
CHANGED
data/.yardopts
ADDED
data/{History.txt → History.md}
RENAMED
@@ -1,392 +1,403 @@
|
|
1
|
-
|
1
|
+
## [2.4.0](https://github.com/cucumber/gherkin/compare/v2.3.10...v2.4.0)
|
2
2
|
|
3
|
-
|
3
|
+
### Bugfixes
|
4
|
+
* Don't use -Werror in production code ([#106](https://github.com/cucumber/gherkin/pull/106) Hans de Graaff)
|
5
|
+
|
6
|
+
### New Features
|
7
|
+
* YARD based API docs at http://cukes.info/gherkin/api/ruby/latest/ (Aslak Hellesøy)
|
8
|
+
|
9
|
+
### Changed Features
|
10
|
+
* py_string/PyString changed to doc_string/DocString, ref https://github.com/cucumber/cucumber/issues/74 (Aslak Hellesøy)
|
11
|
+
|
12
|
+
## [2.3.10](https://github.com/cucumber/gherkin/compare/v2.3.9...v2.3.10)
|
13
|
+
|
14
|
+
### Bugfixes
|
4
15
|
* Relax development dependency version on builder. (#105 Aslak Hellesøy).
|
5
16
|
|
6
|
-
|
17
|
+
## [2.3.9](https://github.com/cucumber/gherkin/compare/v2.3.8...v2.3.9)
|
7
18
|
|
8
|
-
|
19
|
+
### New features
|
9
20
|
* Javascript lexers support http://requirejs.org/ modules as well as node.js (Aslak Hellesøy).
|
10
21
|
|
11
|
-
|
22
|
+
## [2.3.8](https://github.com/cucumber/gherkin/compare/v2.3.7...v2.3.8)
|
12
23
|
|
13
|
-
|
24
|
+
### Insignificant changes
|
14
25
|
* Improve build system so we don't need to add generated js lexers to git.
|
15
26
|
|
16
|
-
|
27
|
+
## [2.3.7](https://github.com/cucumber/gherkin/compare/v2.3.6...v2.3.7)
|
17
28
|
|
18
29
|
* Removed incorrect (and unneeded) case statement that could blow up if V8 is installed. (Aslak Hellesøy, Niklas H)
|
19
30
|
* Added connect support for gherkin.js (Aslak Hellesøy)
|
20
31
|
|
21
|
-
|
32
|
+
## [2.3.6](https://github.com/cucumber/gherkin/compare/v2.3.5...v2.3.6)
|
22
33
|
|
23
|
-
|
34
|
+
### New Features
|
24
35
|
* Javascript implementation (#38 Aslak Hellesøy)
|
25
36
|
|
26
|
-
|
37
|
+
### Bugfixes
|
27
38
|
* Fix compilation error on Arch Linux (#98,#99 Ben Hamill)
|
28
39
|
* Corrected Russian translation (#97 Vagif Abilov)
|
29
40
|
|
30
|
-
|
41
|
+
## [2.3.5](https://github.com/cucumber/gherkin/compare/v2.3.4...v2.3.5)
|
31
42
|
|
32
|
-
|
43
|
+
### Changes
|
33
44
|
* Relaxed gem dependencies to use >=. (Rob Slifka, Aslak Hellesøy)
|
34
45
|
|
35
|
-
|
46
|
+
## [2.3.4](https://github.com/cucumber/gherkin/compare/v2.3.3...v2.3.4)
|
36
47
|
|
37
|
-
|
48
|
+
### Changes
|
38
49
|
* Fixing C90 errors on Ubuntu Natty (#92 Colin Dean)
|
39
50
|
* Romanian (ro) language update, extracted from a real-world project. (Iulian Dogariu)
|
40
51
|
|
41
|
-
|
52
|
+
## [2.3.3](https://github.com/cucumber/gherkin/compare/v2.3.2...v2.3.3)
|
42
53
|
|
43
|
-
|
54
|
+
### Changes
|
44
55
|
* No more dependencies on external ANSI escape libraries (Ruby:term-ansicolor, Java:Jansi). DIY is better! (Aslak Hellesøy)
|
45
56
|
* Added duration (in millseconds) to Result. (Aslak Hellesøy)
|
46
57
|
* Additional Polish aliases (Mike Połtyn)
|
47
58
|
|
48
|
-
|
59
|
+
## [2.3.2](https://github.com/cucumber/gherkin/compare/v2.3.0...v2.3.2)
|
49
60
|
|
50
61
|
(Somehow 2.3.1 was released improperly shortly after 2.3.0 - not sure what fixes went into that!)
|
51
62
|
|
52
|
-
|
63
|
+
### Bugfixes
|
53
64
|
* Preserve whitespace in descriptions. Leading whitespace in descriptions are stripped upto preceding keyword + 2 spaces (#87 Matt Wynne, Gregory Hnatiuk, Aslak Hellesøy)
|
54
65
|
* Fix incorrect indentation of Examples descriptions (Gregory Hnatiuk)
|
55
66
|
* Can't define new line characters in Example Table Cell's Content. (#85 George Montana Harkin, Aslak Hellesøy)
|
56
67
|
|
57
|
-
|
68
|
+
## [2.3.0](https://github.com/cucumber/gherkin/compare/v2.2.9...v2.3.0)
|
58
69
|
|
59
|
-
|
70
|
+
### New Features
|
60
71
|
* New aliases for Scenario Outline in Swedish, Norwegian and English. (Peter Krantz, Aslak Hellesøy)
|
61
72
|
* Improved build documentation for people who want to contribute. (Aslak Hellesøy)
|
62
73
|
* Results can now be outputted/parsed in JSON. (Aslak Hellesøy)
|
63
74
|
* JSON output now contains optional "match", "result" and "embeddings" elements underneath each step. (Aslak Hellesøy)
|
64
75
|
* Added support for Base64 encoded embeddings in JSON representation. Useful for screenshots etc. (Aslak Hellesøy)
|
65
76
|
|
66
|
-
|
77
|
+
## [2.2.9](https://github.com/cucumber/gherkin/compare/v2.2.8...v2.2.9)
|
67
78
|
|
68
|
-
|
79
|
+
### New Features
|
69
80
|
* PrettyFormatter can format features both with and without ANSI Colors. Using Jansi on Java. (Aslak Hellesøy)
|
70
81
|
* Extended Java Formatter API with a steps(List<Step>) method for better reporting in Java (Aslak Hellesøy)
|
71
82
|
|
72
|
-
|
83
|
+
## [2.2.8](https://github.com/cucumber/gherkin/compare/v2.2.7...v2.2.8)
|
73
84
|
|
74
|
-
|
85
|
+
### Removed Features
|
75
86
|
* Trollop based CLI - didn't find a good use for it yet. (Aslak Hellesøy)
|
76
87
|
|
77
|
-
|
88
|
+
## [2.2.7](https://github.com/cucumber/gherkin/compare/v2.2.6...v2.2.7)
|
78
89
|
|
79
|
-
|
90
|
+
### Bugfixes
|
80
91
|
* I18n.getCodeKeywords() on Java didn't strip '!'. Not anymore. (Aslak Hellesøy)
|
81
92
|
|
82
|
-
|
93
|
+
## [2.2.6](https://github.com/cucumber/gherkin/compare/v2.2.5...v2.2.6)
|
83
94
|
|
84
|
-
|
95
|
+
### Bugfixes
|
85
96
|
* I18n.getCodeKeywords() on Java included '*'. Not anymore. (Aslak Hellesøy)
|
86
97
|
|
87
|
-
|
98
|
+
## [2.2.5](https://github.com/cucumber/gherkin/compare/v2.2.4...v2.2.5)
|
88
99
|
|
89
|
-
|
100
|
+
### New Features
|
90
101
|
* Gherkin will scan all top comments for the language comment. (Aslak Hellesøy)
|
91
102
|
|
92
|
-
|
103
|
+
## [2.2.4](https://github.com/cucumber/gherkin/compare/v2.2.3...v2.2.4)
|
93
104
|
|
94
|
-
|
105
|
+
### Bugfixes
|
95
106
|
* C99 features used by gherkin code (#75 Graham Agnew)
|
96
107
|
|
97
|
-
|
108
|
+
## [2.2.3](https://github.com/cucumber/gherkin/compare/v2.2.2...v2.2.3)
|
98
109
|
|
99
|
-
|
110
|
+
### Bugfixes
|
100
111
|
* Add back missing development dependency on cucumber (Aslak Hellesøy)
|
101
112
|
|
102
|
-
|
113
|
+
## [2.2.2](https://github.com/cucumber/gherkin/compare/v2.2.1...v2.2.2)
|
103
114
|
|
104
|
-
|
115
|
+
### New Features
|
105
116
|
* Use json instead of json_pure (Aslak Hellesøy)
|
106
117
|
* JSON formatter and parser can now omit JSON serialization (for speed) and work directly on objects (Aslak Hellesøy)
|
107
118
|
|
108
|
-
|
119
|
+
## [2.2.1](https://github.com/cucumber/gherkin/compare/v2.2.0...v2.2.1)
|
109
120
|
|
110
|
-
|
121
|
+
### New Features
|
111
122
|
* Windows gems are now built against 1.8.6-p287 and 1.9.1-p243, on both mswin32 and mingw32, and should work on 1.8.6, 1.8.7, 1.9.1 and 1.9.2 versions of rubyinstaller.org as well as older windows rubies. (Aslak Hellesøy)
|
112
123
|
|
113
|
-
|
124
|
+
### Changed features
|
114
125
|
* Build system no longer uses Jeweler - only Rake, Bundler and Rubygems (Aslak Hellesøy)
|
115
126
|
|
116
|
-
|
127
|
+
## [2.2.0](https://github.com/cucumber/gherkin/compare/v2.1.5...v2.2.0)
|
117
128
|
|
118
129
|
This release breaks some APIs since the previous 2.1.5 release. If you install gherkin 2.2.0 you must also upgrade to
|
119
130
|
Cucumber 0.9.0.
|
120
131
|
|
121
|
-
|
132
|
+
### Bugfixes
|
122
133
|
* I18nLexer doesn't recognise language header with \r\n on OS X. (#70 Aslak Hellesøy)
|
123
134
|
|
124
|
-
|
135
|
+
### New Features
|
125
136
|
* Pure Java FilterFormatter. (Aslak Hellesøy)
|
126
137
|
* Pure Java JSONFormatter. (Aslak Hellesøy)
|
127
138
|
|
128
|
-
|
139
|
+
### Changed Features
|
129
140
|
* All formatter events take exactly one argument. Each argument is a single object with all data. (Aslak Hellesøy)
|
130
141
|
* Several java classes have moved to a different package in order to improve separation of concerns. (Aslak Hellesøy)
|
131
142
|
|
132
|
-
|
143
|
+
## [2.1.5](https://github.com/cucumber/gherkin/compare/v2.1.4...v2.1.5)
|
133
144
|
|
134
|
-
|
145
|
+
### Bugfixes
|
135
146
|
* Line filter works on JRuby with Scenarios without steps. (Aslak Hellesøy)
|
136
147
|
|
137
|
-
|
148
|
+
### Changed Features
|
138
149
|
* The JSON schema now puts background inside the "elements" Array. Makes parsing simpler. (Aslak Hellesøy)
|
139
150
|
|
140
|
-
|
151
|
+
## [2.1.4](https://github.com/cucumber/gherkin/compare/v2.1.3...v2.1.4)
|
141
152
|
|
142
|
-
|
153
|
+
### Bugfixes
|
143
154
|
* #steps fails on JRuby with 2.1.3 (#68 Aslak Hellesøy)
|
144
155
|
|
145
|
-
|
156
|
+
## [2.1.3](https://github.com/cucumber/gherkin/compare/v2.1.2...v2.1.3)
|
146
157
|
|
147
|
-
|
158
|
+
### Bugfixes
|
148
159
|
* Examples are not cleared when an ignored Scenario Outline/Examples is followed by a Scenario. (#67 Aslak Hellesøy)
|
149
160
|
|
150
|
-
|
161
|
+
## [2.1.2](https://github.com/cucumber/gherkin/compare/v2.1.1...v2.1.2)
|
151
162
|
|
152
|
-
|
163
|
+
### Bugfixes
|
153
164
|
* Fix some missing require statements that surfaced when gherkin was used outside Cucumber. (Aslak Hellesøy)
|
154
165
|
|
155
|
-
|
166
|
+
## [2.1.1](https://github.com/cucumber/gherkin/compare/v2.1.0...v2.1.1)
|
156
167
|
|
157
168
|
The previous release had a missing gherkin.jar in the jruby gem. This release fixes that. For good this time!
|
158
169
|
|
159
|
-
|
170
|
+
## [2.1.0](https://github.com/cucumber/gherkin/compare/v2.0.2...v2.1.0)
|
160
171
|
|
161
|
-
|
172
|
+
### New Features
|
162
173
|
* Pirate! (anteaya)
|
163
174
|
* Tag limits for negative tags (Aslak Hellesøy)
|
164
175
|
|
165
|
-
|
176
|
+
### Changed Features
|
166
177
|
* The formatter API has changed and the listener API is now only used internally. (Aslak Hellesøy)
|
167
178
|
|
168
|
-
|
179
|
+
### Removed Features
|
169
180
|
* FilterListener has been replaced with FilterFormatter. Currently only in Ruby (no Java impl yet). (Aslak Hellesøy)
|
170
181
|
|
171
|
-
|
182
|
+
## [2.0.2](https://github.com/cucumber/gherkin/compare/v2.0.1...v2.0.2)
|
172
183
|
|
173
|
-
|
184
|
+
### New Features
|
174
185
|
* New JSON Lexer. (Gregory Hnatiuk)
|
175
186
|
|
176
|
-
|
187
|
+
### Bugfixes
|
177
188
|
* Fixed incorrect indentation for descriptions in Java. (Aslak Hellesøy)
|
178
189
|
* Fixed support for xx-yy languages and Hebrew and Indonesian (JDK bugs). (Aslak Hellesøy)
|
179
190
|
|
180
|
-
|
191
|
+
### Changed Features
|
181
192
|
* Examples are now nested inside the Scenario Outline in the JSON format. (Gregory Hnatiuk)
|
182
193
|
|
183
|
-
|
194
|
+
## [2.0.1](https://github.com/cucumber/gherkin/compare/v2.0.0...v2.0.1)
|
184
195
|
|
185
196
|
The previous release had a missing gherkin.jar in the jruby gem. This release fixes that.
|
186
197
|
|
187
|
-
|
198
|
+
## [2.0.0](https://github.com/cucumber/gherkin/compare/v1.0.30...v2.0.0)
|
188
199
|
|
189
200
|
We're breaking the old listener API in this release, and added a new JSON formatter,
|
190
201
|
which calls for a new major version.
|
191
202
|
|
192
|
-
|
203
|
+
### New Features
|
193
204
|
* New JSON formatter. (Aslak Hellesøy, Joseph Wilk)
|
194
205
|
* New synonyms for Hungarian (Bence Golda)
|
195
206
|
* Upgraded to use RSpec 2.0.0 (Aslak Hellesøy)
|
196
207
|
|
197
|
-
|
208
|
+
### Bugfixes
|
198
209
|
* undefined method `<=>' on JRuby (#52 Aslak Hellesøy)
|
199
210
|
* Include link to explanation of LexingError (Mike Sassak)
|
200
211
|
|
201
|
-
|
212
|
+
### Changed Features
|
202
213
|
* The formatter API has completely changed. There is a Gherkin Listener API and a Formatter API.
|
203
214
|
The FormatterListener acts as an adapter between them. (Aslak Hellesøy)
|
204
215
|
* The listener API now has an additional argument for description (text following the first line of Feature:, Scenario: etc.) (Gregroy Hnatiuk, Matt Wynne)
|
205
216
|
|
206
|
-
|
217
|
+
## [1.0.30](https://github.com/cucumber/gherkin/compare/v1.0.29...v1.0.30)
|
207
218
|
|
208
|
-
|
219
|
+
### New Features
|
209
220
|
* Native gems for IronRuby. Bundles IKVM OpenJDK dlls as well as ikvmc-compiled gherkin.dll. Experimental! (Aslak Hellesøy)
|
210
221
|
|
211
|
-
|
222
|
+
## [1.0.29](https://github.com/cucumber/gherkin/compare/v1.0.28...v1.0.29)
|
212
223
|
|
213
|
-
|
224
|
+
### Bugfixes
|
214
225
|
* Use I18n.class' class loader instead of context class loader to load Java lexers. Hoping this fixes loading bug for good. (Aslak Hellesøy)
|
215
226
|
|
216
|
-
|
227
|
+
## [1.0.28](https://github.com/cucumber/gherkin/compare/v1.0.27...v1.0.28)
|
217
228
|
|
218
|
-
|
229
|
+
### Bugfixes
|
219
230
|
* Use context class loader instead of boot class loader to load Java lexers. (Aslak Hellesøy)
|
220
231
|
* Only add gcc flags when the compiler is gcc. (#60 Aslak Hellesøy, Christian Höltje)
|
221
232
|
|
222
|
-
|
233
|
+
## [1.0.27](https://github.com/cucumber/gherkin/compare/v1.0.26...v1.0.27)
|
223
234
|
|
224
|
-
|
235
|
+
### New Features
|
225
236
|
* Table cells can now contain escaped bars - \| and escaped backslashes - \\. (#48. Gregory Hnatiuk, Aslak Hellesøy)
|
226
237
|
* Luxemburgish (lu) added. (Christoph König)
|
227
238
|
|
228
|
-
|
239
|
+
## [1.0.26](https://github.com/cucumber/gherkin/compare/v1.0.25...v1.0.26)
|
229
240
|
|
230
|
-
|
241
|
+
### New Features
|
231
242
|
* Ignore the BOM that many retarded Windows editors insist on sticking in the beginning of a file. (Aslak Hellesøy)
|
232
243
|
|
233
|
-
|
244
|
+
## [1.0.25](https://github.com/cucumber/gherkin/compare/v1.0.24...v1.0.25)
|
234
245
|
|
235
|
-
|
246
|
+
### Bugfixes
|
236
247
|
* Allow fallback to a slower ruby lexer if the C lexer can't be loaded for some reason.
|
237
248
|
* Can't run specs in gherkin 1.0.24 (#59 Aslak Hellesøy)
|
238
249
|
|
239
|
-
|
250
|
+
## [1.0.24](https://github.com/cucumber/gherkin/compare/v1.0.23...v1.0.24)
|
240
251
|
|
241
|
-
|
252
|
+
### Bugfixes
|
242
253
|
* hard tabs crazy indentation for pystrings in formatter (#55 Aslak Hellesøy)
|
243
254
|
|
244
|
-
|
255
|
+
## [1.0.23](https://github.com/cucumber/gherkin/compare/v1.0.22...v1.0.23)
|
245
256
|
|
246
|
-
|
257
|
+
### Changed Features
|
247
258
|
* Java API now uses camelCased method names instead of underscored (more Java-like) (Aslak Hellesøy)
|
248
259
|
|
249
|
-
|
260
|
+
## [1.0.22](https://github.com/cucumber/gherkin/compare/v1.0.21...v1.0.22)
|
250
261
|
|
251
|
-
|
262
|
+
### Bugfixes
|
252
263
|
* Make prebuilt binaries work on both Ruby 1.8.x and 1.9.x on Windows (#54 Luis Lavena, Aslak Hellesøy)
|
253
264
|
|
254
|
-
|
265
|
+
## [1.0.21](https://github.com/cucumber/gherkin/compare/v1.0.20...v1.0.21)
|
255
266
|
|
256
|
-
|
267
|
+
### Bugfixes
|
257
268
|
* Fix compile warning on ruby 1.9.2dev (2009-07-18 trunk 24186) (#53 Aslak Hellesøy)
|
258
269
|
|
259
|
-
|
270
|
+
## [1.0.20](https://github.com/cucumber/gherkin/compare/v1.0.19...v1.0.20)
|
260
271
|
|
261
|
-
|
272
|
+
### Bugfixes
|
262
273
|
* The gherkin CLI is working again (Gregory Hnatiuk)
|
263
274
|
|
264
|
-
|
275
|
+
## [1.0.19](https://github.com/cucumber/gherkin/compare/v1.0.18...v1.0.19)
|
265
276
|
|
266
|
-
|
277
|
+
### New Features
|
267
278
|
* Works with JRuby 1.5.0.RC1 (Aslak Hellesøy)
|
268
279
|
|
269
|
-
|
280
|
+
### Changed Features
|
270
281
|
* I18n.code_keywords now return And and But as well, making Cucumber StepDefs a little more flexible (Aslak Hellesøy)
|
271
282
|
|
272
|
-
|
283
|
+
## [1.0.18](https://github.com/cucumber/gherkin/compare/v1.0.17...v1.0.18)
|
273
284
|
|
274
|
-
|
285
|
+
### Bugfixes
|
275
286
|
* Explicitly use UTF-8 encoding when scanning source with Java lexer. (Aslak Hellesøy)
|
276
287
|
|
277
|
-
|
288
|
+
## [1.0.17](https://github.com/cucumber/gherkin/compare/v1.0.16...v1.0.17)
|
278
289
|
|
279
|
-
|
290
|
+
### Bugfixes
|
280
291
|
* Gherkin::I18n.keyword_regexp was broken (used for 3rd party code generation). (#51 Aslak Hellesøy)
|
281
292
|
|
282
|
-
|
293
|
+
## [1.0.16](https://github.com/cucumber/gherkin/compare/v1.0.15...v1.0.16)
|
283
294
|
(Something went wrong when releasing 1.0.15)
|
284
295
|
|
285
|
-
|
296
|
+
### Bugfixes
|
286
297
|
* Reduced risk of halfway botched releases. (Aslak Hellesøy)
|
287
298
|
|
288
|
-
|
299
|
+
## [1.0.15](https://github.com/cucumber/gherkin/compare/v1.0.14...v1.0.15)
|
289
300
|
|
290
|
-
|
301
|
+
### New Features
|
291
302
|
* Implemented more functionality in I18n.java. (Aslak Hellesøy)
|
292
303
|
|
293
|
-
|
304
|
+
### Changed Features
|
294
305
|
* Java methods are no longer throwing Exception (but RuntimeException). (Aslak Hellesøy)
|
295
306
|
|
296
|
-
|
307
|
+
## [1.0.14](https://github.com/cucumber/gherkin/compare/v1.0.13...v1.0.14)
|
297
308
|
(Something went wrong when releasing 1.0.13)
|
298
309
|
|
299
|
-
|
310
|
+
## [1.0.13](https://github.com/cucumber/gherkin/compare/v1.0.12...v1.0.13)
|
300
311
|
|
301
|
-
|
312
|
+
### New Features
|
302
313
|
* Filter on Background name. (Aslak Hellesøy)
|
303
314
|
|
304
|
-
|
315
|
+
## [1.0.12](https://github.com/cucumber/gherkin/compare/v1.0.11...v1.0.12)
|
305
316
|
|
306
|
-
|
317
|
+
### Bugfixes
|
307
318
|
* Fixed incorrect filtering of pystring in Background. (Mike Sassak)
|
308
319
|
|
309
|
-
|
320
|
+
## [1.0.11](https://github.com/cucumber/gherkin/compare/v1.0.10...v1.0.11)
|
310
321
|
|
311
|
-
|
322
|
+
### Bugfixes
|
312
323
|
* Fixed bad packaging (C files were not packaged in POSIX gem)
|
313
324
|
|
314
|
-
|
325
|
+
## [1.0.10](https://github.com/cucumber/gherkin/compare/v1.0.09...v1.0.10)
|
315
326
|
|
316
|
-
|
327
|
+
### New Features
|
317
328
|
* Added Esperanto and added a Russian synonym for Feature. (Antono Vasiljev)
|
318
329
|
* Pure Java implementation of FilterListener and TagExpression (Mike Gaffney, Aslak Hellesøy)
|
319
330
|
|
320
|
-
|
331
|
+
### Changed Features
|
321
332
|
* TagExpression takes array args instead of varargs. (Aslak Hellesøy)
|
322
333
|
|
323
|
-
|
334
|
+
## [1.0.9](https://github.com/cucumber/gherkin/compare/v1.0.8...v1.0.9)
|
324
335
|
|
325
|
-
|
336
|
+
### Bugfixes
|
326
337
|
* Triple escaped quotes (\"\"\") in PyStrings are unescaped to """. (Aslak Hellesøy)
|
327
338
|
|
328
|
-
|
339
|
+
## [1.0.8](https://github.com/cucumber/gherkin/compare/v1.0.7...v1.0.8)
|
329
340
|
|
330
|
-
|
341
|
+
### Bugfixes
|
331
342
|
* Removed illegal comma from Ukrainian synonym. (Aslak Hellesøy)
|
332
343
|
|
333
|
-
|
344
|
+
## [1.0.7](https://github.com/cucumber/gherkin/compare/v1.0.6...v1.0.7)
|
334
345
|
|
335
|
-
|
346
|
+
### Bugfixes
|
336
347
|
* Fixed problems with packaging of 1.0.6 release. (Aslak Hellesøy)
|
337
348
|
|
338
|
-
|
349
|
+
## [1.0.6](https://github.com/cucumber/gherkin/compare/v1.0.5...v1.0.6)
|
339
350
|
|
340
|
-
|
351
|
+
### New Features
|
341
352
|
* Fully automated release process. (Aslak Hellesøy)
|
342
353
|
|
343
|
-
|
354
|
+
### Changed Features
|
344
355
|
* Made generated classes use a more uniform naming convention. (Aslak Hellesøy)
|
345
356
|
|
346
|
-
|
357
|
+
### Removed Features
|
347
358
|
* Removed C# port, obsoleted by IKVM build from 1.0.5. (Aslak Hellesøy)
|
348
359
|
|
349
|
-
|
360
|
+
## [1.0.5](https://github.com/cucumber/gherkin/compare/v1.0.4...v1.0.5)
|
350
361
|
|
351
|
-
|
362
|
+
### New Features
|
352
363
|
* New .NET build of gherkin - an ikvmc build of gherkin.jar to gherkin.dll. (Aslak Hellesøy)
|
353
364
|
|
354
|
-
|
365
|
+
### Bugfixes
|
355
366
|
* Made parsers reusable so that the same instance can parse several features. (Aslak Hellesøy)
|
356
367
|
|
357
|
-
|
368
|
+
## [1.0.4](https://github.com/cucumber/gherkin/compare/v1.0.3...v1.0.4)
|
358
369
|
|
359
|
-
|
370
|
+
### New features
|
360
371
|
* Pure java releases of Gherkin at http://cukes.info/maven
|
361
372
|
* A FilterListener in Ruby that is the last missing piece to plug Gherkin into Cucumber. (Gregory Hnatiuk, Aslak Hellesøy, Matt Wynne, Mike Sassak)
|
362
373
|
|
363
|
-
|
374
|
+
### Changed features
|
364
375
|
* The Lexer now emits the '@' for tags. (Aslak Hellesøy)
|
365
376
|
|
366
|
-
|
377
|
+
## [1.0.3](https://github.com/cucumber/gherkin/compare/v1.0.2...v1.0.3)
|
367
378
|
|
368
|
-
|
379
|
+
### Bugfixes
|
369
380
|
* The C lexer correctly instantiates a new array for each table, instead of reusing the old one. (Aslak Hellesøy)
|
370
381
|
* Emit keywords with space instead of stripping (< keywords are emmitted without space) (Aslak Hellesøy)
|
371
382
|
* gherkin reformat now prints comments, and does it with proper indentation (Aslak Hellesøy)
|
372
383
|
* .NET resource files are now automatically copied into the .dll (#46 Aslak Hellesøy)
|
373
384
|
|
374
|
-
|
385
|
+
### New features
|
375
386
|
* The Pure Java implementation now has a simple main method that pretty prints a feature. (#39 Aslak Hellesøy)
|
376
387
|
* Writing code generated i18n syntax highlighters for Gherkin is a lot easier thanks to several convenience methods in Gherkin::I18n. (Aslak Hellesøy)
|
377
388
|
* .NET (C#) port (#36, #37 Attila Sztupak)
|
378
389
|
* Tables parsed and sent by row rather than by table. (Mike Sassak)
|
379
390
|
|
380
|
-
|
391
|
+
### Changed features
|
381
392
|
* Switced to ISO 639-1 (language) and ISO 3166 alpha-2 (region - if applicable). Applies to Catalan,
|
382
393
|
Swedish, Welsh, Romanian and Serbian. (Aslak Hellesøy)
|
383
394
|
|
384
|
-
|
395
|
+
## [1.0.2](https://github.com/cucumber/gherkin/compare/v1.0.1...v1.0.2)
|
385
396
|
|
386
|
-
|
397
|
+
### Bugfixes
|
387
398
|
* Build passes on Ruby 1.9.2 (Aslak Hellesøy)
|
388
399
|
|
389
|
-
|
400
|
+
### New features
|
390
401
|
* New command line based on trollop. Commands: reformat, stats. (Aslak Hellesøy)
|
391
402
|
* I18nLexer#scan sets #language to the I18n for the language scanned (Mike Sassak)
|
392
403
|
* I18n#adverbs, brings I18n to parity with Cucumber::Parser::NaturalLanguage (Mike Sassak)
|