v0.9.0
Summary
YUIDoc v0.9.0 have been released today. It includes documenting Custom Element supported. Thanks to great contributions by @andyearnshaw.
Features
YUIDoc v0.9.0 supports documenting Custom Elements. It provides a new primary @element
tag. It also added new secondary tags @parents
, @contents
and @interface
for @element
.
/**
* @element x-my-component
* @parents <body>
* @contents <x-sub-component>
* @interface XMyComponent
*/
@element
also supports generic tags like @example
and @deprecated
.
ChangeLog
Changed
Dependencies Updated
- #373: eslint@1.1.0