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.24
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.1.0
Choose a head ref
  • 17 commits
  • 17 files changed
  • 4 contributors

Commits on Nov 18, 2014

  1. add contributors

    Alexej Yaroshevich committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    4ba9648 View commit details
    Browse the repository at this point in the history
  2. add dev docs with internal api for happy contributing

    Fixes #53
    Alexej Yaroshevich committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    dc6bf05 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. escape param/tag names before check

    Charlike Mike Reagent authored and Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    79a4953 View commit details
    Browse the repository at this point in the history
  2. core: strip ticks in names

    Fixes: #56
    Closes: #57
    Closes: #58
    Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    ee6f897 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #58 from zxqfox/feature/escape-param-names

    Allow ticked param names
    qfox committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    789fd27 View commit details
    Browse the repository at this point in the history
  4. checkTypes: add strictNativeCase rule

    - implemented DocType.iterate
    - added case test with new rule value
    
    Fixes #51
    Closes #59
    Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    864a649 View commit details
    Browse the repository at this point in the history
  5. readme: add checkTypes: strictNativeCase description

    Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    a18685a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #59 from zxqfox/feature/checkType-primitives-case

    checkTypes: new mode strictNativeCase
    qfox committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    588a0b4 View commit details
    Browse the repository at this point in the history
  7. tag presets

    Raphael Pigulla authored and Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    f454c98 View commit details
    Browse the repository at this point in the history
  8. checkAnnotations: add tag checking by presets

    Fixes #18
    Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    41f1dbb View commit details
    Browse the repository at this point in the history
  9. readme: checkAnnotation rule section

    Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    072737e View commit details
    Browse the repository at this point in the history
  10. readme: add additional info about checkAnnotation values

    Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    13ed645 View commit details
    Browse the repository at this point in the history
  11. jsdoc: fixup one liners parsing bug

    Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    74a08e9 View commit details
    Browse the repository at this point in the history
  12. final steps

    Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    cc0add6 View commit details
    Browse the repository at this point in the history
  13. pkg: add pigulla

    Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    1bcdd0e View commit details
    Browse the repository at this point in the history
  14. Merge pull request #49 from zxqfox/feature/tag-checking-presets

    Feature/tag checking presets
    qfox committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    9f8c0a4 View commit details
    Browse the repository at this point in the history
  15. v0.1.0

    - checkTypes: value strictNativeCase to force lowercase for primitives and PascalCase for native Objects
    - core: allow ticking names, chevroned names marks as required (doesn't used at all)
    - checkAnnotation: forces to use only allowed rules, have several presets, have extra property to extend basic sets
    - minor: some dev. docs, contributors sections
    - fix: one lined jsdocs does not checked, now it does
    Alexej Yaroshevich committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    eac5f71 View commit details
    Browse the repository at this point in the history
Loading