gherkin 2.12.2 → 3.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (333) hide show
  1. checksums.yaml +4 -4
  2. data/.travis.yml +2 -15
  3. data/CONTRIBUTING.md +23 -0
  4. data/Gemfile +0 -3
  5. data/LICENSE +18 -17
  6. data/Makefile +65 -0
  7. data/README.md +9 -268
  8. data/Rakefile +17 -19
  9. data/bin/gherkin-generate-ast +21 -0
  10. data/bin/gherkin-generate-pickles +25 -0
  11. data/bin/gherkin-generate-tokens +12 -0
  12. data/gherkin-ruby.razor +218 -0
  13. data/gherkin.gemspec +22 -76
  14. data/lib/gherkin/ast_builder.rb +243 -0
  15. data/lib/gherkin/ast_node.rb +30 -0
  16. data/lib/gherkin/dialect.rb +58 -0
  17. data/lib/gherkin/errors.rb +45 -0
  18. data/lib/gherkin/gherkin-languages.json +2968 -0
  19. data/lib/gherkin/gherkin_line.rb +95 -0
  20. data/lib/gherkin/parser.rb +1910 -0
  21. data/lib/gherkin/pickles/compiler.rb +164 -0
  22. data/lib/gherkin/token.rb +18 -0
  23. data/lib/gherkin/token_formatter_builder.rb +39 -0
  24. data/lib/gherkin/token_matcher.rb +169 -0
  25. data/lib/gherkin/token_scanner.rb +40 -0
  26. data/spec/capture_warnings.rb +68 -0
  27. data/spec/coverage.rb +10 -0
  28. data/spec/gherkin/parser_spec.rb +146 -0
  29. metadata +60 -567
  30. data/.gitattributes +0 -2
  31. data/.mailmap +0 -2
  32. data/.rbenv-gemsets +0 -1
  33. data/.rspec +0 -1
  34. data/.ruby-gemset +0 -1
  35. data/.ruby-version +0 -1
  36. data/.yardopts +0 -5
  37. data/History.md +0 -881
  38. data/build_native_gems.sh +0 -7
  39. data/cucumber.yml +0 -5
  40. data/examples/parse_and_output_json.rb +0 -19
  41. data/ext/gherkin_lexer_ar/extconf.rb +0 -6
  42. data/ext/gherkin_lexer_ar/gherkin_lexer_ar.c +0 -1432
  43. data/ext/gherkin_lexer_bg/extconf.rb +0 -6
  44. data/ext/gherkin_lexer_bg/gherkin_lexer_bg.c +0 -1655
  45. data/ext/gherkin_lexer_bm/extconf.rb +0 -6
  46. data/ext/gherkin_lexer_bm/gherkin_lexer_bm.c +0 -1516
  47. data/ext/gherkin_lexer_ca/extconf.rb +0 -6
  48. data/ext/gherkin_lexer_ca/gherkin_lexer_ca.c +0 -1581
  49. data/ext/gherkin_lexer_cs/extconf.rb +0 -6
  50. data/ext/gherkin_lexer_cs/gherkin_lexer_cs.c +0 -1515
  51. data/ext/gherkin_lexer_cy_gb/extconf.rb +0 -6
  52. data/ext/gherkin_lexer_cy_gb/gherkin_lexer_cy_gb.c +0 -1282
  53. data/ext/gherkin_lexer_da/extconf.rb +0 -6
  54. data/ext/gherkin_lexer_da/gherkin_lexer_da.c +0 -1298
  55. data/ext/gherkin_lexer_de/extconf.rb +0 -6
  56. data/ext/gherkin_lexer_de/gherkin_lexer_de.c +0 -1425
  57. data/ext/gherkin_lexer_el/extconf.rb +0 -6
  58. data/ext/gherkin_lexer_el/gherkin_lexer_el.c +0 -1919
  59. data/ext/gherkin_lexer_en/extconf.rb +0 -6
  60. data/ext/gherkin_lexer_en/gherkin_lexer_en.c +0 -1418
  61. data/ext/gherkin_lexer_en_au/extconf.rb +0 -6
  62. data/ext/gherkin_lexer_en_au/gherkin_lexer_en_au.c +0 -1765
  63. data/ext/gherkin_lexer_en_lol/extconf.rb +0 -6
  64. data/ext/gherkin_lexer_en_lol/gherkin_lexer_en_lol.c +0 -1177
  65. data/ext/gherkin_lexer_en_old/extconf.rb +0 -6
  66. data/ext/gherkin_lexer_en_old/gherkin_lexer_en_old.c +0 -1309
  67. data/ext/gherkin_lexer_en_pirate/extconf.rb +0 -6
  68. data/ext/gherkin_lexer_en_pirate/gherkin_lexer_en_pirate.c +0 -1471
  69. data/ext/gherkin_lexer_en_scouse/extconf.rb +0 -6
  70. data/ext/gherkin_lexer_en_scouse/gherkin_lexer_en_scouse.c +0 -1634
  71. data/ext/gherkin_lexer_en_tx/extconf.rb +0 -6
  72. data/ext/gherkin_lexer_en_tx/gherkin_lexer_en_tx.c +0 -1265
  73. data/ext/gherkin_lexer_eo/extconf.rb +0 -6
  74. data/ext/gherkin_lexer_eo/gherkin_lexer_eo.c +0 -1241
  75. data/ext/gherkin_lexer_es/extconf.rb +0 -6
  76. data/ext/gherkin_lexer_es/gherkin_lexer_es.c +0 -1399
  77. data/ext/gherkin_lexer_et/extconf.rb +0 -6
  78. data/ext/gherkin_lexer_et/gherkin_lexer_et.c +0 -1236
  79. data/ext/gherkin_lexer_fa/extconf.rb +0 -6
  80. data/ext/gherkin_lexer_fa/gherkin_lexer_fa.c +0 -1475
  81. data/ext/gherkin_lexer_fi/extconf.rb +0 -6
  82. data/ext/gherkin_lexer_fi/gherkin_lexer_fi.c +0 -1215
  83. data/ext/gherkin_lexer_fr/extconf.rb +0 -6
  84. data/ext/gherkin_lexer_fr/gherkin_lexer_fr.c +0 -1493
  85. data/ext/gherkin_lexer_gl/extconf.rb +0 -6
  86. data/ext/gherkin_lexer_gl/gherkin_lexer_gl.c +0 -1374
  87. data/ext/gherkin_lexer_he/extconf.rb +0 -6
  88. data/ext/gherkin_lexer_he/gherkin_lexer_he.c +0 -1374
  89. data/ext/gherkin_lexer_hi/extconf.rb +0 -6
  90. data/ext/gherkin_lexer_hi/gherkin_lexer_hi.c +0 -1848
  91. data/ext/gherkin_lexer_hr/extconf.rb +0 -6
  92. data/ext/gherkin_lexer_hr/gherkin_lexer_hr.c +0 -1323
  93. data/ext/gherkin_lexer_hu/extconf.rb +0 -6
  94. data/ext/gherkin_lexer_hu/gherkin_lexer_hu.c +0 -1376
  95. data/ext/gherkin_lexer_id/extconf.rb +0 -6
  96. data/ext/gherkin_lexer_id/gherkin_lexer_id.c +0 -1208
  97. data/ext/gherkin_lexer_is/extconf.rb +0 -6
  98. data/ext/gherkin_lexer_is/gherkin_lexer_is.c +0 -1376
  99. data/ext/gherkin_lexer_it/extconf.rb +0 -6
  100. data/ext/gherkin_lexer_it/gherkin_lexer_it.c +0 -1340
  101. data/ext/gherkin_lexer_ja/extconf.rb +0 -6
  102. data/ext/gherkin_lexer_ja/gherkin_lexer_ja.c +0 -1699
  103. data/ext/gherkin_lexer_kn/extconf.rb +0 -6
  104. data/ext/gherkin_lexer_kn/gherkin_lexer_kn.c +0 -1965
  105. data/ext/gherkin_lexer_ko/extconf.rb +0 -6
  106. data/ext/gherkin_lexer_ko/gherkin_lexer_ko.c +0 -1360
  107. data/ext/gherkin_lexer_lt/extconf.rb +0 -6
  108. data/ext/gherkin_lexer_lt/gherkin_lexer_lt.c +0 -1296
  109. data/ext/gherkin_lexer_lu/extconf.rb +0 -6
  110. data/ext/gherkin_lexer_lu/gherkin_lexer_lu.c +0 -1389
  111. data/ext/gherkin_lexer_lv/extconf.rb +0 -6
  112. data/ext/gherkin_lexer_lv/gherkin_lexer_lv.c +0 -1425
  113. data/ext/gherkin_lexer_nl/extconf.rb +0 -6
  114. data/ext/gherkin_lexer_nl/gherkin_lexer_nl.c +0 -1368
  115. data/ext/gherkin_lexer_no/extconf.rb +0 -6
  116. data/ext/gherkin_lexer_no/gherkin_lexer_no.c +0 -1311
  117. data/ext/gherkin_lexer_pa/extconf.rb +0 -6
  118. data/ext/gherkin_lexer_pa/gherkin_lexer_pa.c +0 -2160
  119. data/ext/gherkin_lexer_pl/extconf.rb +0 -6
  120. data/ext/gherkin_lexer_pl/gherkin_lexer_pl.c +0 -1738
  121. data/ext/gherkin_lexer_pt/extconf.rb +0 -6
  122. data/ext/gherkin_lexer_pt/gherkin_lexer_pt.c +0 -1711
  123. data/ext/gherkin_lexer_ro/extconf.rb +0 -6
  124. data/ext/gherkin_lexer_ro/gherkin_lexer_ro.c +0 -1427
  125. data/ext/gherkin_lexer_ru/extconf.rb +0 -6
  126. data/ext/gherkin_lexer_ru/gherkin_lexer_ru.c +0 -2071
  127. data/ext/gherkin_lexer_sk/extconf.rb +0 -6
  128. data/ext/gherkin_lexer_sk/gherkin_lexer_sk.c +0 -1739
  129. data/ext/gherkin_lexer_sr_cyrl/extconf.rb +0 -6
  130. data/ext/gherkin_lexer_sr_cyrl/gherkin_lexer_sr_cyrl.c +0 -2112
  131. data/ext/gherkin_lexer_sr_latn/extconf.rb +0 -6
  132. data/ext/gherkin_lexer_sr_latn/gherkin_lexer_sr_latn.c +0 -1567
  133. data/ext/gherkin_lexer_sv/extconf.rb +0 -6
  134. data/ext/gherkin_lexer_sv/gherkin_lexer_sv.c +0 -1324
  135. data/ext/gherkin_lexer_th/extconf.rb +0 -6
  136. data/ext/gherkin_lexer_th/gherkin_lexer_th.c +0 -2840
  137. data/ext/gherkin_lexer_tl/extconf.rb +0 -6
  138. data/ext/gherkin_lexer_tl/gherkin_lexer_tl.c +0 -2021
  139. data/ext/gherkin_lexer_tr/extconf.rb +0 -6
  140. data/ext/gherkin_lexer_tr/gherkin_lexer_tr.c +0 -1347
  141. data/ext/gherkin_lexer_tt/extconf.rb +0 -6
  142. data/ext/gherkin_lexer_tt/gherkin_lexer_tt.c +0 -1936
  143. data/ext/gherkin_lexer_uk/extconf.rb +0 -6
  144. data/ext/gherkin_lexer_uk/gherkin_lexer_uk.c +0 -1941
  145. data/ext/gherkin_lexer_uz/extconf.rb +0 -6
  146. data/ext/gherkin_lexer_uz/gherkin_lexer_uz.c +0 -1651
  147. data/ext/gherkin_lexer_vi/extconf.rb +0 -6
  148. data/ext/gherkin_lexer_vi/gherkin_lexer_vi.c +0 -1458
  149. data/ext/gherkin_lexer_zh_cn/extconf.rb +0 -6
  150. data/ext/gherkin_lexer_zh_cn/gherkin_lexer_zh_cn.c +0 -1314
  151. data/ext/gherkin_lexer_zh_tw/extconf.rb +0 -6
  152. data/ext/gherkin_lexer_zh_tw/gherkin_lexer_zh_tw.c +0 -1307
  153. data/features/.cucumber/stepdefs.json +0 -244
  154. data/features/escaped_pipes.feature +0 -8
  155. data/features/feature_parser.feature +0 -237
  156. data/features/json_formatter.feature +0 -498
  157. data/features/json_parser.feature +0 -331
  158. data/features/native_lexer.feature +0 -19
  159. data/features/parser_with_native_lexer.feature +0 -205
  160. data/features/pretty_formatter.feature +0 -17
  161. data/features/step_definitions/eyeball_steps.rb +0 -3
  162. data/features/step_definitions/gherkin_steps.rb +0 -29
  163. data/features/step_definitions/json_formatter_steps.rb +0 -30
  164. data/features/step_definitions/json_parser_steps.rb +0 -21
  165. data/features/step_definitions/pretty_formatter_steps.rb +0 -85
  166. data/features/steps_parser.feature +0 -46
  167. data/features/support/env.rb +0 -41
  168. data/install_mingw_os_x.sh +0 -5
  169. data/js/.npmignore +0 -1
  170. data/js/lib/gherkin/lexer/.npmignore +0 -0
  171. data/lib/gherkin.rb +0 -2
  172. data/lib/gherkin/README.md +0 -7
  173. data/lib/gherkin/c_lexer.rb +0 -17
  174. data/lib/gherkin/formatter/ansi_escapes.rb +0 -97
  175. data/lib/gherkin/formatter/argument.rb +0 -16
  176. data/lib/gherkin/formatter/escaping.rb +0 -15
  177. data/lib/gherkin/formatter/filter_formatter.rb +0 -150
  178. data/lib/gherkin/formatter/hashable.rb +0 -25
  179. data/lib/gherkin/formatter/json_formatter.rb +0 -133
  180. data/lib/gherkin/formatter/line_filter.rb +0 -26
  181. data/lib/gherkin/formatter/model.rb +0 -281
  182. data/lib/gherkin/formatter/pretty_formatter.rb +0 -245
  183. data/lib/gherkin/formatter/regexp_filter.rb +0 -21
  184. data/lib/gherkin/formatter/step_printer.rb +0 -21
  185. data/lib/gherkin/formatter/tag_count_formatter.rb +0 -47
  186. data/lib/gherkin/formatter/tag_filter.rb +0 -19
  187. data/lib/gherkin/i18n.json +0 -786
  188. data/lib/gherkin/i18n.rb +0 -176
  189. data/lib/gherkin/json_parser.rb +0 -177
  190. data/lib/gherkin/lexer/ar.rb +0 -1170
  191. data/lib/gherkin/lexer/bg.rb +0 -1382
  192. data/lib/gherkin/lexer/bm.rb +0 -1250
  193. data/lib/gherkin/lexer/ca.rb +0 -1310
  194. data/lib/gherkin/lexer/cs.rb +0 -1246
  195. data/lib/gherkin/lexer/cy_gb.rb +0 -1032
  196. data/lib/gherkin/lexer/da.rb +0 -1048
  197. data/lib/gherkin/lexer/de.rb +0 -1166
  198. data/lib/gherkin/lexer/el.rb +0 -1628
  199. data/lib/gherkin/lexer/en.rb +0 -1156
  200. data/lib/gherkin/lexer/en_au.rb +0 -1486
  201. data/lib/gherkin/lexer/en_lol.rb +0 -934
  202. data/lib/gherkin/lexer/en_old.rb +0 -1037
  203. data/lib/gherkin/lexer/en_pirate.rb +0 -1210
  204. data/lib/gherkin/lexer/en_scouse.rb +0 -1362
  205. data/lib/gherkin/lexer/en_tx.rb +0 -1016
  206. data/lib/gherkin/lexer/encoding.rb +0 -41
  207. data/lib/gherkin/lexer/eo.rb +0 -995
  208. data/lib/gherkin/lexer/es.rb +0 -1140
  209. data/lib/gherkin/lexer/et.rb +0 -990
  210. data/lib/gherkin/lexer/fa.rb +0 -1214
  211. data/lib/gherkin/lexer/fi.rb +0 -969
  212. data/lib/gherkin/lexer/fr.rb +0 -1228
  213. data/lib/gherkin/lexer/gl.rb +0 -1117
  214. data/lib/gherkin/lexer/he.rb +0 -1118
  215. data/lib/gherkin/lexer/hi.rb +0 -1559
  216. data/lib/gherkin/lexer/hr.rb +0 -1066
  217. data/lib/gherkin/lexer/hu.rb +0 -1118
  218. data/lib/gherkin/lexer/i18n_lexer.rb +0 -48
  219. data/lib/gherkin/lexer/id.rb +0 -963
  220. data/lib/gherkin/lexer/is.rb +0 -1120
  221. data/lib/gherkin/lexer/it.rb +0 -1086
  222. data/lib/gherkin/lexer/ja.rb +0 -1418
  223. data/lib/gherkin/lexer/kn.rb +0 -1672
  224. data/lib/gherkin/lexer/ko.rb +0 -1102
  225. data/lib/gherkin/lexer/lt.rb +0 -1045
  226. data/lib/gherkin/lexer/lu.rb +0 -1132
  227. data/lib/gherkin/lexer/lv.rb +0 -1166
  228. data/lib/gherkin/lexer/nl.rb +0 -1115
  229. data/lib/gherkin/lexer/no.rb +0 -1060
  230. data/lib/gherkin/lexer/pa.rb +0 -1852
  231. data/lib/gherkin/lexer/pl.rb +0 -1457
  232. data/lib/gherkin/lexer/pt.rb +0 -1430
  233. data/lib/gherkin/lexer/ro.rb +0 -1164
  234. data/lib/gherkin/lexer/ru.rb +0 -1766
  235. data/lib/gherkin/lexer/sk.rb +0 -1452
  236. data/lib/gherkin/lexer/sr_cyrl.rb +0 -1803
  237. data/lib/gherkin/lexer/sr_latn.rb +0 -1294
  238. data/lib/gherkin/lexer/sv.rb +0 -1070
  239. data/lib/gherkin/lexer/th.rb +0 -2492
  240. data/lib/gherkin/lexer/tl.rb +0 -1726
  241. data/lib/gherkin/lexer/tr.rb +0 -1092
  242. data/lib/gherkin/lexer/tt.rb +0 -1643
  243. data/lib/gherkin/lexer/uk.rb +0 -1646
  244. data/lib/gherkin/lexer/uz.rb +0 -1376
  245. data/lib/gherkin/lexer/vi.rb +0 -1198
  246. data/lib/gherkin/lexer/zh_cn.rb +0 -1058
  247. data/lib/gherkin/lexer/zh_tw.rb +0 -1052
  248. data/lib/gherkin/listener/event.rb +0 -45
  249. data/lib/gherkin/listener/formatter_listener.rb +0 -150
  250. data/lib/gherkin/native.rb +0 -7
  251. data/lib/gherkin/native/java.rb +0 -72
  252. data/lib/gherkin/native/null.rb +0 -5
  253. data/lib/gherkin/native/therubyracer.rb +0 -41
  254. data/lib/gherkin/parser/meta.txt +0 -5
  255. data/lib/gherkin/parser/parser.rb +0 -166
  256. data/lib/gherkin/parser/root.txt +0 -11
  257. data/lib/gherkin/parser/steps.txt +0 -4
  258. data/lib/gherkin/platform.rb +0 -13
  259. data/lib/gherkin/rubify.rb +0 -31
  260. data/lib/gherkin/tag_expression.rb +0 -63
  261. data/ragel/lexer.c.rl.erb +0 -454
  262. data/ragel/lexer.java.rl.erb +0 -219
  263. data/ragel/lexer.js.rl.erb +0 -322
  264. data/ragel/lexer.rb.rl.erb +0 -179
  265. data/ragel/lexer_common.rl.erb +0 -50
  266. data/spec/gherkin/c_lexer_spec.rb +0 -22
  267. data/spec/gherkin/fixtures/1.feature +0 -8
  268. data/spec/gherkin/fixtures/comments_in_table.feature +0 -9
  269. data/spec/gherkin/fixtures/complex.feature +0 -45
  270. data/spec/gherkin/fixtures/complex.json +0 -139
  271. data/spec/gherkin/fixtures/complex_for_filtering.feature +0 -60
  272. data/spec/gherkin/fixtures/complex_with_tags.feature +0 -61
  273. data/spec/gherkin/fixtures/dos_line_endings.feature +0 -45
  274. data/spec/gherkin/fixtures/examples_with_only_header.feature +0 -14
  275. data/spec/gherkin/fixtures/hantu_pisang.feature +0 -35
  276. data/spec/gherkin/fixtures/i18n_fr.feature +0 -14
  277. data/spec/gherkin/fixtures/i18n_fr2.feature +0 -8
  278. data/spec/gherkin/fixtures/i18n_no.feature +0 -7
  279. data/spec/gherkin/fixtures/i18n_pt1.feature +0 -44
  280. data/spec/gherkin/fixtures/i18n_pt2.feature +0 -4
  281. data/spec/gherkin/fixtures/i18n_pt3.feature +0 -4
  282. data/spec/gherkin/fixtures/i18n_pt4.feature +0 -4
  283. data/spec/gherkin/fixtures/i18n_zh-CN.feature +0 -9
  284. data/spec/gherkin/fixtures/iso-8859-1.feature +0 -6
  285. data/spec/gherkin/fixtures/issue_145.feature +0 -22
  286. data/spec/gherkin/fixtures/scenario_outline_with_tags.feature +0 -13
  287. data/spec/gherkin/fixtures/scenario_without_steps.feature +0 -5
  288. data/spec/gherkin/fixtures/simple_with_comments.feature +0 -7
  289. data/spec/gherkin/fixtures/simple_with_tags.feature +0 -11
  290. data/spec/gherkin/fixtures/with_bom.feature +0 -3
  291. data/spec/gherkin/fixtures/with_bom_and_language_spec.feature +0 -4
  292. data/spec/gherkin/formatter/ansi_escapes_spec.rb +0 -32
  293. data/spec/gherkin/formatter/filter_formatter_spec.rb +0 -204
  294. data/spec/gherkin/formatter/json_formatter_spec.rb +0 -179
  295. data/spec/gherkin/formatter/model_spec.rb +0 -28
  296. data/spec/gherkin/formatter/pretty_formatter_spec.rb +0 -184
  297. data/spec/gherkin/formatter/spaces.feature +0 -9
  298. data/spec/gherkin/formatter/step_printer_spec.rb +0 -55
  299. data/spec/gherkin/formatter/tabs.feature +0 -9
  300. data/spec/gherkin/formatter/tag_count_formatter_spec.rb +0 -30
  301. data/spec/gherkin/i18n_spec.rb +0 -256
  302. data/spec/gherkin/java_lexer_spec.rb +0 -20
  303. data/spec/gherkin/json_parser_spec.rb +0 -165
  304. data/spec/gherkin/lexer/i18n_lexer_spec.rb +0 -65
  305. data/spec/gherkin/native_lexer_spec.rb +0 -29
  306. data/spec/gherkin/parser/parser_spec.rb +0 -16
  307. data/spec/gherkin/rubify_spec.rb +0 -23
  308. data/spec/gherkin/sexp_recorder.rb +0 -59
  309. data/spec/gherkin/shared/doc_string_group.rb +0 -161
  310. data/spec/gherkin/shared/encoding_group.rb +0 -48
  311. data/spec/gherkin/shared/lexer_group.rb +0 -589
  312. data/spec/gherkin/shared/row_group.rb +0 -123
  313. data/spec/gherkin/shared/tags_group.rb +0 -52
  314. data/spec/gherkin/tag_expression_spec.rb +0 -146
  315. data/spec/spec_helper.rb +0 -94
  316. data/tasks/apidoc.rake +0 -32
  317. data/tasks/bench.rake +0 -184
  318. data/tasks/bench/feature_builder.rb +0 -49
  319. data/tasks/bench/null_listener.rb +0 -4
  320. data/tasks/compile.rake +0 -83
  321. data/tasks/cucumber.rake +0 -23
  322. data/tasks/gems.rake +0 -46
  323. data/tasks/ikvm.rake +0 -126
  324. data/tasks/ragel_task.rb +0 -124
  325. data/tasks/release.rake +0 -34
  326. data/tasks/rspec.rake +0 -6
  327. data/tasks/yard/default/layout/html/bubble_32x32.png +0 -0
  328. data/tasks/yard/default/layout/html/bubble_48x48.png +0 -0
  329. data/tasks/yard/default/layout/html/footer.erb +0 -5
  330. data/tasks/yard/default/layout/html/index.erb +0 -1
  331. data/tasks/yard/default/layout/html/layout.erb +0 -25
  332. data/tasks/yard/default/layout/html/logo.erb +0 -1
  333. data/tasks/yard/default/layout/html/setup.rb +0 -4
