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: v1.0.1
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: v1.1.0
Choose a head ref
  • 11 commits
  • 13 files changed
  • 2 contributors

Commits on May 11, 2015

  1. Configuration menu
    Copy the full SHA
    cf2aff9 View commit details
    Browse the repository at this point in the history
  2. Docs: update changelog, fix broken link

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

Commits on Jun 9, 2015

  1. New rule: requireDescriptionCompleteSentence

    The regular expression was left with only \n because if it splits at end
    of input then it will have an extra empty array.
    dtracers authored and Alexej Yaroshevich committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    152ab67 View commit details
    Browse the repository at this point in the history
  2. Docs: Add requireDescriptionCompleteSentence to readme.

    Fixes #106
    Closes gh-109
    dtracers authored and Alexej Yaroshevich committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    9e56f72 View commit details
    Browse the repository at this point in the history
  3. Misc: add changelog npm command

    Alexej Yaroshevich committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    544cf7d View commit details
    Browse the repository at this point in the history
  4. Docs: update changelog and fix url

    Alexej Yaroshevich committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    abce52a View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2015

  1. leadingUnderscoreAccess: skip checking for overriden methods

    Fixes #114
    Alexej Yaroshevich committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    79e316c View commit details
    Browse the repository at this point in the history
  2. requireParamTypes: Change if to early return format

    - The if statement in the require param type rule uses the quick bail format
    
    Closes gh-112
    dtracers authored and Alexej Yaroshevich committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    85fba47 View commit details
    Browse the repository at this point in the history
  3. New Rule: requireParamDescription

    Fixes #107
    Closes gh-111
    dtracers authored and Alexej Yaroshevich committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    bf19a6c View commit details
    Browse the repository at this point in the history
  4. Docs: add rule requireParamDescription

    Alexej Yaroshevich committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    262ce3f View commit details
    Browse the repository at this point in the history
  5. v1.1.0

    Thanks to dtraces for new rules.
    And also releasing new PEG-based jsdoctypeparser.
    
    Please see CHANGELOG for full list of changes.
    Alexej Yaroshevich committed Jun 24, 2015
    Configuration menu
    Copy the full SHA
    80c3ea7 View commit details
    Browse the repository at this point in the history
Loading