Skip to content

Tags: jscs-dev/jscs-jsdoc

Tags

v0.4.4

v0.4.4

- Fixed bug in checkRedundantReturns - now it doesn't check type validity
- jsdoctypeparser updated to 1.1.4
- comment-parser updated to 0.2.4

v0.4.3

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
v0.4.3

- checkRedundantAccess: added rule values to enforcing dangling underscores for @access

v0.4.2

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
v0.4.2

- Added exceptions list for leadingUnderscoreAccess with popular identifiers
- Fixed error location for leadingUnderscoreAccess — now it pointers to method name (if exists)

v0.4.1

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
v0.4.1

- Fixed error in checkRedundantParams with dotter names
- Added more tests for optional params
- Fixed location in checkRedundantParams

v0.4.0

v0.4.0

- checkParamNames: also check dotted names consistency (minor feature)
- fixed bug with multiline tags without data on the base line
- checkAnnotations: reworked, true means available, 'same' means required
- closurecompiler preset: more strict and accurate now
- checkTypes: Drop null from natives list

v0.3.2

v0.3.2

- checkParamNames: skip check for dotted names

v0.3.1

v0.3.1

- Drop optional browserify dependency

v0.3.0

v0.3.0

- code climate fixes
- enforceExistence: add exceptExports mode
- checkRedundantParams: qualify variable type as optional
- couple of fixes in readme

v0.2.0

v0.2.0

- checkTypes: capitalizedNativeCase (sorry for naming)
- pluginization
- core: simplify code base

v0.1.1

v0.1.1

- checkTypes rule: new value capitalizedNativeCase