Skip to content

Releases: rails/rails-dom-testing

1.0.6

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

1.0.5

25 Nov 21:46
Compare
Choose a tag to compare
  • Make possible to assert the absent of body

1.0.4

16 Oct 19:55
Compare
Choose a tag to compare
  • Support only Rails 4.2+

  • Don't envelop fragments in documents.
    Prevents a body tag from being matched in an empty document.

    Closes #19

1.0.3

25 Sep 15:29
Compare
Choose a tag to compare
  • Allow only Strings and Regexps in the substitute feature.
  • Make root node selectable
  • Make DOM equality check the children.

1.0.2

25 Sep 15:16
Compare
Choose a tag to compare
  • Add deprecated assert_tag.

v1.0.1

25 Sep 15:17
Compare
Choose a tag to compare

Bump version to fix RubyGems issue

v1.0.0

25 Sep 15:17
Compare
Choose a tag to compare

First Release.