Skip to content

v0.9.0

Compare
Choose a tag to compare
@okuryu okuryu released this 19 Aug 15:07
· 35 commits to master since this release

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

  • #371: Support documenting Custom Elements (fixes #328)

Dependencies Updated

  • #373: eslint@1.1.0