Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
triskweline committed Jan 8, 2024
1 parent 135e61f commit 465d7fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


# 2.0.3

- Fix a bug where we wouldn't wait for an additional JavaScript task after a tracked event or async job.
- Fix a bug where the `Capybara::Lockstep.wait_tasks` configuration would be ignored.
- Fix a bug where the `capybara_lockstep_js` helper (for use without Rails) would not include the current configuration.


# 2.0.2

- Fix a bug where setting a logger object with `Capybara::Lockstep.debug = logger` would crash (by @dorianmarie).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
capybara-lockstep (2.0.2)
capybara-lockstep (2.0.3)
activesupport (>= 4.2)
capybara (>= 3.0)
ruby2_keywords
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara-lockstep/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Capybara
module Lockstep
VERSION = "2.0.2"
VERSION = "2.0.3"
end
end

0 comments on commit 465d7fe

Please sign in to comment.