Update yard: 0.9.20 → 0.9.22 (minor) #25
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ yard (0.9.20 → 0.9.22) · Repo · Changelog
Release Notes
0.9.22
0.9.21
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 46 commits:
Tag release v0.9.22
Update changelog
Mark IRB as a private object since it's not actually part of YARD
Merge pull request #1298 from lsegal/revert-1294-bump_jquery
Revert "Bump vendored jquery version to 3.4.1."
Tag release v0.9.21
Update changelog
Merge pull request #1297 from lsegal/add-irb-slex-remove-e2mmap
Merge pull request #1294 from adreyer/bump_jquery
Remove e2mmap dependency when vendoring irb/slex
Support Ruby 2.7.0
Bump vendored jquery version to 3.4.1.
Merge pull request #1276 from skalee/asciidoc-syntax-highlight
Merge pull request #1288 from mkamensky/template-fix
Merge pull request #1290 from MSP-Greg/void-stmt
Merge pull request #1274 from castwide/constant-mixins
Merge pull request #1260 from Confusion/master
ruby_parser.rb - add void_stmt to insert_comments loop
fix toc generation to properly nest
Merge pull request #1284 from tomoasleep/fix-registry-store-delete
Make sure deleted object's entries are removed from object_types
Do not highlight Ruby snippets twice
Highlight code blocks in AsciiDoc files
Smarter code blocks parsing in HtmlHelper
Process mixin calls to constants.
Add a pending test for RegistryStore#delete
Merge pull request #1269 from dduugg/rm-post_install_message
rm post_install_message
Improve performance by ~10%
Merge pull request #1263 from esotericpig/remove_charset_attr
Remove charset attr from link and script tags (if no src attr)
Raise undocumentable error if constant namespace does not resolve to a valid namespace value
Show default values for named parameters
Skip markup tests when markup libraries are not present
Test integration with various markup processors
Merge pull request #1196 from skalee/invalid-bytes-handling
Fix @return autocompletion text to end with period
Refactor #1220 to fix root cause sig parsing issue
Add a spec for method signatures with multiline params
Ensure method_signatures are consistently formatted
Stop stomping method signatures
Fix parsing of multiline signatures
Merge pull request #1244 from skalee/fix-rake-task
Use git to generate yard.gemspec file list
Correct README section about defining a Rake task
Create SECURITY.md
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands