Skip to content

Release v0.9.5

Compare
Choose a tag to compare
@lsegal lsegal released this 22 Jul 23:22
· 665 commits to main since this release
  • yard doc will now generate .yardoc/processing and .yardoc/complete files
    to allow other tools to properly detect when YARD is in the middle of parsing
    source files, and when it has completed writing the database.
  • Added support for on-demand generation of LibraryVersion objects using the
    :disk source type. LibraryVersion objects pointing to a .yardoc database
    directory will now auto-generate if there is a source_path attached.
  • Added warning for macros attached to non-method objects.
  • Fixed a few more parsing errors.