Skip to content

Releases: jscs-dev/jscs-jsdoc

v1.2.0

22 Sep 04:55
Compare
Choose a tag to compare
It gets 3 months to be released but there is a lot of work to do.
Still it should be released some day and better sooner than later.

- New rules: checkParamExistence and requireReturnDescription (thanks to Jon Robson and @weekens).
- enforceExistence rule: a couple of change (thanks to Sergey Zarouski and Matt Votsikas).
- New tags in jsdoc3 set: interface, inheritdoc, implements.
- A couple of bug fixes by reports and pull requests.
- And so on...

Thank you for bug reports and contribution!

v1.0

04 May 18:24
Compare
Choose a tag to compare
v1.0.0

- add rules requireNewlineAfterDescription, disallowNewlineAfterDescription
- fixup checkParamNames, checkRedundantReturns
- badges, docs fixes
and so on.

v1.0-beta

04 May 18:24
Compare
Choose a tag to compare
v0.4.6

- fix dirty line number modification (#89)
- fix tests for support jscs v1.12
- fix possible throw with invalid tag location
- some codestyle fixes
- update dev deps
- disable peerDeps

v1.0-alpha

11 Nov 03:51
Compare
Choose a tag to compare
v1.0-alpha Pre-release
Pre-release
v0.3.2

- checkParamNames: skip check for dotted names