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: 3d9648b
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: f5182b6
Choose a head ref
  • 12 commits
  • 30 files changed
  • 2 contributors

Commits on Nov 8, 2014

  1. basic return rules: refactor tests

    - split one big file to separate rules tests
    Alexej Yaroshevich committed Nov 8, 2014
    Configuration menu
    Copy the full SHA
    165ed20 View commit details
    Browse the repository at this point in the history
  2. rules api refactoring

    - split rules to 2 types: node checker, and tag checker
    - filter rules by tags in iterator
    - filter rules by scope (now it's only function scope)
    - patch rule files (set scope everywhere)
    Alexej Yaroshevich committed Nov 8, 2014
    Configuration menu
    Copy the full SHA
    d360309 View commit details
    Browse the repository at this point in the history
  3. reworking jsdoc-helpers, introducing jsdoctypeparser

    - remove doctrine, add jsdoctypeparser for parsing doc types
    - rename jsDoc to jsdoc for simplicity
    - rename forEachTag to iterate
    - remove data property, extend DocComment object
    - simplify param checkers
    
    Fixes #3
    Alexej Yaroshevich committed Nov 8, 2014
    Configuration menu
    Copy the full SHA
    db9c731 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2014

  1. checkReturnTypes: add 'class' as valid custom object

    Fixes #32
    Alexej Yaroshevich committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    e794e86 View commit details
    Browse the repository at this point in the history
  2. checkRedundantReturns: add test for issue #34

    Alexej Yaroshevich committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    5c963e0 View commit details
    Browse the repository at this point in the history
  3. split param tests to separated files (for simplicity)

    - add basic tests for configuring with empty data
    - add configure and check helpers to tester
    - change mocha reporter to dot
    Alexej Yaroshevich committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    9ef4bcb View commit details
    Browse the repository at this point in the history
  4. tests: fix linting directories to lib and test

    Alexej Yaroshevich committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    d846a5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f74570c View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2014

  1. fix location issues in jsdoc and split param rules

    - create DocLocation class with line and column
    - add loc field to DocType, DocName and DocTag
    - split params to several files
    - add tests for jsdoc classes
    Alexej Yaroshevich committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    a3ecd83 View commit details
    Browse the repository at this point in the history
  2. split returns to separated rules

    Alexej Yaroshevich committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    593053c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #27 from zxqfox/feature/param-return-refactoring

    A lot of refactoring, add tests, migrate to jsdoctypeparser
    qfox committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    141e127 View commit details
    Browse the repository at this point in the history
  4. v0.0.17

    - rework checkTypes rule: now it checks a bunch of additional tags
    - dev: migrate from doctrine to jsdoctypeparser
    - dev: split param, return rules, tests
    - dev: change mocha reporter to dot
    - dev: jsdoc node classes and a lot of tests for them
    - dev: rule api reworked
    Alexej Yaroshevich committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    f5182b6 View commit details
    Browse the repository at this point in the history
Loading