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

Changelog History
Page 6

  • v0.7.3 Changes

    October 15, 2011
    • ๐Ÿ‘Œ Improve support for parsing under Ruby 1.9.2p290 and 1.9.3 (#365, #370)
    • โž• Add support for SWIG generated CRuby code (#369)
    • Add support for rb_define_attr calls in CRuby code (#362)
    • ๐Ÿ’Ž Handle file pointers in CRuby code (#358)
  • v0.7.2 Changes

    June 14, 2011
    • ๐Ÿ›  Fix yard --help not showing proper output
    • YARD now expands path to .yardoc file in daemon mode for server (#328)
    • ๐Ÿ›  Fix @overload tag linking to wrong method (#330)
    • ๐Ÿ›  Fix incorrect return type when using @macro (#334)
    • ๐Ÿ’Ž YARD now requires 'thread' to support RubyGems 1.7+ (#338)
    • ๐Ÿ›  Fix bug in constant documentation when using %w() (#348)
    • ๐Ÿ›  Fix YARD style URL links when using autolinking markdown (#353)
  • v0.7.1 Changes

    May 18, 2011
    • ๐Ÿ›  Fixes a bug in yard server not displaying class list properly.
  • v0.7.0 Changes

    May 17, 2011
    • ๐Ÿ‘€ See the {file:docs/WhatsNew.md} document for details on added features
    • ๐Ÿ“„ Make sure that Docstring#line_range is filled when possible (#243)
    • Set #verifier in YardocTask (#282)
    • ๐Ÿ“œ Parse BOM in UTF-8 files (#288)
    • ๐Ÿ›  Fix instance attributes not showing up in method list (#302)
    • ๐Ÿ›  Fix rendering of %w() literals in constants (#306)
    • Ignore keyboard shortcuts when an input is active (#312)
    • And more...
  • v0.6.8 Changes

    April 14, 2011
    • ๐Ÿ›  Fix regression in RDoc 1.x markup loading
    • ๐Ÿ›  Fix regression in loading of markup libraries for yard server
  • v0.6.7 Changes

    April 06, 2011
    • ๐Ÿ›  Fix has_rdoc gem specification issue with new RubyGems plugin API (oops!)
  • v0.6.6 Changes

    April 06, 2011
    • ๐Ÿ›  Fix error message when RDoc is not present (#270)
    • โž• Add markup type 'none' to perform basic HTML translation (fallback when RDoc is not present)
    • โž• Add support for RubyGems 1.7.x (#272)
    • ๐Ÿ›  Fix rendering of {url description} syntax when description contains newline
  • v0.6.5 Changes

    March 13, 2011
    • ๐Ÿ‘Œ Support ripper gem in Ruby 1.8.7
    • โฌ†๏ธ Upgrade jQuery to 1.5.1
    • ๐Ÿ›  Fix handling of alias statements with quoted symbols (#262)
    • โž• Add CSS styles (#260)
    • ๐Ÿ“š Unhandled exception in YARD::Handlers::Ruby::MixinHandler indexing documentation for eventmachine (#248)
    • Splice any alias references on method re-definitions into separate methods (#247)
    • ๐Ÿ›  Fix "yard graph" (#245)
    • Don't process ++ typewriter text inside of HTML attributes (#244)
    • Prioritize loading of Kramdown before Maruku (#241)
    • ๐Ÿ“„ Skip shebang encoding in docstrings (#238)
    • ๐Ÿ›  Fix truncation of references in @deprecated (#232)
    • ๐Ÿ‘‰ Show @api private note when no other tags are present (#231)
    • ๐Ÿ“„ Detect docstrings starting with "##" as Docstring#hash_flag (#230)
    • โœ‚ Remove trailing whitespace from freeform tags (#229)
    • ๐Ÿ›  Fix line through for deprecated methods (#225)
    • Mistake in Tags.md (#223)
    • ๐Ÿ‘Œ Improve database storage by being more efficient with filesystem usage (#222)
    • ๐Ÿ‘‰ Make Registry thread local (#221)
    • ๐Ÿ‘Œ Support private_constant class method for 1.9.3 (#219)
    • Do not assume RDoc is installed (#214)
  • v0.6.4 Changes

    December 21, 2010
    • ๐Ÿ›  Fix yri tool crashing with new Config class (gh-217)
    • ๐Ÿ›  Fix support for ::TopLevelConstants (gh-216)
    • โœ… YARD's test suite is now RSpec2 compatible (gh-215)
    • ๐Ÿ‘Œ Improved documentation for YARD::Server features (gh-207)
    • ๐Ÿ›  Fix displaying of collaped method summary lists (gh-204)
    • ๐Ÿ›  Fix automatic loading of markup providers (gh-206)
    • ๐Ÿ›  Fix keyboard shortcuts for Chrome (gh-203)
    • Disallow extend self inside of a class (gh-202)
    • Constants now recognized in C extensions (gh-201)
  • v0.6.3 Changes

    November 21, 2010
    • ๐Ÿ›  Fixed regression that caused yardoc --markup to silently exit