Recent Releases of https://github.com/rails/rails-dom-testing
https://github.com/rails/rails-dom-testing - 2.3.0
What's Changed
- Add
assert_not_dom,refute_dom,assert_not_select,refute_select&refute_dom_equalby @joshuay03 in https://github.com/rails/rails-dom-testing/pull/113 - Raise an error when given a block with a 0 element assertion by @joshuay03 in https://github.com/rails/rails-dom-testing/pull/116
- Raise an error when provided an invalid Range, or invalid
:minimumand:maximumby @joshuay03 in https://github.com/rails/rails-dom-testing/pull/115 assert_dom :textcollapses whitespace by @jyeharry in https://github.com/rails/rails-dom-testing/pull/123
New Contributors
- @joshuay03 made their first contribution in https://github.com/rails/rails-dom-testing/pull/113
- @m-nakamura145 made their first contribution in https://github.com/rails/rails-dom-testing/pull/118
- @jyeharry made their first contribution in https://github.com/rails/rails-dom-testing/pull/122
Full Changelog: https://github.com/rails/rails-dom-testing/compare/v2.2.0...v2.3.0
- Ruby
Published by rafaelfranca 10 months ago
https://github.com/rails/rails-dom-testing - v2.2.0
What's Changed
- Allow user to choose the HTML parser used by @flavorjones in https://github.com/rails/rails-dom-testing/pull/109
- Fix string substitution regression by @nicoco007 in https://github.com/rails/rails-dom-testing/pull/110
New Contributors
- @nicoco007 made their first contribution in https://github.com/rails/rails-dom-testing/pull/110
Full Changelog: https://github.com/rails/rails-dom-testing/compare/v2.1.1...v2.2.0
- Ruby
Published by rafaelfranca over 2 years ago
https://github.com/rails/rails-dom-testing - v2.1.1
What's Changed
- Fix issue when application isn't using minitest.
Full Changelog: https://github.com/rails/rails-dom-testing/compare/v2.1.0...v2.1.1
- Ruby
Published by rafaelfranca over 2 years ago
https://github.com/rails/rails-dom-testing - v2.1.0
What's Changed
- Address
warning: mismatched indentations at 'when' with 'case'by @yahonda in https://github.com/rails/rails-dom-testing/pull/74 - Make assert_dom_equal ignore insignificant whitespace when walking the node tree by @jduff in https://github.com/rails/rails-dom-testing/pull/84
- Expand Substitution Matching Types support by @seanpdoyle in https://github.com/rails/rails-dom-testing/pull/90
- Alias assert_select methods to assert_dom versions by @seanpdoyle in https://github.com/rails/rails-dom-testing/pull/93
- Raise an error if the last arg is the wrong format by @ghiculescu in https://github.com/rails/rails-dom-testing/pull/96
- Fix replacement for multiple substitutions by @speckins in https://github.com/rails/rails-dom-testing/pull/76
- Better error message if response.body is blank or not parseable by Nokogiri by @ghiculescu in https://github.com/rails/rails-dom-testing/pull/97
- selector_assertions/html_selector: No trailing
.oncontent_mismatchby @issyl0 in https://github.com/rails/rails-dom-testing/pull/102 - Use Minitest::Assertion#diff for content failure messages by @flavorjones in https://github.com/rails/rails-dom-testing/pull/106
New Contributors
- @nicolasleger made their first contribution in https://github.com/rails/rails-dom-testing/pull/73
- @yahonda made their first contribution in https://github.com/rails/rails-dom-testing/pull/74
- @dependabot made their first contribution in https://github.com/rails/rails-dom-testing/pull/79
- @jduff made their first contribution in https://github.com/rails/rails-dom-testing/pull/86
- @amatsuda made their first contribution in https://github.com/rails/rails-dom-testing/pull/88
- @seanpdoyle made their first contribution in https://github.com/rails/rails-dom-testing/pull/90
- @ghiculescu made their first contribution in https://github.com/rails/rails-dom-testing/pull/96
- @jbampton made their first contribution in https://github.com/rails/rails-dom-testing/pull/95
- @speckins made their first contribution in https://github.com/rails/rails-dom-testing/pull/76
- @issyl0 made their first contribution in https://github.com/rails/rails-dom-testing/pull/102
- @flavorjones made their first contribution in https://github.com/rails/rails-dom-testing/pull/103
Full Changelog: https://github.com/rails/rails-dom-testing/compare/v2.0.3...v2.1.0
- Ruby
Published by rafaelfranca over 2 years ago
https://github.com/rails/rails-dom-testing - v2.0.3
- Remove upper bound of dependencies of this gem
Full Changelog: https://github.com/rails/rails-dom-testing/compare/v2.0.2...v2.0.3
- Ruby
Published by rafaelfranca over 2 years ago
https://github.com/rails/rails-dom-testing - v1.0.8
- Allows bundling with Nokogiri 1.7.0.
- Ruby
Published by matthewd about 9 years ago
https://github.com/rails/rails-dom-testing - v2.0.2
- Allows bundling with Nokogiri 1.7.0.
- Ruby
Published by matthewd about 9 years ago
https://github.com/rails/rails-dom-testing -
- Raise Nokogiri CSS syntax errors instead of skipping the assertion and outputting a deprecation warning.
- Ruby
Published by kaspth almost 10 years ago
https://github.com/rails/rails-dom-testing - v2.0.0
- Removes deprecated
assert_tag. - Allows bundling with Rails 5.0.
- Ruby 2.3 support.
- Makes Regexps in error messages easier to read (https://github.com/rails/rails-dom-testing/commit/b810e9b59bd6da1d0e3cca001b4fd2d6f0cf418b)
- Ruby
Published by kaspth almost 10 years ago
https://github.com/rails/rails-dom-testing - 1.0.7
- Fix deprecated
assert_tagwhen used withassert_select.
- Ruby
Published by rafaelfranca over 10 years ago
https://github.com/rails/rails-dom-testing - 1.0.6
- Fix substitution on selectors
- Ruby
Published by rafaelfranca almost 11 years ago
https://github.com/rails/rails-dom-testing - 1.0.5
- Make possible to assert the absent of body
- Ruby
Published by rafaelfranca over 11 years ago
https://github.com/rails/rails-dom-testing - 1.0.4
-
Support only Rails 4.2+
-
Don't envelop fragments in documents.
Prevents a body tag from being matched in an empty document.Closes #19
- Ruby
Published by rafaelfranca over 11 years ago
https://github.com/rails/rails-dom-testing - 1.0.3
- Allow only Strings and Regexps in the substitute feature.
- Make root node selectable
- Make DOM equality check the children.
- Ruby
Published by rafaelfranca over 11 years ago
https://github.com/rails/rails-dom-testing -
First Release.
- Ruby
Published by rafaelfranca over 11 years ago
https://github.com/rails/rails-dom-testing -
Bump version to fix RubyGems issue
- Ruby
Published by rafaelfranca over 11 years ago
https://github.com/rails/rails-dom-testing - 1.0.2
- Add deprecated
assert_tag.
- Ruby
Published by rafaelfranca over 11 years ago