YARD v0.8.7.5 Release Notes

Release Date: 2014-10-26 // over 9 years ago
    • ๐Ÿ›  Fix linking of methods in top level namespace in method listing. (#776)
    • ๐Ÿ‘Œ Support using C macros in function declarations. (#810)
    • YARD will no longer group comment blocks starting on the same column if they are preceded by code. (#798)
    • ๐Ÿ– Handle anonymous lambda calls in toplevel scope. (#774)
    • ๐Ÿ‘Œ Support I18n in @overload tags. (#794)
    • ๐Ÿ‘Œ Support yard stats for objects with no file property. (#792)
    • ๐Ÿ‘Œ Support for named arguments in Ruby >= 2.1. (#785)
    • Exclude README backup files from YARD generation. (#790)
    • Turned on the lax spacing option in Redcarpet to comply with the Markdown standard.
    • Escape HTML in YARD server search placeholder template.
    • Fix issue with private_class_method support. (#760, #767)
    • 0๏ธโƒฃ Enable tables support by default in Redcarpet Markdown provider. (#765)