Skip to content

Commit 25365ff

Browse files
committed
doc: introduce a CHANGELOG.md file
[skip ci]
1 parent 6711d56 commit 25365ff

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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

0 commit comments

Comments
 (0)