Skip to content

Latest commit

 

History

History
56 lines (30 loc) · 1.26 KB

CHANGES.md

File metadata and controls

56 lines (30 loc) · 1.26 KB

5.0.0 - 2023/04/07

  • Fix a problem of deleting everything from current working directory when using Ruby >= 3.2.2. Closes #18.

4.0.0 - 2023/03/14

!!! yanked due to possible data loss when using Ruby 3.2.2 !!!

  • Add support for Ruby 3.x version.
  • Update Watir dependency to 7.x version.

3.0.0 - 2016/09/24

  • Add support for Watir 6.0.

2.0.3 - 2015/05/09

  • Improve readme/documentation.

2.0.2 - 2015/03/21

  • Fix delegating methods to browser with blocks having parameters. Closes #12.

2.0.1 - 2015/03/18

  • Add license into gemspec (issue #6).

2.0.0 - 2015/03/18

  • Add support for RSpec 3.x. RSpec 2.x is not supported anymore (PR #10).

1.1.3 - 2015/03/11

  • Fix Watir::RSpec.file_path to not discard description (PR #11).

1.1.2 - 2013/12/06

  • Load Watir as a dependency automatically.

1.1.1 - 2013/11/24

  • Fix ActiveRecord integration. Closes #8 by Stéphane Blond.

1.1.0 - 2013/10/05

  • Add --force option for watir-rspec command line interface to force the installation even if it seems to be already installed for the project.

1.0.1 - 2013/09/21

  • Documentation tweaks.

1.0.0 - 2013/09/21

  • Add installation binary watir-rspec for easier installation of the gem.
  • Many internal changes.
  • README revamp.