jsdox v0.4.2 Release Notes

Release Date: 2014-09-04 // over 9 years ago
    • ๐Ÿšš move analyze and generatedMD in their own module (mrjoelkemp)
    • โœ… more tests (mrjoelkemp)
    • 0๏ธโƒฃ -A option was ignored and became the default; fixed so it is no longer the default (boneskull)
    • ๐Ÿ›  fixed issue wherein description of @return would become @description of function (duplicated) if not set for @return (boneskull)
    • โœ‚ removed redundant jshint-config.json (boneskull)
    • ๐Ÿ›  fixed .jshintrc (boneskull)
    • ๐Ÿ›  fixed inability to find configuration file (boneskull)
    • โž• added .editorconfig so my editor doesn't blast trailing spaces in .mustache files (boneskull)
    • ๐Ÿ‘ @example tag support (boneskull)
    • ๐Ÿ‘ @property tag support (boneskull)
    • ๐Ÿ‘ @private tag support (boneskull)
    • โž• added types for class members (boneskull)
    • โœ… correctly test for @private (mlms13)