Skip to content

Commit

Permalink
Release v1.3.2-wmf.6
Browse files Browse the repository at this point in the history
Closes #63.
  • Loading branch information
edg2s committed Jan 25, 2019
1 parent e7c3c0f commit 0bdc0e5
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# eslint-plugin-jquery release history for Wikimedia fork of upstream project

## v1.3.2-wmf.6
* New rule: `no-box-model`
* New rule: `no-browser`
* New rule: `no-context-prop`
* New rule: `no-error-shorthand`
* New rule: `no-fx-interval`
* New rule: `no-hold-ready`
* New rule: `no-is-numeric`
* New rule: `no-load-shorthand`
* New rule: `no-now`
* New rule: `no-on-ready`
* New rule: `no-ready-shorthand`
* New rule: `no-selector-prop`
* New rule: `no-sub`
* New rule: `no-support`
* New rule: `no-unload-shorthand`

* Bug: Fix isjQuery util to match $-prefixed properties
* Bug: Fix isjQuery to not match methods of jQuery properties
* Bug: Only catch toggle(arg) if arg is definitely not a boolean

* Code: De-deduplicate rule generation
* Code: Remove useless export of traverse method

## v1.3.2-wmf.5
* New rule: `no-animate-toggle` (Ed Sanders)
* Add "Prefer CSS transitions" to animation rule messages (Ed Sanders)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-jquery",
"version": "1.3.2-wmf.5",
"version": "1.3.2-wmf.6",
"description": "Disallow jQuery functions with native equivalents.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0bdc0e5

Please sign in to comment.