All Versions
82
Latest Version
Avg Release Cycle
85 days
Latest Release
871 days ago

Changelog History
Page 2

  • v0.9.17

    January 22, 2019
  • v0.9.16 Changes

    August 11, 2018
    • ๐Ÿ“š Documentation fixes (#1175, #1178).
    • ๐Ÿ›  Fixed stack overflow issue when parsing extremely large lists (#1176).
  • v0.9.15 Changes

    July 17, 2018

    0.9.15 - July 17th, 2018

    • ๐Ÿ›  Fixed security issue in parsing of Ruby code that could allow for arbitrary
      execution. Credit to Nelson Elhage [email protected] for discovering this
      issue.
  • v0.9.14 Changes

    June 02, 2018
    • ๐Ÿ›  Fixed a regression in symbol parsing (#1170).
  • v0.9.13 Changes

    May 28, 2018
    • โž• Added support for grouped constants via @!group directive (#1056).
    • โž• Added support for quoted symbols (#1168).
    • โž• Added support for i18n in tag text (#1169).
    • ๐Ÿ›  Fixed HTML rendering of inline code blocks (#1152).
    • ๐Ÿ›  Fixed rendering of anchor URLs in rendered HTML (#1154).
  • v0.9.12 Changes

    November 26, 2017
    • ๐Ÿ‘ Be more explicit about lack of support for absolute paths in extra files specified by yard doc command.
  • v0.9.11 Changes

    November 23, 2017
    • ๐Ÿ›  Fixed security issue in --readme that allowed for arbitrary file reads on disk. Credit to ztz [email protected] for discovering this issue.
    • ๐Ÿ‘Œ Improved styling for inline code blocks (#1142).
  • v0.9.10 Changes

    November 18, 2017
    • โž• Added --fail-on-warning option for yard doc which exits with a non-zero code if there are any warnings (#1093).
    • โž• Added support for parsing inside Struct.new blocks (#1099).
    • โž• Added support new ripper AST tokens (#1104, #1124).
    • ๐Ÿ›  Fixed an issue where @see (obj) reference tags would fail (#1111)
    • ๐Ÿ›  Fix sorting in yard stats (#1123).
  • v0.9.9 Changes

    April 23, 2017
    • โž• Added gem uninstall hooks to remove YARD documentation files. (#1083)
    • โž• Added support for C++ namespaces. (#809)
    • ๐Ÿ›  Fixed issue where loading a .html page via an anchor would not scroll to the anchor section. (#1082)
    • โš  Hide some Ruby warnings.
    • ๐Ÿ‘Œ Improve progress indicator icons in terminal.
  • v0.9.8 Changes

    January 13, 2017
    • ๐Ÿ›  Fixed installed gems not being correctly found in yard server and by plugins.
    • ๐Ÿ›  Fixed tokenization of %w(...) array syntax.