|
1 | 1 | # eslint-plugin-no-jquery release history
|
2 | 2 |
|
| 3 | +## v2.3.0 |
| 4 | +* New rule: `variable-pattern` (Ed Sanders) |
| 5 | +* New rule: `no-parse-xml` (Ed Sanders) |
| 6 | +* New rule: `no-visibility` as a group alias for `no-show`, `no-hide`, & `no-toggle` (Ed Sanders) |
| 7 | + |
| 8 | +* New config: `slim` as a profile for users of the jQuery slim build (Ed Sanders) |
| 9 | + |
| 10 | +* Deprecated rule: `no-show` (Ed Sanders) |
| 11 | +* Deprecated rule: `no-hide` (Ed Sanders) |
| 12 | +* Deprecated rule: `no-toggle` (Ed Sanders) |
| 13 | + |
| 14 | +* Rule fix: Add `allowDeep` options to `no-extend` (Ed Sanders) |
| 15 | +* Rule fix: Add `hasData` method to `no-data` rule (Ed Sanders) |
| 16 | +* Rule fix: Enforce single tag style in `no-parse-html-literal` (Ed Sanders) |
| 17 | + |
| 18 | +* New fixer: Add fixer for `no-event-shorthand` and similar (Ed Sanders) |
| 19 | +* New fixer: Add fixer for `no-noop` (Ed Sanders) |
| 20 | +* New fixer: Add fixer for `no-now` (Ed Sanders) |
| 21 | +* New fixer: Add fixer for `no-size` (Ed Sanders) |
| 22 | + |
| 23 | +* Docs: Link to each rule's definition (Ed Sanders) |
| 24 | +* Docs: Switch `constructorAliases`/`variablePattern` in README (Ed Sanders) |
| 25 | +* Docs: Pad fixer examples so they align (Ed Sanders) |
| 26 | +* Docs: Output example fixes in documentation (Ed Sanders) |
| 27 | + |
| 28 | +* Release: Update LICENSE authors (Ed Sanders) |
| 29 | + |
| 30 | +* Code: Add `npm run testpath` for running a single test (Ed Sanders) |
| 31 | +* Code: Add a test that automatically captures all rules (Ed Sanders) |
| 32 | +* Code: Avoid `key in object` lookup (Ed Sanders) |
| 33 | +* Code: Improvements to collection return detection (Ed Sanders) |
| 34 | +* Code: More fixes to jQuery method return types (Ed Sanders) |
| 35 | +* Code: Rename .eslintrc to .eslintrc.json (Ed Sanders) |
| 36 | +* Code: Update eslint-config-wikimedia (Ed Sanders) |
| 37 | + |
| 38 | + |
3 | 39 | ## v2.2.1
|
4 | 40 | * Release: Update index.js and README with missing rules (Ed Sanders)
|
5 | 41 |
|
|
0 commit comments