Changelog¶ ↑
0.0.6 (#8 2014-08-05 13:59:05)¶ ↑
Fix contantize
Bug fix¶ ↑
-
Fixes an issue with the constantization of types which are “List of <whatever>”.
0.0.5 (#7 2014-06-30 17:17:06)¶ ↑
Move to artifactory
Improvement¶ ↑
-
Move to artifactory.
0.0.4 (2014-02-24 10:59)¶ ↑
New Features¶ ↑
-
Cucumber::Ast::Table
‘s.attribute_hash
will now return a hash with values set to the class type specified if no value column is given in the table.
0.0.3 (2014-01-20 17:09)¶ ↑
New Features¶ ↑
-
Added can now specify array types with
List of <type>s
, for exampleList of Integers
orList of Strings
.
0.0.2 (2014-01-20 11:14)¶ ↑
Bug fixes¶ ↑
-
Ensure the build will run on systems without git (ie. the build box!)
0.0.1¶ ↑
Initial release