@@ -1,2 +0,0 @@
1
- spec/gherkin/fixtures/dos_line_endings.feature -crlf
2
- spec/gherkin/fixtures/with_bom.feature -crlf
data/.mailmap DELETED
@@ -1,2 +0,0 @@
1
- Gregory Hnatiuk <ghnatiuk@gmail.com>
2
- Mike Sassak <msassak@gmail.com>
@@ -1 +0,0 @@
1
- cucumber
data/.rspec DELETED
@@ -1 +0,0 @@
1
- --color
@@ -1 +0,0 @@
1
- cucumber
@@ -1 +0,0 @@
1
- 2.0.0-p247
data/.yardopts DELETED
@@ -1,5 +0,0 @@
1
- --no-private
2
- --title Gherkin
3
- --exclude lib/gherkin/rb_lexer
4
- lib/**/*.rb -
5
- README.md History.md LICENSE
data/History.md DELETED
@@ -1,881 +0,0 @@
1
- ## [2.12.2](https://github.com/cucumber/gherkin/compare/v2.12.1...v2.12.2)
2
-
3
- * [Core] Fix Ruby 2.0 warnings ([#265](https://github.com/cucumber/gherkin/issues/265) Aslak Hellesøy)
4
- * [Java] Expose ID so that tools can differentiate between runs of scenario examples ([#279](https://github.com/cucumber/gherkin/pull/278) jtnord)
5
- * [Java] Ensure PrettyFormatter outputs whole lines and flushed in between ([#277](https://github.com/cucumber/gherkin/pull/277) Ramon Nogueira)
6
- * [Java] Durations are Longs not longs as they are optional ([#276](https://github.com/cucumber/gherkin/pull/276) jtnord)
7
- * [Core] Added ಕನ್ನಡ kannaḍa language ([#282](https://github.com/cucumber/gherkin/pull/282) Nikhil Lingutla)
8
- * [Java] extension of the Formatter interface for more precise lifecycle handling ([#275](https://github.com/cucumber/gherkin/pull/275) Sebastian Gröbler)
9
- * Java JSONFormatter should record before hooks in next scenario ([#270](https://github.com/cucumber/gherkin/pull/270) Björn Rasmusson)
10
- * [JavaScript] Fix encoding issues ([#272](https://github.com/cucumber/gherkin/pull/272) Lukas Degener, Thorsten Glaser)
11
-
12
- ## [2.12.1](https://github.com/cucumber/gherkin/compare/v2.12.0...v2.12.1)
13
-
14
- * Dropped support for ruby 1.8.7 (Aslak Hellesøy)
15
- * Added support for ruby 2.0.0 (still supporting 1.9.3) (Aslak Hellesøy)
16
- * Random lexing error; native fallback fails. Switch from C lexer to Ruby lexer with `GHERKIN_RUBY=true` ([#245](https://github.com/cucumber/gherkin/issues/245) Aslak Hellesøy)
17
- * Problem with Nuget package 2.12.0 ([#254](https://github.com/cucumber/gherkin/issues/254) Aslak Hellesøy)
18
- * problem with "gherkin_lexer_en" ([#257](https://github.com/cucumber/gherkin/issues/257) Aslak Hellesøy)
19
- * Fix for dissapearing examples tags ([#187](https://github.com/cucumber/gherkin/issues/187) calebTomlinson)
20
- * Handle interleaved calls to step, match and result in the java PrettyFormatter ([#261](https://github.com/cucumber/gherkin/pull/261) Björn Rasmusson)
21
- * Change the java JSONFormatter to handle embedding text in the report correctly ([#269](https://github.com/cucumber/gherkin/pull/269) Björn Rasmusson)
22
- * Updated Hindi language with "pure form", Sanskrit based versions of the words. ([#262](https://github.com/cucumber/gherkin/pull/262) anandpathaksharma)
23
- * [Core] Added support for Panjabi/Punjabi language (Gurmukhi Script) ([#267](https://github.com/cucumber/gherkin/pull/267) Arvinder Singh Kang)
24
- * [Core] Update i18n.json change Malay translation using suitable words ([#268](https://github.com/cucumber/gherkin/pull/268) CallMeLaNN)
25
- * [Core] Fix typos in Malay ([#256](https://github.com/cucumber/gherkin/pull/256) glts)
26
- * [Core] Add plural of Given in German ([#255](https://github.com/cucumber/gherkin/pull/255) glts)
27
- * [Core] Added Thai (th) ([#253](https://github.com/cucumber/gherkin/pull/253) Twin Panichsombat)
28
-
29
- ## [2.12.0](https://github.com/cucumber/gherkin/compare/v2.11.8...v2.12.0)
30
-
31
- * [Java, Ruby] TagExpression.eval() removed (Oleg Sukhodolsky)
32
- * [Java, Ruby] Filter.eval() renamed to evaluate() (Oleg Sukhodolsky)
33
- * [Java, JRuby] JSONFormatter's java version changed to connect embedding to the recent step the same way as Ruby's one does. (Oleg Sukhodolsky)
34
-
35
- ## [2.11.8](https://github.com/cucumber/gherkin/compare/v2.11.7...v2.11.8)
36
-
37
- * [Core] Added Galician (gl) ([#249](https://github.com/cucumber/gherkin/pull/249) son-cativo)
38
- * [Java, JRuby] Set default i18n when create Parser ([#229](https://github.com/cucumber/gherkin/pull/229) Tomohiko Himura)
39
- * [Java, JRuby] Filter out code keywords starting with a number: `I18n.code_keywords`. (Aslak Hellesøy)
40
-
41
- ## [2.11.7](https://github.com/cucumber/gherkin/compare/v2.11.6...v2.11.7)
42
-
43
- * [Java, JRuby] Fix ArrayOutOfBoundException in JSONFormatter ([#239](https://github.com/cucumber/gherkin/issues/239) Joseph Hughes)
44
- * [Java, Ruby] JSONFormatter outputs prettyfied json (Oleg Sukhodolsky)
45
- * [Java, JRuby] JSONFormatter.appendDuration(), TagExpression.isEmpty() added to match ruby versions ([#234](https://github.com/cucumber/gherkin/issues/234) Oleg Sukhodolsky)
46
- * [Core] New: Greek ([#237](https://github.com/cucumber/gherkin/issues/237), [#244](https://github.com/cucumber/gherkin/issues/244) Konstantinos Rousis)
47
- * [Core] New: Old English (Englisc) added ([#240](https://github.com/cucumber/gherkin/issues/240), [#241](https://github.com/cucumber/gherkin/issues/241) Sean Miller)
48
- * [JRuby] fixed problem with passing StringIO to PrettyFormatter (Oleg Sukhodolsky)
49
- * [Ruby] MultiJson is used insted of JSon ([#235](https://github.com/cucumber/gherkin/issues/235) Erik Michaels-Ober)
50
- * [Ruby] TagExpression.eval() deprecated, TagExpression.evaluate() added to replace it. ([#238](https://github.com/cucumber/gherkin/issues/238) Oleg Sukhodolsky)
51
- * [Ruby] File name is displayed on parse error ([#247](https://github.com/cucumber/gherkin/issues/247), [#248](https://github.com/cucumber/gherkin/issues/248) @lukaso)
52
- * [Java, JRuby] Fix IndexOutOfBound exception in PrettyFormatter ([#175](https://github.com/cucumber/gherkin/issues/175), [#242](https://github.com/cucumber/gherkin/issues/242) Matheus Neves, Oleg Sukhodolsky)
53
-
54
- ## [2.11.6](https://github.com/cucumber/gherkin/compare/v2.11.5...v2.11.6)
55
-
56
- * [JavaScript] Add duration value to json formatter ([#204](https://github.com/cucumber/gherkin/pull/204) Rick Beyer)
57
- * [JavaScript] Fix for JS Lexer ([#215](https://github.com/cucumber/gherkin/pull/215) Alexis Hevia)
58
- * [JavaScript] Failing JS Features ([#228](https://github.com/cucumber/gherkin/issues/228) Aslak Hellesøy)
59
- * [Core] Better Slovak ([#208](https://github.com/cucumber/gherkin/pull/208) Michal Kvasnicak)
60
- * [Core] New: Tatar ([#213](https://github.com/cucumber/gherkin/pull/213) Valeriy Utyaganov)
61
- * [Core] New: Telugu ([#218](https://github.com/cucumber/gherkin/pull/218) srinivasvedantam)
62
- * [Core] New: Hindi ([#222](https://github.com/cucumber/gherkin/pull/222) Kumar Harsh)
63
- * [Java] Fix JSON formatter ([#216](https://github.com/cucumber/gherkin/pull/216), [#195](https://github.com/cucumber/gherkin/pull/195) Joseph Hughes, Rex Hoffman)
64
- * [Ruby,Java] Gherkin does not seem to parse BOM when feature contains language specification. ([#211](https://github.com/cucumber/gherkin/issues/211), [#212](https://github.com/cucumber/gherkin/pull/212) Rob Westgeest)
65
- * [Java] Fixed a couple of build problems ([#226](https://github.com/cucumber/gherkin/pull/226), [#227](https://github.com/cucumber/gherkin/pull/227) signed)
66
-
67
- ## [2.11.5](https://github.com/cucumber/gherkin/compare/v2.11.4...v2.11.5)
68
-
69
- * [Core] Czech translation cleaned a little bit up. ([#202](https://github.com/cucumber/gherkin/pull/202) Jakub Linhart)
70
- * [JavaScript] No lexer modules in 2.11.4 NPM package ([#198](https://github.com/cucumber/gherkin/issues/198) Aslak Hellesøy)
71
-
72
- ## [2.11.4](https://github.com/cucumber/gherkin/compare/v2.11.3...v2.11.4)
73
-
74
- * [Core] Support for file encodings different from UTF-8 in feature files. ([#158](https://github.com/cucumber/gherkin/issues/158) Aslak Hellesøy)
75
- * [Core] Added Persian/Farsi (Sam Naseri)
76
- * [JavaScript] Fix lexer instantiation. ([#197](https://github.com/cucumber/gherkin/pull/197) Julien Biezemans)
77
-
78
- ## [2.11.3](https://github.com/cucumber/gherkin/compare/v2.11.2...v2.11.3)
79
-
80
- * [.NET] Upgraded IKVM from 0.46.0.1 to 7.1.4532.2 - quite a version bump! (Aslak Hellesøy)
81
- * [JavaScript] Added a README to prevent npm warnings. (Aslak Hellesøy)
82
- * [Ruby] Don't use C++ style comments. ([#191](https://github.com/cucumber/gherkin/pull/191) Sam Goldman)
83
- * [Core] Fix for Australian language support ([#196](https://github.com/cucumber/gherkin/pull/196) hogfish)
84
- * [Ruby] Add encoding option to IO.read ([#190](https://github.com/cucumber/gherkin/pull/190), [#192](https://github.com/cucumber/gherkin/issues/192) [#194](https://github.com/cucumber/gherkin/pull/194) HUANG Wei, Levin Alexander)
85
- * [JavaScript] Can't run on IE because of `const` keyword ([#186](https://github.com/cucumber/gherkin/issues/186) Aslak Hellesøy)
86
-
87
- ## [2.11.2](https://github.com/cucumber/gherkin/compare/v2.11.1...v2.11.2)
88
-
89
- * [Java] Depend on an external gherkin-jvm-deps jar with repackaged dependencies (Aslak Hellesøy, Rex Hoffman)
90
- * [Core] Renamed i18n.yml to i18n.json, which simplifies the build system for Java. (Aslak Hellesøy)
91
- * [Java Reporter should take embeddings as `byte[]` and not `InputStream` ([#184](https://github.com/cucumber/gherkin/issues/184) Aslak Hellesøy)
92
- * [Core] A little addition to russian translation ([#183](https://github.com/cucumber/gherkin/pull/183) Sergey Sytsevich)
93
-
94
- ## [2.11.1](https://github.com/cucumber/gherkin/compare/v2.11.0...v2.11.1)
95
-
96
- * [JavaScript] Native implementation of JSONFormatter (Aslak Hellesøy)
97
- * [Core] Add more accurate polish translations. ([#181](https://github.com/cucumber/gherkin/pull/181) Adam Stankiewicz)
98
-
99
- ## [2.11.0](https://github.com/cucumber/gherkin/compare/v2.10.0...v2.11.0)
100
-
101
- * [Core] Alias Feature with Business Need and Ability. ([#167](https://github.com/cucumber/gherkin/issues/167) Aslak Hellesøy)
102
- * [Java] Better exception on bad filter mix. ([#179](https://github.com/cucumber/gherkin/issues/179) Aslak Hellesøy)
103
- * [Java, Ruby] Formatters don't deal well with things not associated with a step ([#172](https://github.com/cucumber/gherkin/issues/172) David Kowis, Aslak Hellesøy)
104
- * [Java] Make model classes implement `java.io.Serializable` ([#180](https://github.com/cucumber/gherkin/issues/180) Aslak Hellesøy)
105
-
106
- ## [2.10.0](https://github.com/cucumber/gherkin/compare/v2.9.3...v2.10.0)
107
-
108
- * [Core] Added Malay language support. ([#176](https://github.com/cucumber/gherkin/pull/176) Choon Siong)
109
- * [JRuby] Fixed `I18n.language_table` so that `cucumber --i18n help` works again on JRuby. ([cucumber #272](https://github.com/cucumber/cucumber/issues/272) Aslak Hellesøy)
110
- * [Java] Line numbers are Integer instead of int or Long (Aslak Hellesøy)
111
- * [Java, Ruby] Fix for exception when an argument is missing. ([#171](https://github.com/cucumber/gherkin/pull/171) Matt Nathan, Aslak Hellesøy)
112
-
113
- ## [2.9.3](https://github.com/cucumber/gherkin/compare/v2.9.2...v2.9.3)
114
-
115
- * [Java] Fixed a bug in PrettyFormatter.setMonochrome(false) (Aslak Hellesøy)
116
-
117
- ## [2.9.2](https://github.com/cucumber/gherkin/compare/v2.9.1...v2.9.2)
118
-
119
- * [Java] Ability to PrettyFormatter.setMonochrome(false) post construction (Aslak Hellesøy)
120
-
121
- ## [2.9.1](https://github.com/cucumber/gherkin/compare/v2.9.0...v2.9.1)
122
-
123
- * [Java] Package gherkin.jar as OSGi bundle ([#166](https://github.com/cucumber/gherkin/pull/166) Jan Stamer)
124
- * The build system and instruction has been updated to work on OS X Lion. (Aslak Hellesøy)
125
-
126
- ## [2.9.0](https://github.com/cucumber/gherkin/compare/v2.8.0...v2.9.0)
127
-
128
- * Added output to Reporter API (Aslak Hellesøy)
129
- * Reporter.embedding takes InputStream instead of byte[], which breaks API hence the minor bump. (Aslak Hellesøy)
130
-
131
- ## [2.8.0](https://github.com/cucumber/gherkin/compare/v2.7.7...v2.8.0)
132
-
133
- * [Ruby/Java] TagExpression.eval() now takes a list of Tag instead of a list of String. This slightly breaks the API (minor bump), but helps fix some bugs in Cucumber-JVM. (Aslak Hellesøy)
134
-
135
- ## [2.7.7](https://github.com/cucumber/gherkin/compare/v2.7.6...v2.7.7)
136
-
137
- * [C] Allow compilation with clang (datanoise)
138
- * [Ruby] Expose AnsiEscapes methods on the class level as well, for easy calling without inclusion ([#161](https://github.com/cucumber/gherkin/pull/161) Ben Woosley)
139
- * [Ruby] Lexer load failure fix ([#159](https://github.com/cucumber/gherkin/pull/159) Ben Woosley)
140
-
141
- ## [2.7.6](https://github.com/cucumber/gherkin/compare/v2.7.5...v2.7.6)
142
-
143
- * [Java] Previous release accidentally had pretty formatting for both JSONFormatter and JSONPrettyFormatter (Aslak Hellesøy)
144
-
145
- ## [2.7.5](https://github.com/cucumber/gherkin/compare/v2.7.4...v2.7.5)
146
-
147
- * [Java] Added Formatter.close() so we can close underlying streams after a call to Formatter.done() (Aslak Hellesøy)
148
- * [Java] Switched from JSON simple to GSON (Aslak Hellesøy)
149
- * [Java] Added a JSONPrettyFormatter (Aslak Hellesøy)
150
-
151
- ## [2.7.4](https://github.com/cucumber/gherkin/compare/v2.7.3...v2.7.4)
152
-
153
- * Declared json and base64 dependencies as provided so they don't get included in dependant projects (Aslak Hellesøy)
154
- * Improved Chinese translations ([#155](https://github.com/cucumber/gherkin/pull/155) Riceball LEE)
155
- * Improved Czech translations ([#154](https://github.com/cucumber/gherkin/pull/154) Konstantin Kudryashov)
156
-
157
- ## [2.7.3](https://github.com/cucumber/gherkin/compare/v2.7.2...v2.7.3)
158
-
159
- * [Java] Make sure Result constructed with a Throwable always has a JSON error_message (Aslak Hellesøy)
160
-
161
- ## [2.7.2](https://github.com/cucumber/gherkin/compare/v2.7.1...v2.7.2)
162
-
163
- * [Java] Added gherkin.I18n.getAll() (Aslak Hellesøy)
164
-
165
- ## [2.7.1](https://github.com/cucumber/gherkin/compare/v2.7.0...v2.7.1)
166
-
167
- 2.7.0 release got hosed
168
-
169
- ## [2.7.0](https://github.com/cucumber/gherkin/compare/v2.6.9...v2.7.0)
170
-
171
- ### Changed Features
172
-
173
- * Formatter.close no longer closes streams. (Alan Parkinson)
174
- * Formatter.close renamed to Formatter.done. (Aslak Hellesøy)
175
-
176
- ## [2.6.9](https://github.com/cucumber/gherkin/compare/v2.6.8...v2.6.9)
177
-
178
- ### Changed Features
179
-
180
- * Pretty formatter always uses \n for newlines, instead of using platform-specific newline. This makes cross-platform testing less fiddly. (Aslak Hellesøy)
181
-
182
- ## [2.6.8](https://github.com/cucumber/gherkin/compare/v2.6.7...v2.6.8)
183
-
184
- ### Changed Features
185
-
186
- * Steps can be empty. The main reason for this is to allow Cukepatch to show an autocomplete right after a keyword. ([#149](https://github.com/cucumber/gherkin/issues/149) Aslak Hellesøy)
187
-
188
- ## [2.6.7](https://github.com/cucumber/gherkin/compare/v2.6.6...v2.6.7)
189
-
190
- ### Bugfixes
191
-
192
- * Fix bad packaging of NuSpec package. ([#148](https://github.com/cucumber/gherkin/issues/148) Aslak Hellesøy)
193
-
194
- ## [2.6.6](https://github.com/cucumber/gherkin/compare/v2.6.5...v2.6.6)
195
-
196
- ### New Features
197
-
198
- * .NET dll is released as a NuGet package instead of being uploaded to https://github.com/cucumber/gherkin/downloads ([#144](https://github.com/cucumber/gherkin/issues/144), [#147](https://github.com/cucumber/gherkin/pull/147) Jeffrey Cameron, Aslak Hellesøy)
199
-
200
- ### Changed Features
201
-
202
- * The lib/gherkin.jar that goes into the JRuby gem contains json-simple and base64 classes instead of separate jars (Aslak Hellesøy)
203
- * .NET dll, which is based on lib/gherkin.jar also contains json-simple and base64 (Aslak Hellesøy)
204
- * gherkin jars published to Maven repo do *not* bundle the json-simple and base64 jars. (Aslak Hellesøy)
205
-
206
- ### Removed Features
207
-
208
- * IronRuby gems are no longer published. Nobody seems to be using it, and it's too much pain to test. (Aslak Hellesøy)
209
-
210
- ## [2.6.5](https://github.com/cucumber/gherkin/compare/v2.6.4...v2.6.5)
211
-
212
- ### Bugfixes
213
-
214
- * Bad filtering when Scenario Outline+Examples followed by Scenario ([https://github.com/cucumber/gherkin/issues/145](#145) Aslak Hellesøy)
215
-
216
- ## [2.6.4](https://github.com/cucumber/gherkin/compare/v2.6.3...v2.6.4)
217
-
218
- ### Changed Features
219
-
220
- * [Node.js] No more restrictions about what Node.js version this runs on. (Aslak Hellesøy)
221
-
222
- ## [2.6.3](https://github.com/cucumber/gherkin/compare/v2.6.2...v2.6.3)
223
-
224
- ### Changed Features
225
-
226
- * Windows gems are compiled against 1.9.3 instead of 1.9.2. Should still work on 1.9.3. (Aslak Hellesøy)
227
- * NPM package contains UglifyJS-minified scripts (Aslak Hellesøy)
228
- * NPM package no longer contains Ace ([#109](https://github.com/cucumber/gherkin/issues/109) Aslak Hellesøy)
229
- * JavaScript exports for require.js works in non-AMD mode (needed for Ace) (Aslak Hellesøy)
230
-
231
- ## [2.6.2](https://github.com/cucumber/gherkin/compare/v2.6.1...v2.6.2)
232
-
233
- ### Changed Features
234
-
235
- * [Java] Minor internal API changes needed for better arity mismatch reporting in Cucumber-JVM (Aslak Hellesøy)
236
-
237
- ## [2.6.1](https://github.com/cucumber/gherkin/compare/v2.6.0...v2.6.1)
238
-
239
- ### Bugfixes
240
-
241
- * Fixed a regression on 1.8.7 (Aslak Hellesøy)
242
-
243
- ## [2.6.0](https://github.com/cucumber/gherkin/compare/v2.5.4...v2.6.0)
244
-
245
- ### Changed Features
246
-
247
- * JSON formatter must handle multiple features ([#140](https://github.com/cucumber/gherkin/issues/140) Aslak Hellesøy)
248
-
249
- ### New Features
250
-
251
- * Identifiers for Gherkin elements ([#131](https://github.com/cucumber/gherkin/issues/131) Matt Wynne, Aslak Hellesøy)
252
-
253
- ## [2.5.4](https://github.com/cucumber/gherkin/compare/v2.5.3...v2.5.4)
254
-
255
- ### New Features
256
- * [Java] Rename/add constants in Match and Result. (Aslak Hellesøy)
257
-
258
- ## [2.5.3](https://github.com/cucumber/gherkin/compare/v2.5.2...v2.5.3)
259
-
260
- ### New Features
261
- * [Java] AnsiEscapes can append to a NiceAppendable. (Aslak Hellesøy)
262
-
263
- ## [2.5.2](https://github.com/cucumber/gherkin/compare/v2.5.1...v2.5.2)
264
-
265
- ### New Features
266
-
267
- * Added synonyms for Portuguese. (Rodrigo Dumont)
268
- * Added synonyms for Italian. (Alessandro Mencarini)
269
- * Added synonyms for Spanish. (Nahuel Garbezza)
270
- * Added synonyms for French. (Julien Biezemans)
271
-
272
- ## [2.5.1](https://github.com/cucumber/gherkin/compare/v2.5.0...v2.5.1)
273
-
274
- ### New Features
275
- * [Java] Omit transient fields in toMap so we have more control over what goes into JSON. (Aslak Hellesøy)
276
-
277
- ## [2.5.0](https://github.com/cucumber/gherkin/compare/v2.4.21...v2.5.0)
278
-
279
- ### Changed Features
280
-
281
- The JSON representation of features has changed. The difference lies in how Doc Strings and Data Tables are represented. Consider the following steps:
282
-
283
- Given a Data Table:
284
- | Hipster | Ipsum |
285
- | Freegan | Vinyl |
286
- Given a Doc String:
287
- """
288
- Hipster
289
- Ipsum
290
- """
291
-
292
- This is now represented in JSON as:
293
-
294
- "steps": [
295
- {
296
- "keyword": "Given ",
297
- "name": "a Data Table"
298
- "line": 5,
299
- "rows": [
300
- { "cells": ["Hipster", "Ipsum"], "line": 6 },
301
- { "cells": ["Freegan", "Vinyl"], "line": 7 }
302
- ]
303
- },
304
- {
305
- "keyword": "Given ",
306
- "name": "a Doc String"
307
- "line": 8,
308
- "doc_string": {
309
- "value": "Hipster\nIpsum"
310
- "line": 9,
311
- "content_type": "plaintext",
312
- }
313
- }
314
- ]
315
-
316
- Previously it would be represented in JSON as:
317
-
318
- "steps": [
319
- {
320
- "keyword": "Given ",
321
- "name": "a Data Table"
322
- "line": 5,
323
- "multiline_arg": {
324
- "type": "table"
325
- "value": [
326
- { "cells": ["Hipster", "Ipsum"], "line": 6 },
327
- { "cells": ["Freegan", "Vinyl"], "line": 7 }
328
- ]
329
- }
330
- },
331
- {
332
- "keyword": "Given ",
333
- "name": "a Doc String"
334
- "line": 8,
335
- "multiline_arg": {
336
- "type": "doc_string"
337
- "value": "Hipster\nIpsum"
338
- "line": 9,
339
- "content_type": "plaintext",
340
- }
341
- }
342
- ]
343
-
344
- ### Bugfixes
345
- * Java JSONFormatter produces invalid JSON ([#128](https://github.com/cucumber/gherkin/issues/128) Aslak Hellesøy)
346
- * Missing matches and results in JSONFormatter output ([#129](https://github.com/cucumber/gherkin/issues/129) Aslak Hellesøy)
347
-
348
- ## [2.4.21](https://github.com/cucumber/gherkin/compare/v2.4.20...v2.4.21)
349
-
350
- ### Bugfixes
351
- * Revert json dependency back to >= 1.4.6 since many apps still use old json. (Aslak Hellesøy)
352
-
353
- ## [2.4.20](https://github.com/cucumber/gherkin/compare/v2.4.18...v2.4.20)
354
-
355
- (The 2.4.19 release got messed up).
356
-
357
- ### Bugfixes
358
-
359
- * Filtering on Examples with 0 or 1 row now works ([from mailing list](http://groups.google.com/group/cukes/browse_thread/thread/3e55777ee29c445c) Aslak Hellesøy)
360
- * Exclude .gitignore files from packaged gem ([#125](https://github.com/cucumber/gherkin/pull/125) John Hume)
361
-
362
- ## [2.4.18](https://github.com/cucumber/gherkin/compare/v2.4.17...v2.4.18)
363
-
364
- ### New Features
365
-
366
- * Fenced Code Blocks for DocStrings ([#123](https://github.com/cucumber/gherkin/issues/123) Gregory Hnatiuk, Aslak Hellesøy)
367
-
368
- ## [2.4.17](https://github.com/cucumber/gherkin/compare/v2.4.16...v2.4.17)
369
-
370
- ### New Features
371
-
372
- * Jar file is now deployed to Maven central, making installation a little easier (Aslak Hellesøy)
373
- * Both Ruby and Java API docs are on cukes.info. See README for details. (Aslak Hellesøy)
374
-
375
- ## [2.4.16](https://github.com/cucumber/gherkin/compare/v2.4.15...v2.4.16)
376
-
377
- ### New Features
378
-
379
- * [Java] TagExpression.eval() takes a Collection instead of List. That lets us pass a Set. (Aslak Hellesøy)
380
-
381
- ## [2.4.15](https://github.com/cucumber/gherkin/compare/v2.4.14...v2.4.15)
382
-
383
- ### New Features
384
-
385
- * [Java] Pretty formatter knows how to print deleted (-) or inserted (+) table rows. (Aslak Hellesøy)
386
-
387
- ## [2.4.14](https://github.com/cucumber/gherkin/compare/v2.4.13...v2.4.14)
388
-
389
- ### New Features
390
-
391
- * [Java] Publish source jars to Maven repo (Aslak Hellesøy)
392
- * [Java] Made NiceAppendable public - it's handy for Cucumber-JVM too (Aslak Hellesøy)
393
-
394
- ## [2.4.13](https://github.com/cucumber/gherkin/compare/v2.4.12...v2.4.13)
395
-
396
- No changes, but previous release failed while pushing gems (rubygems.org bug?)
397
-
398
- ## [2.4.12](https://github.com/cucumber/gherkin/compare/v2.4.11...v2.4.12)
399
-
400
- ### Bugfixes
401
-
402
- * [Java] Fixed Maven warnings. (Aslak Hellesøy)
403
-
404
- ### New Features
405
-
406
- * [Java] Fixed bug in Result.getErrorMessage() when it was created with a Throwable. (Aslak Hellesøy)
407
- * [Java] PrettyFormatter and JSONFormatter take Appendable instead of OutputStream/Writer. (Aslak Hellesøy)
408
-
409
- ### Changed Features
410
-
411
- * [Java] PrettyFormatter and JSONFormatter no longer flush. Make sure you pass an OutputStream/Writer that autoflushes. (Aslak Hellesøy)
412
-
413
- ## [2.4.11](https://github.com/cucumber/gherkin/compare/v2.4.10...v2.4.11)
414
-
415
- ### Bugfixes
416
-
417
- * Changed rake-compiler version from '~> 1.7.9' to '>= 1.7.9' since the fix in 2.4.10 seemed to have no effect. I hate the Ruby ecosystem today. (Aslak Hellesøy)
418
-
419
- ## [2.4.10](https://github.com/cucumber/gherkin/compare/v2.4.9...v2.4.10)
420
-
421
- ### Bugfixes
422
-
423
- * Changed rake-compiler version from '1.7.9' to '~> 1.7.9' since the fix in 2.4.9 seemed to have no effect. (Aslak Hellesøy)
424
-
425
- ## [2.4.9](https://github.com/cucumber/gherkin/compare/v2.4.8...v2.4.9)
426
-
427
- ### Bugfixes
428
-
429
- * Changed rake-compiler version from '= 1.7.9' to '1.7.9' to work around install problems caused by https://github.com/rubygems/rubygems/pull/121 (Aslak Hellesøy)
430
-
431
- ## [2.4.8](https://github.com/cucumber/gherkin/compare/v2.4.7...v2.4.8)
432
-
433
- ### Bugfixes
434
-
435
- * Remove another awesome_print which was left over from 2.4.7. (Aslak Hellesøy)
436
- * Make specs/features pass when LANG=C (or LC_CTYPE=C). (#118 Antonio Terceiro, Aslak Hellesøy)
437
-
438
- ## [2.4.7](https://github.com/cucumber/gherkin/compare/v2.4.6...v2.4.7)
439
-
440
- ### Bugfixes
441
-
442
- * Remove awesome_print (which was used for debuging). (Antonio Terceiro)
443
-
444
- ### New Features
445
-
446
- * Added I18n.getLocale() to Java impl. (Aslak Hellesøy)
447
-
448
- ## [2.4.6](https://github.com/cucumber/gherkin/compare/v2.4.5...v2.4.6)
449
-
450
- ### Bugfixes
451
- * Added Icelandic translation (Ægir Örn Símonarson)
452
- * JavaScript: String prototype has no "trimRight" function. Fixes failure in Opera. (Julien Biezemans)
453
-
454
- ## [2.4.5](https://github.com/cucumber/gherkin/compare/v2.4.4...v2.4.5)
455
-
456
- No changes, releasing again since the 2.4.4 release failed halfway through.
457
-
458
- ## [2.4.4](https://github.com/cucumber/gherkin/compare/v2.4.3...v2.4.4)
459
-
460
- ### Bugfixes
461
- * JRuby fixes. Symbols and streams are now properly converted before passing from ruby to java. (Aslak Hellesøy)
462
- * json-simple and base64 jar files (used by some of the java classes) are now embedded in the jruby gem (Aslak Hellesøy)
463
-
464
- ## [2.4.3](https://github.com/cucumber/gherkin/compare/v2.4.2...v2.4.3)
465
-
466
- ### Changed Features
467
- * Added a small hack to the java Result class to work around [Cucumber bug #97](https://github.com/cucumber/cucumber/issues/97) (Aslak Hellesøy)
468
-
469
- ## [2.4.2](https://github.com/cucumber/gherkin/compare/v2.4.1...v2.4.2)
470
-
471
- ### Changed Features
472
- * Formatter and Reporter are now two distinct interfaces. JSONParser takes one of each in ctor. (Aslak Hellesøy)
473
-
474
- ## [2.4.1](https://github.com/cucumber/gherkin/compare/v2.4.0...v2.4.1)
475
-
476
- ### New Features
477
- * None - just updated build system to the latest Cucumber (Aslak Hellesøy)
478
-
479
- ## [2.4.0](https://github.com/cucumber/gherkin/compare/v2.3.10...v2.4.0)
480
-
481
- ### Bugfixes
482
- * Don't use -Werror in production code ([#106](https://github.com/cucumber/gherkin/pull/106) Hans de Graaff)
483
-
484
- ### New Features
485
- * YARD based API docs at http://cukes.info/gherkin/api/ruby/latest/ (Aslak Hellesøy)
486
-
487
- ### Changed Features
488
- * py_string/PyString changed to doc_string/DocString, ref https://github.com/cucumber/cucumber/issues/74 (Aslak Hellesøy)
489
-
490
- ## [2.3.10](https://github.com/cucumber/gherkin/compare/v2.3.9...v2.3.10)
491
-
492
- ### Bugfixes
493
- * Relax development dependency version on builder. (#105 Aslak Hellesøy).
494
-
495
- ## [2.3.9](https://github.com/cucumber/gherkin/compare/v2.3.8...v2.3.9)
496
-
497
- ### New features
498
- * Javascript lexers support http://requirejs.org/ modules as well as node.js (Aslak Hellesøy).
499
-
500
- ## [2.3.8](https://github.com/cucumber/gherkin/compare/v2.3.7...v2.3.8)
501
-
502
- ### Insignificant changes
503
- * Improve build system so we don't need to add generated js lexers to git.
504
-
505
- ## [2.3.7](https://github.com/cucumber/gherkin/compare/v2.3.6...v2.3.7)
506
-
507
- * Removed incorrect (and unneeded) case statement that could blow up if V8 is installed. (Aslak Hellesøy, Niklas H)
508
- * Added connect support for gherkin.js (Aslak Hellesøy)
509
-
510
- ## [2.3.6](https://github.com/cucumber/gherkin/compare/v2.3.5...v2.3.6)
511
-
512
- ### New Features
513
- * Javascript implementation (#38 Aslak Hellesøy)
514
-
515
- ### Bugfixes
516
- * Fix compilation error on Arch Linux (#98,#99 Ben Hamill)
517
- * Corrected Russian translation (#97 Vagif Abilov)
518
-
519
- ## [2.3.5](https://github.com/cucumber/gherkin/compare/v2.3.4...v2.3.5)
520
-
521
- ### Changes
522
- * Relaxed gem dependencies to use >=. (Rob Slifka, Aslak Hellesøy)
523
-
524
- ## [2.3.4](https://github.com/cucumber/gherkin/compare/v2.3.3...v2.3.4)
525
-
526
- ### Changes
527
- * Fixing C90 errors on Ubuntu Natty (#92 Colin Dean)
528
- * Romanian (ro) language update, extracted from a real-world project. (Iulian Dogariu)
529
-
530
- ## [2.3.3](https://github.com/cucumber/gherkin/compare/v2.3.2...v2.3.3)
531
-
532
- ### Changes
533
- * No more dependencies on external ANSI escape libraries (Ruby:term-ansicolor, Java:Jansi). DIY is better! (Aslak Hellesøy)
534
- * Added duration (in millseconds) to Result. (Aslak Hellesøy)
535
- * Additional Polish aliases (Mike Połtyn)
536
-
537
- ## [2.3.2](https://github.com/cucumber/gherkin/compare/v2.3.0...v2.3.2)
538
-
539
- (Somehow 2.3.1 was released improperly shortly after 2.3.0 - not sure what fixes went into that!)
540
-
541
- ### Bugfixes
542
- * Preserve whitespace in descriptions. Leading whitespace in descriptions are stripped upto preceding keyword + 2 spaces (#87 Matt Wynne, Gregory Hnatiuk, Aslak Hellesøy)
543
- * Fix incorrect indentation of Examples descriptions (Gregory Hnatiuk)
544
- * Can't define new line characters in Example Table Cell's Content. (#85 George Montana Harkin, Aslak Hellesøy)
545
-
546
- ## [2.3.0](https://github.com/cucumber/gherkin/compare/v2.2.9...v2.3.0)
547
-
548
- ### New Features
549
- * New aliases for Scenario Outline in Swedish, Norwegian and English. (Peter Krantz, Aslak Hellesøy)
550
- * Improved build documentation for people who want to contribute. (Aslak Hellesøy)
551
- * Results can now be outputted/parsed in JSON. (Aslak Hellesøy)
552
- * JSON output now contains optional "match", "result" and "embeddings" elements underneath each step. (Aslak Hellesøy)
553
- * Added support for Base64 encoded embeddings in JSON representation. Useful for screenshots etc. (Aslak Hellesøy)
554
-
555
- ## [2.2.9](https://github.com/cucumber/gherkin/compare/v2.2.8...v2.2.9)
556
-
557
- ### New Features
558
- * PrettyFormatter can format features both with and without ANSI Colors. Using Jansi on Java. (Aslak Hellesøy)
559
- * Extended Java Formatter API with a steps(List<Step>) method for better reporting in Java (Aslak Hellesøy)
560
-
561
- ## [2.2.8](https://github.com/cucumber/gherkin/compare/v2.2.7...v2.2.8)
562
-
563
- ### Removed Features
564
- * Trollop based CLI - didn't find a good use for it yet. (Aslak Hellesøy)
565
-
566
- ## [2.2.7](https://github.com/cucumber/gherkin/compare/v2.2.6...v2.2.7)
567
-
568
- ### Bugfixes
569
- * I18n.getCodeKeywords() on Java didn't strip '!'. Not anymore. (Aslak Hellesøy)
570
-
571
- ## [2.2.6](https://github.com/cucumber/gherkin/compare/v2.2.5...v2.2.6)
572
-
573
- ### Bugfixes
574
- * I18n.getCodeKeywords() on Java included '*'. Not anymore. (Aslak Hellesøy)
575
-
576
- ## [2.2.5](https://github.com/cucumber/gherkin/compare/v2.2.4...v2.2.5)
577
-
578
- ### New Features
579
- * Gherkin will scan all top comments for the language comment. (Aslak Hellesøy)
580
-
581
- ## [2.2.4](https://github.com/cucumber/gherkin/compare/v2.2.3...v2.2.4)
582
-
583
- ### Bugfixes
584
- * C99 features used by gherkin code (#75 Graham Agnew)
585
-
586
- ## [2.2.3](https://github.com/cucumber/gherkin/compare/v2.2.2...v2.2.3)
587
-
588
- ### Bugfixes
589
- * Add back missing development dependency on cucumber (Aslak Hellesøy)
590
-
591
- ## [2.2.2](https://github.com/cucumber/gherkin/compare/v2.2.1...v2.2.2)
592
-
593
- ### New Features
594
- * Use json instead of json_pure (Aslak Hellesøy)
595
- * JSON formatter and parser can now omit JSON serialization (for speed) and work directly on objects (Aslak Hellesøy)
596
-
597
- ## [2.2.1](https://github.com/cucumber/gherkin/compare/v2.2.0...v2.2.1)
598
-
599
- ### New Features
600
- * 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)
601
-
602
- ### Changed features
603
- * Build system no longer uses Jeweler - only Rake, Bundler and Rubygems (Aslak Hellesøy)
604
-
605
- ## [2.2.0](https://github.com/cucumber/gherkin/compare/v2.1.5...v2.2.0)
606
-
607
- This release breaks some APIs since the previous 2.1.5 release. If you install gherkin 2.2.0 you must also upgrade to
608
- Cucumber 0.9.0.
609
-
610
- ### Bugfixes
611
- * I18nLexer doesn't recognise language header with \r\n on OS X. (#70 Aslak Hellesøy)
612
-
613
- ### New Features
614
- * Pure Java FilterFormatter. (Aslak Hellesøy)
615
- * Pure Java JSONFormatter. (Aslak Hellesøy)
616
-
617
- ### Changed Features
618
- * All formatter events take exactly one argument. Each argument is a single object with all data. (Aslak Hellesøy)
619
- * Several java classes have moved to a different package in order to improve separation of concerns. (Aslak Hellesøy)
620
-
621
- ## [2.1.5](https://github.com/cucumber/gherkin/compare/v2.1.4...v2.1.5)
622
-
623
- ### Bugfixes
624
- * Line filter works on JRuby with Scenarios without steps. (Aslak Hellesøy)
625
-
626
- ### Changed Features
627
- * The JSON schema now puts background inside the "elements" Array. Makes parsing simpler. (Aslak Hellesøy)
628
-
629
- ## [2.1.4](https://github.com/cucumber/gherkin/compare/v2.1.3...v2.1.4)
630
-
631
- ### Bugfixes
632
- * #steps fails on JRuby with 2.1.3 (#68 Aslak Hellesøy)
633
-
634
- ## [2.1.3](https://github.com/cucumber/gherkin/compare/v2.1.2...v2.1.3)
635
-
636
- ### Bugfixes
637
- * Examples are not cleared when an ignored Scenario Outline/Examples is followed by a Scenario. (#67 Aslak Hellesøy)
638
-
639
- ## [2.1.2](https://github.com/cucumber/gherkin/compare/v2.1.1...v2.1.2)
640
-
641
- ### Bugfixes
642
- * Fix some missing require statements that surfaced when gherkin was used outside Cucumber. (Aslak Hellesøy)
643
-
644
- ## [2.1.1](https://github.com/cucumber/gherkin/compare/v2.1.0...v2.1.1)
645
-
646
- The previous release had a missing gherkin.jar in the jruby gem. This release fixes that. For good this time!
647
-
648
- ## [2.1.0](https://github.com/cucumber/gherkin/compare/v2.0.2...v2.1.0)
649
-
650
- ### New Features
651
- * Pirate! (anteaya)
652
- * Tag limits for negative tags (Aslak Hellesøy)
653
-
654
- ### Changed Features
655
- * The formatter API has changed and the listener API is now only used internally. (Aslak Hellesøy)
656
-
657
- ### Removed Features
658
- * FilterListener has been replaced with FilterFormatter. Currently only in Ruby (no Java impl yet). (Aslak Hellesøy)
659
-
660
- ## [2.0.2](https://github.com/cucumber/gherkin/compare/v2.0.1...v2.0.2)
661
-
662
- ### New Features
663
- * New JSON Lexer. (Gregory Hnatiuk)
664
-
665
- ### Bugfixes
666
- * Fixed incorrect indentation for descriptions in Java. (Aslak Hellesøy)
667
- * Fixed support for xx-yy languages and Hebrew and Indonesian (JDK bugs). (Aslak Hellesøy)
668
-
669
- ### Changed Features
670
- * Examples are now nested inside the Scenario Outline in the JSON format. (Gregory Hnatiuk)
671
-
672
- ## [2.0.1](https://github.com/cucumber/gherkin/compare/v2.0.0...v2.0.1)
673
-
674
- The previous release had a missing gherkin.jar in the jruby gem. This release fixes that.
675
-
676
- ## [2.0.0](https://github.com/cucumber/gherkin/compare/v1.0.30...v2.0.0)
677
-
678
- We're breaking the old listener API in this release, and added a new JSON formatter,
679
- which calls for a new major version.
680
-
681
- ### New Features
682
- * New JSON formatter. (Aslak Hellesøy, Joseph Wilk)
683
- * New synonyms for Hungarian (Bence Golda)
684
- * Upgraded to use RSpec 2.0.0 (Aslak Hellesøy)
685
-
686
- ### Bugfixes
687
- * undefined method `<=>' on JRuby (#52 Aslak Hellesøy)
688
- * Include link to explanation of LexingError (Mike Sassak)
689
-
690
- ### Changed Features
691
- * The formatter API has completely changed. There is a Gherkin Listener API and a Formatter API.
692
- The FormatterListener acts as an adapter between them. (Aslak Hellesøy)
693
- * The listener API now has an additional argument for description (text following the first line of Feature:, Scenario: etc.) (Gregroy Hnatiuk, Matt Wynne)
694
-
695
- ## [1.0.30](https://github.com/cucumber/gherkin/compare/v1.0.29...v1.0.30)
696
-
697
- ### New Features
698
- * Native gems for IronRuby. Bundles IKVM OpenJDK dlls as well as ikvmc-compiled gherkin.dll. Experimental! (Aslak Hellesøy)
699
-
700
- ## [1.0.29](https://github.com/cucumber/gherkin/compare/v1.0.28...v1.0.29)
701
-
702
- ### Bugfixes
703
- * Use I18n.class' class loader instead of context class loader to load Java lexers. Hoping this fixes loading bug for good. (Aslak Hellesøy)
704
-
705
- ## [1.0.28](https://github.com/cucumber/gherkin/compare/v1.0.27...v1.0.28)
706
-
707
- ### Bugfixes
708
- * Use context class loader instead of boot class loader to load Java lexers. (Aslak Hellesøy)
709
- * Only add gcc flags when the compiler is gcc. (#60 Aslak Hellesøy, Christian Höltje)
710
-
711
- ## [1.0.27](https://github.com/cucumber/gherkin/compare/v1.0.26...v1.0.27)
712
-
713
- ### New Features
714
- * Table cells can now contain escaped bars - \| and escaped backslashes - \\. (#48. Gregory Hnatiuk, Aslak Hellesøy)
715
- * Luxemburgish (lu) added. (Christoph König)
716
-
717
- ## [1.0.26](https://github.com/cucumber/gherkin/compare/v1.0.25...v1.0.26)
718
-
719
- ### New Features
720
- * Ignore the BOM that many retarded Windows editors insist on sticking in the beginning of a file. (Aslak Hellesøy)
721
-
722
- ## [1.0.25](https://github.com/cucumber/gherkin/compare/v1.0.24...v1.0.25)
723
-
724
- ### Bugfixes
725
- * Allow fallback to a slower ruby lexer if the C lexer can't be loaded for some reason.
726
- * Can't run specs in gherkin 1.0.24 (#59 Aslak Hellesøy)
727
-
728
- ## [1.0.24](https://github.com/cucumber/gherkin/compare/v1.0.23...v1.0.24)
729
-
730
- ### Bugfixes
731
- * hard tabs crazy indentation for pystrings in formatter (#55 Aslak Hellesøy)
732
-
733
- ## [1.0.23](https://github.com/cucumber/gherkin/compare/v1.0.22...v1.0.23)
734
-
735
- ### Changed Features
736
- * Java API now uses camelCased method names instead of underscored (more Java-like) (Aslak Hellesøy)
737
-
738
- ## [1.0.22](https://github.com/cucumber/gherkin/compare/v1.0.21...v1.0.22)
739
-
740
- ### Bugfixes
741
- * Make prebuilt binaries work on both Ruby 1.8.x and 1.9.x on Windows (#54 Luis Lavena, Aslak Hellesøy)
742
-
743
- ## [1.0.21](https://github.com/cucumber/gherkin/compare/v1.0.20...v1.0.21)
744
-
745
- ### Bugfixes
746
- * Fix compile warning on ruby 1.9.2dev (2009-07-18 trunk 24186) (#53 Aslak Hellesøy)
747
-
748
- ## [1.0.20](https://github.com/cucumber/gherkin/compare/v1.0.19...v1.0.20)
749
-
750
- ### Bugfixes
751
- * The gherkin CLI is working again (Gregory Hnatiuk)
752
-
753
- ## [1.0.19](https://github.com/cucumber/gherkin/compare/v1.0.18...v1.0.19)
754
-
755
- ### New Features
756
- * Works with JRuby 1.5.0.RC1 (Aslak Hellesøy)
757
-
758
- ### Changed Features
759
- * I18n.code_keywords now return And and But as well, making Cucumber StepDefs a little more flexible (Aslak Hellesøy)
760
-
761
- ## [1.0.18](https://github.com/cucumber/gherkin/compare/v1.0.17...v1.0.18)
762
-
763
- ### Bugfixes
764
- * Explicitly use UTF-8 encoding when scanning source with Java lexer. (Aslak Hellesøy)
765
-
766
- ## [1.0.17](https://github.com/cucumber/gherkin/compare/v1.0.16...v1.0.17)
767
-
768
- ### Bugfixes
769
- * Gherkin::I18n.keyword_regexp was broken (used for 3rd party code generation). (#51 Aslak Hellesøy)
770
-
771
- ## [1.0.16](https://github.com/cucumber/gherkin/compare/v1.0.15...v1.0.16)
772
- (Something went wrong when releasing 1.0.15)
773
-
774
- ### Bugfixes
775
- * Reduced risk of halfway botched releases. (Aslak Hellesøy)
776
-
777
- ## [1.0.15](https://github.com/cucumber/gherkin/compare/v1.0.14...v1.0.15)
778
-
779
- ### New Features
780
- * Implemented more functionality in I18n.java. (Aslak Hellesøy)
781
-
782
- ### Changed Features
783
- * Java methods are no longer throwing Exception (but RuntimeException). (Aslak Hellesøy)
784
-
785
- ## [1.0.14](https://github.com/cucumber/gherkin/compare/v1.0.13...v1.0.14)
786
- (Something went wrong when releasing 1.0.13)
787
-
788
- ## [1.0.13](https://github.com/cucumber/gherkin/compare/v1.0.12...v1.0.13)
789
-
790
- ### New Features
791
- * Filter on Background name. (Aslak Hellesøy)
792
-
793
- ## [1.0.12](https://github.com/cucumber/gherkin/compare/v1.0.11...v1.0.12)
794
-
795
- ### Bugfixes
796
- * Fixed incorrect filtering of pystring in Background. (Mike Sassak)
797
-
798
- ## [1.0.11](https://github.com/cucumber/gherkin/compare/v1.0.10...v1.0.11)
799
-
800
- ### Bugfixes
801
- * Fixed bad packaging (C files were not packaged in POSIX gem)
802
-
803
- ## [1.0.10](https://github.com/cucumber/gherkin/compare/v1.0.09...v1.0.10)
804
-
805
- ### New Features
806
- * Added Esperanto and added a Russian synonym for Feature. (Antono Vasiljev)
807
- * Pure Java implementation of FilterListener and TagExpression (Mike Gaffney, Aslak Hellesøy)
808
-
809
- ### Changed Features
810
- * TagExpression takes array args instead of varargs. (Aslak Hellesøy)
811
-
812
- ## [1.0.9](https://github.com/cucumber/gherkin/compare/v1.0.8...v1.0.9)
813
-
814
- ### Bugfixes
815
- * Triple escaped quotes (\"\"\") in PyStrings are unescaped to """. (Aslak Hellesøy)
816
-
817
- ## [1.0.8](https://github.com/cucumber/gherkin/compare/v1.0.7...v1.0.8)
818
-
819
- ### Bugfixes
820
- * Removed illegal comma from Ukrainian synonym. (Aslak Hellesøy)
821
-
822
- ## [1.0.7](https://github.com/cucumber/gherkin/compare/v1.0.6...v1.0.7)
823
-
824
- ### Bugfixes
825
- * Fixed problems with packaging of 1.0.6 release. (Aslak Hellesøy)
826
-
827
- ## [1.0.6](https://github.com/cucumber/gherkin/compare/v1.0.5...v1.0.6)
828
-
829
- ### New Features
830
- * Fully automated release process. (Aslak Hellesøy)
831
-
832
- ### Changed Features
833
- * Made generated classes use a more uniform naming convention. (Aslak Hellesøy)
834
-
835
- ### Removed Features
836
- * Removed C# port, obsoleted by IKVM build from 1.0.5. (Aslak Hellesøy)
837
-
838
- ## [1.0.5](https://github.com/cucumber/gherkin/compare/v1.0.4...v1.0.5)
839
-
840
- ### New Features
841
- * New .NET build of gherkin - an ikvmc build of gherkin.jar to gherkin.dll. (Aslak Hellesøy)
842
-
843
- ### Bugfixes
844
- * Made parsers reusable so that the same instance can parse several features. (Aslak Hellesøy)
845
-
846
- ## [1.0.4](https://github.com/cucumber/gherkin/compare/v1.0.3...v1.0.4)
847
-
848
- ### New features
849
- * Pure java releases of Gherkin at http://cukes.info/maven
850
- * A FilterListener in Ruby that is the last missing piece to plug Gherkin into Cucumber. (Gregory Hnatiuk, Aslak Hellesøy, Matt Wynne, Mike Sassak)
851
-
852
- ### Changed features
853
- * The Lexer now emits the '@' for tags. (Aslak Hellesøy)
854
-
855
- ## [1.0.3](https://github.com/cucumber/gherkin/compare/v1.0.2...v1.0.3)
856
-
857
- ### Bugfixes
858
- * The C lexer correctly instantiates a new array for each table, instead of reusing the old one. (Aslak Hellesøy)
859
- * Emit keywords with space instead of stripping (< keywords are emmitted without space) (Aslak Hellesøy)
860
- * gherkin reformat now prints comments, and does it with proper indentation (Aslak Hellesøy)
861
- * .NET resource files are now automatically copied into the .dll (#46 Aslak Hellesøy)
862
-
863
- ### New features
864
- * The Pure Java implementation now has a simple main method that pretty prints a feature. (#39 Aslak Hellesøy)
865
- * Writing code generated i18n syntax highlighters for Gherkin is a lot easier thanks to several convenience methods in Gherkin::I18n. (Aslak Hellesøy)
866
- * .NET (C#) port (#36, #37 Attila Sztupak)
867
- * Tables parsed and sent by row rather than by table. (Mike Sassak)
868
-
869
- ### Changed features
870
- * Switced to ISO 639-1 (language) and ISO 3166 alpha-2 (region - if applicable). Applies to Catalan,
871
- Swedish, Welsh, Romanian and Serbian. (Aslak Hellesøy)
872
-
873
- ## [1.0.2](https://github.com/cucumber/gherkin/compare/v1.0.1...v1.0.2)
874
-
875
- ### Bugfixes
876
- * Build passes on Ruby 1.9.2 (Aslak Hellesøy)
877
-
878
- ### New features
879
- * New command line based on trollop. Commands: reformat, stats. (Aslak Hellesøy)
880
- * I18nLexer#scan sets #language to the I18n for the language scanned (Mike Sassak)
881
- * I18n#adverbs, brings I18n to parity with Cucumber::Parser::NaturalLanguage (Mike Sassak)