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

Changelog History
Page 8

  • v0.5.1 Changes

    December 15, 2009
    • ๐Ÿ‘€ See {file:docs/WhatsNew.md what's new document} for changes
  • v0.5.0 Changes

    December 13, 2009
    • ๐Ÿ‘€ See {file:docs/WhatsNew.md what's new document} for changes
  • v0.4.0 Changes

    November 15, 2009
    • โž• Added new templating engine based on tadpole
    • โž• Added YARD queries (--query CLI argument to yardoc)
    • ๐Ÿ“š Greatly expanded YARD documentation
    • โž• Added plugin support
    • ๐Ÿ†• New @abstract and @private tags
    • ๐Ÿ”„ Changed default rake task to rake yard
    • ๐Ÿ“„ Read about changes in {file:docs/WhatsNew.md}
  • v0.2.3 Changes

    June 07, 2009
    • ๐Ÿ‘€ See the {file:docs/WhatsNew.md} file for a list of important new features.
  • v0.2.3.5 Changes

    August 13, 2009
    • ๐Ÿ›  Minor bug fixes.
  • v0.2.3.4 Changes

    August 07, 2009
    • ๐Ÿ›  Minor bug fixes.
  • v0.2.3.3 Changes

    July 26, 2009
    • ๐Ÿ›  Minor bug fixes.
  • v0.2.3.2 Changes

    July 06, 2009
    • ๐Ÿ›  Fix Textile hard-break issues
    • โž• Add description for @see tag to use as link title in HTML docs.
    • โž• Add --title CLI option to specify a title for HTML doc files.
    • โž• Add custom.css file that can be overridden with various custom styelsheet declarations. To use this, simply add default/fulldoc/html/custom.css inside your code directory and use the -t template directory yardoc CLI option to point to that template directory (the dir holding 'default').
    • โž• Add support in yardoc CLI to specify extra files (formerly --files) by appending "- extra files here" after regular source files. Example:

      yardoc --private lib/**/*.rb - FAQ LICENSE
      
  • v0.2.3.1 Changes

    June 13, 2009
    • โž• Add a RubyGems 1.3.2+ plugin to generate YARD documentation instead of RDoc. To take advantage of this plugin, set has_rdoc = 'yard' in your .gemspec file.
  • v0.2.2 Changes

    June 16, 2008
    • This is the largest changset since yard's conception and involves a complete overhaul of the parser and API to make it more robust and far easier to extend and use for the developer.