Sha256: aa361509747cb99604012588c24d41e81c708137952af0ce055958895f4358b7

Contents?: true

Size: 1.9 KB

Versions: 4

Compression:

Stored size: 1.9 KB

Contents

== 1.0.5 (2009-04-08)

=== New Features
* New .NET build of gherkin - an ikvmc build of gherkin.jar to gherkin.dll. (Aslak Hellesøy)

=== Bugfixes
* Made parsers reusable so that the same instance can parse several features. (Aslak Hellesøy)

== 1.0.4 (2009-04-07)

=== New features
* Pure java releases of Gherkin at http://cukes.info/maven
* A FilterListener in Ruby that is the last missing piece to plug Gherkin into Cucumber. (Gregory Hnatiuk, Aslak Hellesøy, Matt Wynne, Mike Sassak)

=== Changed features
* The Lexer now emits the '@' for tags. (Aslak Hellesøy)

== 1.0.3 (2009-03-31)

=== Bugfixes
* The C lexer correctly instantiates a new array for each table, instead of reusing the old one. (Aslak Hellesøy)
* Emit keywords with space instead of stripping (< keywords are emmitted without space) (Aslak Hellesøy)
* gherkin reformat now prints comments, and does it with proper indentation (Aslak Hellesøy)
* .NET resource files are now automatically copied into the .dll (#46 Aslak Hellesøy)

=== New features
* The Pure Java implementation now has a simple main method that pretty prints a feature. (#39 Aslak Hellesøy) 
* Writing code generated i18n syntax highlighters for Gherkin is a lot easier thanks to several convenience methods in Gherkin::I18n. (Aslak Hellesøy)
* .NET (C#) port (#36, #37 Attila Sztupak)
* Tables parsed and sent by row rather than by table. (Mike Sassak)

=== Changed features
* Switced to ISO 639-1 (language) and ISO 3166 alpha-2 (region - if applicable). Applies to Catalan,
  Swedish, Welsh, Romanian and Serbian. (Aslak Hellesøy)

== 1.0.2 (2009-12-30)

=== Bugfixes
* Build passes on Ruby 1.9.2 (Aslak Hellesøy)

=== New features
* New command line based on trollop. Commands: reformat, stats. (Aslak Hellesøy)
* I18nLexer#scan sets #language to the I18n for the language scanned (Mike Sassak)
* I18n#adverbs, brings I18n to parity with Cucumber::Parser::NaturalLanguage (Mike Sassak)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gherkin-1.0.5-i386-mswin32 History.txt
gherkin-1.0.5-i386-mingw32 History.txt
gherkin-1.0.5-java History.txt
gherkin-1.0.5 History.txt