1.6
This release drafts the implementation of a few visual changes, essentially:
- Parameters, using
@param, that are prefixed with an underscore (_) will get hidden in the argument table (i.e._Connection). - Adding the
@linktag to a comment would result in@type,@returnsand@extendsto have a reference to the link, likeReturns {[String](https://example.com/)} A string that...for example.