Cucumber.js v0.1.4 Release Notes

  • ๐Ÿ”„ Changed features

    • Stop polluting the global namespace with Given(), When() and Then() (#2, Julien Biezemans)
    • ๐Ÿ‘ Step definitions can be created with the support code helper passed as 'this': this.Given(), this.When(), this.Then() and this.defineStep() (#2, Julien Biezemans)

    ๐Ÿ“š Documentation, internals and tests

    • ๐Ÿ›  Fix typo "occured" -> "occurred" (Fernando Acorreia)
    • ๐Ÿ‘Œ Improve variable names in CLI support code loader (Julien Biezemans)