-
Notifications
You must be signed in to change notification settings - Fork 263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All: Updates for jQuery 1.12/2.2-3.5 #1160
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, awesome! 👏 This cleans up a lot of docs debt!
@dmethvin Thanks for feedback! I addressed all your comments. |
This is fantastic, @mgol . Thank you!! |
entries/jQuery.get.xml
Outdated
@@ -22,7 +22,7 @@ | |||
</argument> | |||
</signature> | |||
<signature> | |||
<added>1.12/2.2</added> | |||
<added>1.12-2.2</added> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the dash necessary? This implies that all the versions between 1.12 and 2.2 are involved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand the /
doesn't work, but what about a +
, space, &
, or |
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neither of these work, unfortunately. :( Neither does _
or ,
. The checks there are pretty restrictive...
I went for 1.12-and-2.2
. Not pretty but perhaps clearer that what we have now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment. Otherwise, LGTM.
Fixes jquery#947 Fixes jquery#949 Fixes jquery#950 Fixes jquery#1142 Ref jquery#970 Ref jquery#972
This has many changes but the ones on which I'd focus the most during reviews are:
even
/odd
docs, removal of:even
/:odd
usage on API pagesaddClass
/removeClass
/toggleClass
: array input signature + exampleshtmlPrefilter
: rewritten, examples removed. The previous example of a more thorough check still wasn't covering all the cases so I didn't want people to have an impression this can be done securely like that.Fixes #947
Fixes #949
Fixes #950
Fixes #1142
Ref #970
Ref #972