You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# ESLint Plugin Regex Change Log
2
2
3
-
## 1.9.0 - March 2022
3
+
## 1.9.0 - April 2022
4
4
5
5
* Closes #15, Allowing mixing different error level.
6
6
* This bug required that the same rule can be defined with different error levels, that is not possible at the moment on eslint. Error level is not available at plugin level (as indicate by ESLint official documentation: "Keep in mind that the error level is not part of context.options, as the error level cannot be known or modified from inside a rule"). So I came up a different approach, which not only **allows to use "the same" rule with different error levels**, but also **allows Mixing custom set of regex rules**, this is useful for creating package/libraries/plugins with your own set of rules and sharing it with others.
7
+
* Fixes an issue with remaining source calculation and minified files.
7
8
* Improves project configuration.
8
9
* Now uses [`any-eslint-parser`](https://www.npmjs.com/package/any-eslint-parser)
0 commit comments