Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
romikoops committed Sep 25, 2016
1 parent 5cd03a3 commit 4bbfe5e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
1 change: 0 additions & 1 deletion .yardopts
@@ -1,5 +1,4 @@
lib/**/*.rb
-
GETTING_STARTED.md
CONTRIBUTING.md
LICENSE
31 changes: 27 additions & 4 deletions CHANGELOG.md
@@ -1,12 +1,35 @@
## [In git](https://github.com/strongqa/howitzer/compare/v1.1.1...master)
## [In git](https://github.com/strongqa/howitzer/compare/v2.0.0...master)

### New Features
- Added REST API prerequisites

### Bugfixes

## [v2.0.0](https://github.com/strongqa/howitzer/compare/v1.1.1...v2.0.0)

### New Features
- Added REST API prerequisites with FactoryGirl
- Added Turnip supporting
- Restricted using several bdd frameworks at the same time
- Removed Opera browser supporting

### Bugfixes
- Integrated Rubocop
- Stopped Ruby supporting less than v2.2.2
- Introduced /web folder for page object elements
- Moved capybara settings to framework side
- Integrated Capybara screenshots
- Renamed and restructured default settings
- Placed everything to own namespace
- Introduced "subject" dsl method for emails
- Moved framework dependent libraries from the gem
- Introduced common tag groups for all BDD frameworks
- Stopped Rawler supporting
- Reimplemented page dsl methods from scratch
- Introduced sections and iframes
- Introduced email adapters
- Stopped supporting of output to txt file
- Removed raising error on log.error
- Removed locator storage
- Prevented capybara form dsl method usage
- Introduced new Page.on method

## [v1.1.1](https://github.com/strongqa/howitzer/compare/v1.1.0...v1.1.1)

Expand Down

0 comments on commit 4bbfe5e

Please sign in to comment.