All Versions
144
Latest Version
Avg Release Cycle
26 days
Latest Release
513 days ago

Changelog History
Page 14

  • v1.0.0.RC5 Changes

    January 17, 2012
    • [Clojure] Snippets use single quote instead of double quote for comments.
    • 🏁 [All] Stepdefs in jars were not loaded correctly on Windows. (#139)
    • 🏗 [Build] Fixed repeated Ant builds. (#141)
    • 🏗 [Build] Push to local maven repo. (#143)
  • v1.0.0.RC4 Changes

    January 16, 2012
    • 🏗 [Build] Fixed transitive dependencies in POM files. (#140)
    • 🏗 [Build] Use a dot (not a hyphen) in RC version names. Required for JRuby gem.
    • 🚀 [Build] Started tagging repo after release.
  • v1.0.0-RC3 Changes

    January 14, 2012
    • 🚀 First proper release

    🚀 <!-- Releases --> 🚀 [Unreleased]: https://github.com/cucumber/cucumber-jvm/compare/v7.4.1...main

  • v1.0.0.RC24 Changes

    March 22, 2012
    • [Core] Understandable error message if a formatter needs output location. (#148, #232, #269 Aslak Hellesøy)
    • 0️⃣ [JUnit] Running with JUnit uses a null formatter by default (instead of a progress formatter). (Aslak Hellesøy)
    • 🚀 [Clojure] Fix release artifacts so cucumber-clojure can be released. (#270 Aslak Hellesøy)
    • [Java] The @Pending annotation no longer exists. Throw a PendingException instead (#271 Aslak Hellesøy)
  • v1.0.0.RC23 Changes

    March 20, 2012
    • [JUnit] CucumberException when running Cucumber with Jacoco code coverage (#258 Jan Stamer, Aslak Hellesøy)
    • 🏗 [Scala] Scala Javadoc problems with build (#231 Aslak Hellesøy)
  • v1.0.0.RC22 Changes

    March 20, 2012
    • [Java] Snippets for DataTable include a hint about using List, so people discover this neat technique (Aslak Hellesøy)
    • 📄 [Core] Support DocString and DataTable in generated snippets (#227 Aslak Hellesøy)
    • 📜 [Core] Fix broken --tags option (and get rid of JCommander for CLI parsing). (#266 Aslak Hellesøy)
    • [Clojure] Make Clojure DSL syntax cleaner (#244 #267 rplevy-draker)
    • [Clojure] Native Clojure backend (#138 #265 Kevin Downey, Nils Wloka)
    • [JUnit] Added format attribute to @Cucumber.Options (Aslak Hellesøy)
  • v1.0.0.RC21 Changes

    March 18, 2012
    • 👻 [Core] Ignore duplicate features instead of throwing exception. (#259 Aslak Hellesøy)
    • [Core] Wrong message when runner on a non existing tag on feature (#245 Aslak Hellesøy, Jérémy Goupil)
    • 💎 [Groovy, JRuby, Rhino] Make sure UTF-8 encoding is used everywhere (#251 Aslak Hellesøy)
    • 🛠 [Core, Cloure] Fixed StepDefinitionMatch to work with StepDefinitions that return null for getParameterTypes (#250, #255 Nils Wloka)
    • [Java] Open up the JavaBackend API to ease integration from other tools (#257 Aslak Hellesøy).
    • 👍 [Java] Inheritance in glue classes (stepdefs and hooks) is no longer supported - it causes too many problems. (Aslak Hellesøy).
    • [JUnit] @Cucumber.Options annotation replaces @Feature annotation (#160 Aslak Hellesøy)
    • 🐎 [Spring] Slow Spring context performance (#241, #242 Vladimir Klyushnikov)
    • 👍 [Core] Support for java.util.Calendar arguments in stepdefs. (Aslak Hellesøy)
  • v1.0.0.RC20 Changes

    February 29, 2012
    • [JUnit] Improved JUnit runner. (#107, #211, #216 Giso Deutschmann)
    • [Core] Stacktrace filtering filters away too much. (#228 Aslak Hellesøy)
    • [Groovy] Fix native Groovy cucumber CLI (#212 Martin Hauner)
    • [Core] Indeterministic feature ordering on Unix (#224 hutchy2570)
    • 💅 [JUnit] New JUnitFormatter (--format junit) that outputs Ant-style JUnit XML. (#226, #171 Vladimir Miguro)
  • v1.0.0.RC16 Changes

    February 20, 2012
    • [Core] Embed text and images in reports. (#205 Aslak Hellesøy)
    • [Core] Detect duplicate step definitions. (Aslak Hellesøy)
    • [Java] Auto-generated step definitions should escape dollar signs / other regex chars (#204, #215 Ian Dees)
    • [Core] Scenario Outlines work with tagged hooks. (#209, #210 Aslak Hellesøy)
    • [Spring] Allowed customization of Spring step definitions context (#203 Vladimir Klyushnikov)
    • [Core] Ambiguous step definitions don't cause Cucumber to blow up, they just fail the step. (Aslak Hellesøy)
    • 🛠 [Java] Fixed NullPointerException in ClasspathMethodScanner (#201 Vladimir Klyushnikov)
    • [Groovy] Compiled Groovy stepdef scripts are found as well as source ones (Aslak Hellesøy)
    • 🌐 [Jython] I18n translations for most languages. Languages that can't be transformed to ASCII are excluded. (#176, #197 Stephen Abrams)
  • v1.0.0.RC15 Changes

    February 07, 2012
    • [Java] You must use cucumber.runtime.xstream instead of com.thoughtworks.xstream for custom converters.
    • 📦 [Core] XStream and Diffutils are now packaged inside the cucumber-core jar under new package names. (#179 Aslak Hellesøy)
    • [Core] Fail if no features are found (#163 Aslak Hellesøy)
    • [Core] Fail if duplicate features are detected (#165 Aslak Hellesøy)