gherkin-precompiler
Version:
Simple pre-compiler for Gherkin feature files
47 lines (27 loc) • 1.78 kB
Markdown
# Changelog
## 1.3.0 - 2018-04-20
### Added
- Added predefined precompiler: scenarioOutlineExpander ([#29](https://github.com/judit-nahaj/gherkin-precompiler/issues/29))
### Changeed
- Upgraded for gherkin-assembler @2 and gherkin-ast
## 1.2.1 - 2018-02-14
### Fixed
- Fixed macro precompiler issue on backgrounds ([#27](http://github.com/judit-nahaj/gherkin-precompiler/issues/27))
## 1.2.0 - 2018-01-31
### Added
- Added predefined precompiler: removeDuplicates ([#10](https://github.com/judit-nahaj/gherkin-precompiler/issues/10))
- Added predefined precompiler: scenarioNumbering ([#6](https://github.com/judit-nahaj/gherkin-precompiler/issues/6))
- Added predefined precompiler: stepGroups ([#7](https://github.com/judit-nahaj/gherkin-precompiler/issues/7))
- Added method to create macro step ([#18](https://github.com/judit-nahaj/gherkin-precompiler/issues/18))
### Fixed
- CLI commands are not working ([#19](http://github.com/judit-nahaj/gherkin-precompiler/issues/19))
## 1.1.0 - 2017-12-04
### Added
- Added Gulp plugin ([#3](https://github.com/judit-nahaj/gherkin-precompiler/issues/3))
- Added predefined precompiler: scenarioOutlineNumbering ([#5](https://github.com/judit-nahaj/gherkin-precompiler/issues/5))
- Added predefined precompiler: macro ([#9](https://github.com/judit-nahaj/gherkin-precompiler/issues/9))
- Added predefined precompiler: forLoop ([#8](https://github.com/judit-nahaj/gherkin-precompiler/issues/8))
## 1.0.0 - 2017-09-25
### Added
- Add code to apply preprocessing rules to Gherkin feature files ([#1](https://github.com/judit-nahaj/gherkin-precompiler/issues/1))
- Add predefined precompilers: replacer ([#2](https://github.com/judit-nahaj/gherkin-precompiler/issues/2))