112 lines
3.8 KiB
Markdown

# Changelog
Starting with version 1.6.0 all the changes will be documented [here](https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/releases)
## [1.6.0] - 2018-10-23
### Added
Finally! Tagging tests! (#100, #58, #46, #24 - Thanks @GlynnJKW @ChrisBAshton @jlin412 @sawasawasawa @lucetius for all the great work!)
## [1.5.1] - 2018-09-16
### Fixed
Display variable names in scenario outlines instead of placeholder ( #98 - Thanks @novascreen !)
## [1.5.0] - 2018-09-06
### Fixed
The return of This! in the step definitions. ( #96 - Thanks for reporting christiansaiki !)
## [1.4.0] - 2018-08-29
### Fixed
Reload step definitions paths after cypress starts up. This allows for recognizing files created while cypress is running. ( Thanks @cvqprs for letting me know about this, rather alarming, issue! )
### Chores
Watch mode code simplification
## [1.3.0] - 2018-08-27
### Fixed
Fix output path for bundle directory on windows platform ( #81 - Thanks @agentHoover !)
### Added
Improved TypeScript documentation example ( #92 - thanks @mhogdson ! )
## [1.2.2] - 2018-07-17
### Added
Documented example of sharing context between given, when, then steps to README file (#37).
## [1.2.1] - 2018-07-14
### Added
Instructions for using TypeScript ( #61 - thanks to @KeithGillette for discovering that it never actually worked, made possible by 1.2.0 with the input from @bensampaio )
## [1.2.0] - 2018-07-13
### Fixed
Works with Imports/Exports ! ( #52 #20 )
This possibly opens the road to using TypeScript as well :-)
Thanks to @bensampaio for the dead on suggestion how to get around this problem. :-)
## [1.1.0] - 2018-07-13
### Added
Custom Parameter types ( #66 - thanks to @oltodo !)
Support for WebStorm Step Definitions recognition ( #56 thanks kayvanbree vadimromanyak )
### Chores
Updated dependencies ( Thanks @ryzy )
Fixed documentation 404 link ( Thanks ChrisBashton !)
Updated documentation to say that TypeScript doesn't work after all :-( ( thanks to @KeithGillette for help with debugging this)
## [1.0.0] - 2018-04-21
### Added
Regular expressions working in step definitions ( #42 - thanks to @stevepkuo for reporting !)
### Changed
Scenarios run as single steps now. ( #44 / #43 - thanks so much to @BenoitAverty not only for the PR but for the courage to question the status quo/think outside of the box here :) )
This has a downside of less readable/uglier test reports, but allows realistically testing of real-world web applications. We will revisit once Cypress makes necessary adjustments - cypress-io/cypress#686
## [0.6.0] - 2018-04-09
### Added
Support for typescript ( #32 - thanks to @StefanNieuwenhuis for the PR !)
## [0.5.0] - 2018-04-04
### Added
Support for Background section ( #21 - thanks to @jmozgawa for implementing this! )
## [0.4.0] - 2018-04-03
### Fixed
Requiring files ( #30 - reported by @0xR )
### Changed
Given, When, Then are interchangeable now. Also - And/But works as well. ( #31 , #28 - thanks to @GregorD1 @jbbn and @imageica for reporting )
fileServerFolder option is not the preferred way to set path to step_definition anymore. We use cosmiconfig now. ( #16 - thanks to @reaktivo @dvelasquez for reporting and discussion )
## [0.3.0] - 2018-03-14
### Changed
Scenario will skip steps after the first failing one ( #23 - reported by @reaktivo )
## [0.2.0] - 2018-02-28
### Added
Support for Scenario Outlines ( #11 Thanks @mbaranovski !)
### Tests
Wallaby and jest configurations for super nice development experience ( Thanks @mbaranovski !)
## [0.1.0] - 2018-02-18
### Added
Support for datatables and docstrings ( #7 Thanks @fcurella !)
Allow custom dir config ( #5 Thanks @dvelasquez !)
Tests and CircleCI integration! (@lgandecki)
Changelog!
### Changed
Readme: fix configuration error (#11 Thanks @alopezsanchez !)
Updated Readme with TODO
### Code Style
Added and enforced prettier with eslint (@lgandecki)