YARD v0.6.2 Release Notes

Release Date: 2010-11-15 // over 13 years ago
    • ๐Ÿ”Œ Plugins no longer automatically load, use --plugin to load a plugin
    • โž• Added YARD::Config and ~/.yard/config YAML configuration file
    • โž• Added yard config command to view/edit YARD configuration file
    • ๐Ÿ›  Fixes for YARD in 1.8.6 (gh-178)
    • ๐Ÿ›  Various HTML template adjustments and fixes (gh-198,199,200)
    • ๐Ÿ‘Œ Improved yard server -m multi-project stability (gh-193)
    • ๐Ÿ›  Fixed handling of yardoc --no-private with missing class definitions (gh-197)
    • โž• Added support for constants defined in C extensions (gh-177)
    • โž• Added support for Structs defined as "Klass = Struct.new(...)" (gh-187)
    • ๐Ÿ‘Œ Improved parsing support for third-party gems (gh-174,180)
    • ๐Ÿ‘Œ Improved support for JRuby 1.6.4+. YARD now passes all specs in JRuby (gh-185)
    • ๐Ÿ‘Œ Improved YARD documentation (gh-172,191,196)