Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jscs-dev/jscs-jsdoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d552303
Choose a base ref
...
head repository: jscs-dev/jscs-jsdoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 89215e4
Choose a head ref
  • 14 commits
  • 29 files changed
  • 2 contributors

Commits on Apr 6, 2015

  1. badges: fixup

    Alexej Yaroshevich committed Apr 6, 2015
    1 Configuration menu
    Copy the full SHA
    a3accde View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

  1. badges: use shields.io for badges, add download and license

    Fixes #95
    Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    72f5a17 View commit details
    Browse the repository at this point in the history
  2. pkg: update deps

    Fixes #84
    Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    3b1ed48 View commit details
    Browse the repository at this point in the history
  3. checkRedundantReturns: skip reporting for abstract declarations

    Fixes #93
    Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    231b359 View commit details
    Browse the repository at this point in the history
  4. checkParamNames: prevent failing on destructuring, and allow fake arg…

    …uments
    
    Fixes #90
    Closes gh-92
    AlexanderZeilmann authored and Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    e754b46 View commit details
    Browse the repository at this point in the history
  5. Docs: Fixed broken link in README.md

    Closes gh-101
    AlexanderZeilmann authored and Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    fd317b7 View commit details
    Browse the repository at this point in the history
  6. Coverage: add coveralls to travis

    Fixes #102
    Closes gh-103
    Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    2598d6d View commit details
    Browse the repository at this point in the history
  7. core: parsing whitespaces in description correctly

    Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    d6068f4 View commit details
    Browse the repository at this point in the history
  8. requireNewlineAfterDescription: rule to enforce newline after doc des…

    …cription
    
    Fixes #85
    Closes gh-99
    Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    ca972d4 View commit details
    Browse the repository at this point in the history
  9. disallowNewlineAfterDescription: mirror for require

    Ref #85
    Closes gh-99
    Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    3e86bd4 View commit details
    Browse the repository at this point in the history
  10. Docs: add requireNewlineAfterDescription, disallowNewlineAfterDescrip…

    …tion
    
    Ref #85
    Closes gh-99
    Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    3bb3c22 View commit details
    Browse the repository at this point in the history
  11. jscsrc: add requireNewlineAfterDescription rule

    Alexej Yaroshevich committed May 3, 2015
    Configuration menu
    Copy the full SHA
    0f3a308 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2015

  1. Docs: add CHANGELOG.md

    Ref #15
    Closes gh-104
    Alexej Yaroshevich committed May 4, 2015
    Configuration menu
    Copy the full SHA
    0e86a02 View commit details
    Browse the repository at this point in the history
  2. v1.0.0

    - add rules requireNewlineAfterDescription, disallowNewlineAfterDescription
    - fixup checkParamNames, checkRedundantReturns
    - badges, docs fixes
    and so on.
    Alexej Yaroshevich committed May 4, 2015
    Configuration menu
    Copy the full SHA
    89215e4 View commit details
    Browse the repository at this point in the history
Loading