All Versions
82
Latest Version
Avg Release Cycle
85 days
Latest Release
549 days ago
Changelog History
Page 6
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)
- ๐ Fix
-
v0.7.1 Changes
May 18, 2011- ๐ Fixes a bug in
yard server
not displaying class list properly.
- ๐ Fixes a bug in
-
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)
- ๐ Support
-
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
- ๐ Fixed regression that caused