YARD v0.9.0 Release Notes

Release Date: 2016-07-04 // almost 8 years ago
  • Special thanks to Alex Dowad, MSP-Greg, and Alex McLain for their extended contributions to this version.

    • โšก๏ธ (Breaking Change): Replaced default template with an updated "frameless" version. This change may affect backward compatibility if custom templates made modifications to default/fulldoc/html, specifically the index or navigation lists.
    • โž• Added support for Ruby 2.1+ decorator style method declaration syntax. YARD now supports: private def foo(x, y) end
    • ๐Ÿ“‡ Metadata headers in extra files can now be escaped from rendering by enclosing them in HTML comment blocks (<!--\n @metadata here... \n-->). Ensure that the opening comment tag is alone on the first line of the file to use this functionality.
    • ๐Ÿ‘Œ Improved parsing of various CRuby coding styles.
    • ๐Ÿ›  Fixed issue with binary image assets when using yard server.
    • ๐Ÿ›  Fixed deprecation warnings from Rake 10.x.
    • โšก๏ธ Tests updated for RSpec 3.