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: v0.0.14
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: v0.0.15
Choose a head ref
  • 5 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 2, 2014

  1. enforceExistence: fixup enforce existence checking

    - add tests for nested methods
    - add tests for variable expressions (aka privates)
    - add tests for objects properties
    - now rule checking not only node.id (function name)
    
    Fixes #21
    Closes #22
    Alexej Yaroshevich committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    298dd2e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #22 from jscs-dev/hotfix/nested-jsdocs-existance

    enforceExistence: fixup enforce existance checking
    qfox committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    eba5fc2 View commit details
    Browse the repository at this point in the history
  3. checkTypes: fixup parsing error

    - update comment-parser to v0.2.1 (to fix type parsing error)
    
    Fixes #20
    Alexej Yaroshevich committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    c84668f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #25 from zxqfox/hotfix/issue-20

    checkTypes: fixup parsing error
    qfox committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    db68dbe View commit details
    Browse the repository at this point in the history
  5. v0.0.15

    - update comment-parser to v0.2.1 (to fix type parsing error, #20)
    - fixup enforeExistence rule (add variable, expression and property declarations, #21)
    - additional tests for enforceExistence
    Alexej Yaroshevich committed Nov 2, 2014
    Configuration menu
    Copy the full SHA
    d931f0e View commit details
    Browse the repository at this point in the history
Loading