-
Notifications
You must be signed in to change notification settings - Fork 781
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
Add "version added" annotations to API documentation #1353
Labels
Comments
I concur. 👍 |
👍 as this should work independently from qunitjs/qunitjs.com#86. |
Krinkle
added a commit
that referenced
this issue
Jul 8, 2020
* Use the same fonts, colors, and header. * Add footer. * Experiment splitting method name headings from method signatures. This is in preparation for #1353. I'll submit this for review separately though. * Use the same highlight styles. I'll submit this separately though.
Krinkle
added a commit
that referenced
this issue
Jul 9, 2020
* Use the same fonts, colors, and header. * Use the same highlight styles. * Add missing footer. * Split the method name heading from the method signature. This is in preparation for #1353.
Krinkle
added a commit
that referenced
this issue
Jul 11, 2020
* Use the same fonts, colors, header, and syntax highlight styles. * Add the same footer. * Split the method name heading from the method signature. This is in preparation for #1353. * On narrow viewports: - Hide the sidebar on narrow viewports (redundant with header menu). - Let tables scroll horizontally instead of widening the page. Ref #1458
Krinkle
added a commit
that referenced
this issue
Jul 11, 2020
* Use the same fonts, colors, header, and syntax highlight styles. * Add the same footer. * Split the method name heading from the method signature. This is in preparation for #1353. * On narrow viewports: - Hide the sidebar on narrow viewports (redundant with header menu). - Let tables scroll horizontally instead of widening the page. Ref #1458
Krinkle
added a commit
that referenced
this issue
Jul 20, 2020
* Add new search functionality. * Add new footer. * Match the fonts, colors, header, and syntax highlight styles. * Split the method name heading from the method signature. This is in preparation for #1353. * On narrow viewports: - Hide the sidebar on narrow viewports (redundant with header menu). - Let tables scroll horizontally instead of widening the page. Closes #1458
To make the changelog links in the interface for this easier to manage, I've backfilled release tags for some of the 1.x releases that didn't have them in the new tag name format. Before:
There were new-style release tags for 1.1.0, 1.9.0, and anything after 1.11.0. But not for 1.0, 1.2-1.8, and 1.10. This is now fixed. |
Krinkle
added a commit
that referenced
this issue
Jul 21, 2020
Those marked as added in 1.0 were confirmed via source at: <https://github.com/qunitjs/qunit/blob/1.0.0/qunit/qunit.js#L254>. The others based on release notes in History.md. Fixes #1353.
Krinkle
added a commit
that referenced
this issue
Jul 21, 2020
Those marked as added in 1.0 were confirmed via source at: <https://github.com/qunitjs/qunit/blob/1.0.0/qunit/qunit.js#L254>. The others based on release notes in History.md. Fixes #1353.
Krinkle
added a commit
that referenced
this issue
Jul 26, 2020
Those marked as added in 1.0 were confirmed via source at: <https://github.com/qunitjs/qunit/blob/1.0.0/qunit/qunit.js#L254>. The others based on release notes in History.md. Fixes #1353. Closes #1462.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similar to http://api.jquery.com/on/
Pages like http://api.qunitjs.com/async/ should mention e.g. "version added: 1.16".
Would help a lot. Especially when working with frameworks that may abstract how or which QUnit is being loaded.
The text was updated successfully, but these errors were encountered: