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: fcae367
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: fa260db
Choose a head ref
  • 11 commits
  • 13 files changed
  • 2 contributors

Commits on Dec 1, 2014

  1. check dotted names consistency

    Alexej Yaroshevich committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    aafb312 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Merge pull request #73 from zxqfox/feature/check-param-names-dotted-c…

    …heck
    
    checkParamNames: also check dotted names consistency
    qfox committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    ee16a2c View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2014

  1. Temporary switch comment-parser to patched

    Fixed #75
    Alexej Yaroshevich committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    c8caa2e View commit details
    Browse the repository at this point in the history
  2. checkAnnotations: rework

    - true now means existance of tag
    - added 'some' value to force some value in tag
    - patched tests for changed tag values
    - changed @access value to 'some'
    
    Fixes #74
    Alexej Yaroshevich committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    c93d4d9 View commit details
    Browse the repository at this point in the history
  3. Fixed closurecompiler tag preset according to docs

    Fixes #76
    Alexej Yaroshevich committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    cd04f56 View commit details
    Browse the repository at this point in the history
  4. Set bigger timeout for mocha

    Alexej Yaroshevich committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    fbf8ac8 View commit details
    Browse the repository at this point in the history
  5. Docs: update tag values section

    Alexej Yaroshevich committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    73a1b5a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #77 from jscs-dev/hotfix/check-annotations-rework

    Check annotations rework and bunch of minor fixes
    qfox committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    ef50d17 View commit details
    Browse the repository at this point in the history
  7. checkTypes: Drop null from natives list

    Fixes #71
    Alexej Yaroshevich committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    cd94799 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #78 from /issues/71

    checkTypes: Drop null from natives list
    qfox committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    c84453a View commit details
    Browse the repository at this point in the history
  9. 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
    Alexej Yaroshevich committed Dec 28, 2014
    Configuration menu
    Copy the full SHA
    fa260db View commit details
    Browse the repository at this point in the history
Loading