Skip to content

Tags: jscs-dev/jscs-jsdoc

Tags

v2.0.0

2.0.0

v1.3.2

Verified

This tag was signed with the committer’s verified signature. The key has expired.
qfox Aljeksej Jaroševič
1.3.2

v1.3.1

Verified

This commit was signed with the committer’s verified signature. The key has expired.
qfox Aljeksej Jaroševič
v1.3.1

Just dropping peerDeps to keep bundling into jscs

v1.3.0

Verified

This commit was signed with the committer’s verified signature. The key has expired.
qfox Aljeksej Jaroševič
v1.3.0

It was more than 2 months gap since the last release and here we are with
a couple of bug fixes and better ES2015 support.

A big part of fixes related to `requireDescriptionCompleteSentence` rule.
If you had troubles with it you can give it a try now.

`enforceExistence` now supports ES2015 exports and treats it like usual
CommonJS `module.exports`.

Also we should note that [Jordan Harband](http://github.com/ljharb) came
with a `node v0.8` support 🎉. Thank you, Jordan!

See all changes in CHANGELOG.md

Thank you for usign it and contributing to it!

v1.2.0

Unverified

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

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.1.0

v1.1.0

Thanks to dtraces for new rules.
And also releasing new PEG-based jsdoctypeparser.

Please see CHANGELOG for full list of changes.

v1.0.1

v1.0.1

- fix jsdoctypeparser version

v1.0.0

v1.0.0

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

v0.4.6

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

v0.4.5

v0.4.5

- checkRedundantAccess: fixed false-positive for unknown access