File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ # rails-dom-testing changelog
2
+
3
+ ## next / unreleased
4
+
5
+ ### Added
6
+
7
+ * Introduce test helpers ` assert_not_dom ` , ` assert_not_select ` , and the "refute" equivalents. #113 @joshuay03
8
+
9
+
10
+ ### Improved
11
+
12
+ * ` assert_select ` now raises an error when given an invalid Range or invalid combination of ` :minimum ` and ` :maximum ` . #115 @joshuay03
13
+ * ` assert_select ` now raises an error when given a block with a 0 element assertion. #116 @joshuay03
14
+
15
+
16
+ ### New Contributors
17
+
18
+ * @joshuay03 made their first three contributions in this release.
19
+
20
+
21
+ ## v2.2.0 / 2023-08-03
22
+
23
+ ### What's Changed
24
+
25
+ * Allow user to choose the HTML parser used by @flavorjones in https://github.com/rails/rails-dom-testing/pull/109
26
+ * Fix string substitution regression by @nicoco007 in https://github.com/rails/rails-dom-testing/pull/110
27
+
28
+ ### New Contributors
29
+
30
+ * @nicoco007 made their first contribution in https://github.com/rails/rails-dom-testing/pull/110
You can’t perform that action at this time.
0 commit comments