- Fix a problem of deleting everything from current working directory when using Ruby >= 3.2.2. Closes #18.
!!! 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.
- Add support for Watir 6.0.
- Improve readme/documentation.
- Fix delegating methods to browser with blocks having parameters. Closes #12.
- Add license into gemspec (issue #6).
- Add support for RSpec 3.x. RSpec 2.x is not supported anymore (PR #10).
- Fix
Watir::RSpec.file_path
to not discard description (PR #11).
- Load Watir as a dependency automatically.
- Fix ActiveRecord integration. Closes #8 by Stéphane Blond.
- Add --force option for watir-rspec command line interface to force the installation even if it seems to be already installed for the project.
- Documentation tweaks.
- Add installation binary watir-rspec for easier installation of the gem.
- Many internal changes.
- README revamp.