All Versions
82
Latest Version
Avg Release Cycle
85 days
Latest Release
1214 days ago
Changelog History
Page 8
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.
- โ Add a RubyGems 1.3.2+ plugin to generate YARD documentation instead of
RDoc. To take advantage of this plugin, set
-
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.