Skip to content

Releases: rails/rails-dom-testing

v2.2.0

03 Aug 14:57
v2.2.0
a14001a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.1...v2.2.0

v2.1.1

30 Jun 19:10
v2.1.1
8795bc6
Compare
Choose a tag to compare

What's Changed

  • Fix issue when application isn't using minitest.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

30 Jun 17:36
v2.1.0
c078a89
Compare
Choose a tag to compare

What's Changed

  • Address warning: mismatched indentations at 'when' with 'case' by @yahonda in #74
  • Make assert_dom_equal ignore insignificant whitespace when walking the node tree by @jduff in #84
  • Expand Substitution Matching Types support by @seanpdoyle in #90
  • Alias assert_select methods to assert_dom versions by @seanpdoyle in #93
  • Raise an error if the last arg is the wrong format by @ghiculescu in #96
  • Fix replacement for multiple substitutions by @speckins in #76
  • Better error message if response.body is blank or not parseable by Nokogiri by @ghiculescu in #97
  • selector_assertions/html_selector: No trailing . on content_mismatch by @issyl0 in #102
  • Use Minitest::Assertion#diff for content failure messages by @flavorjones in #106

New Contributors

Full Changelog: v2.0.3...v2.1.0

v2.0.3

26 Jun 18:12
Compare
Choose a tag to compare
  • Remove upper bound of dependencies of this gem

Full Changelog: v2.0.2...v2.0.3

v2.0.2

27 Dec 13:23
v2.0.2
Compare
Choose a tag to compare
  • Allows bundling with Nokogiri 1.7.0.

v1.0.8

27 Dec 13:43
v1.0.8
Compare
Choose a tag to compare
  • Allows bundling with Nokogiri 1.7.0.

v2.0.1

01 Jun 09:57
Compare
Choose a tag to compare
  • Raise Nokogiri CSS syntax errors instead of skipping the assertion and outputting a deprecation warning.

v2.0.0

10 May 07:02
Compare
Choose a tag to compare
  • Removes deprecated assert_tag.
  • Allows bundling with Rails 5.0.
  • Ruby 2.3 support.
  • Makes Regexps in error messages easier to read (b810e9b)

1.0.7

14 Aug 16:13
Compare
Choose a tag to compare
  • Fix deprecated assert_tag when used with assert_select.

1.0.6

17 Mar 18:15
Compare
Choose a tag to compare
  • Fix substitution on selectors