-
Notifications
You must be signed in to change notification settings - Fork 20.6k
Do not expose jQuery.buildFragment method #2224
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
Comments
@dmethvin Was this removed in 2.2? We were using this too. Is there a list somewhere of any other privatized methods? |
All the ones not documented at api.jquery.com are fair game. If you search for "do not expose" you can find them but the list i came up with earlier is .dir, .sibling, .domManip, .buildFragment, .access, .swap |
@dmethvin Yeah, I get that you can remove them all and be semver. Thanks for the list. |
Since we will get this opportunity only i major version, marking it as a blocker
The text was updated successfully, but these errors were encountered: