Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.65 KB

HISTORY.md

File metadata and controls

37 lines (21 loc) · 1.65 KB

In Git

New Features

None yet

Bugfixes

None yet

0.3 (22 December 2013)

New Features

  • Added BEFORE_ALL and AFTER_ALL macros (#65 Larry Price)
  • Added CalcQt example (#58 Gianni Ambrosio)
  • Replaced USING_CONTEXT with ScenarioScope (27256e9 Paolo Ambrosio)
  • Changed include name from core.hpp to defs.hpp (5bbac06 Paolo Ambrosio)
  • Project rename from CukeBins to Cucumber-Cpp (efecfd0 Paolo Ambrosio)

Bugfixes

  • Fixed socket server bug in VS2012 forcing Boost 1.51 (#57 Jared Szechy, e41a9b7 Paolo Ambrosio)
  • Fixed crashes on some architectures (#52 Sabst)
  • Fixed AFTER hook ordering issue (#43 Greg Williams)
  • Added default empty constructor to work with less permissive gcc 4.6 settings (#38 Hugo Ferreira)

0.2 (25 June 2011)

TODO

0.1 (03 May 2010)

  • Initial implementation