We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456d262 commit 501833fCopy full SHA for 501833f
1 file changed
CHANGELOG.md
@@ -1,5 +1,26 @@
1
# Release Notes
2
3
+## [3.0.0 (2025-07-13)](https://github.com/axe-api/axe-api/compare/2.2.1...3.0.0)
4
+
5
+### Breaking changes
6
7
+Rename rule names:
8
9
+`in` → `includes`
10
11
+`isIn` → `isIncludes`
12
13
+String rules:
14
+`in:admin,moderator` → `includes:admin,moderator`
15
16
+### Fixes
17
18
+- Fixed: Declarative usage ofin:A,B does not validate B ([#73](https://github.com/axe-api/validator/issues/73))
19
20
+### Improvements
21
22
+- Documentation
23
24
## [2.2.1 (2025-02-03)](https://github.com/axe-api/axe-api/compare/2.2.1...2.2.0)
25
26
🎉 Big thanks to our contributors for this release!
0 commit comments