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: 8d8e03d
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: db4f133
Choose a head ref
  • 20 commits
  • 15 files changed
  • 6 contributors

Commits on Sep 29, 2015

  1. Misc: replace tabs with spaces

    Alexej Yaroshevich committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    5df4bff View commit details
    Browse the repository at this point in the history
  2. Fix: add support of es6 exports in enforceExistence

    Fixes #159
    Closes gh-160
    Alexej Yaroshevich committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    5f7d756 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Chore: bump comment-parser to v0.3.1

    - [v0.3.1 of comment-parser](syavorsky/comment-parser#24 (comment)) uses the `readable-stream` module, which allows compatibility with node 0.8 and earlier. Whether you want to support node 0.8 isn't important - for your module, this change will function identically for > 0.8, and simply won't break for *this* reason on <= 0.8 - a net win!
    
    Closes gh-179
    ljharb authored and Alexej Yaroshevich committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    c25a184 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2015

  1. Tags: add override as a valid tag to jsdoc3 set

    Closes gh-177
    Closes gh-178
    Brittany Tarvin authored and qfox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    d2070ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    739ed3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cae034 View commit details
    Browse the repository at this point in the history
  4. Fix: scope for arrow functions

    Closes gh-173
    Sergey Zarouski authored and qfox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    84def6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c74293 View commit details
    Browse the repository at this point in the history
  6. Docs: fix grammar for couple of rules

    Fixes #158
    Closes gh-161
    Alexej Yaroshevich authored and qfox committed Dec 5, 2015
    Configuration menu
    Copy the full SHA
    d91140d View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2015

  1. Configuration menu
    Copy the full SHA
    c771b25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9ffead View commit details
    Browse the repository at this point in the history
  3. Docs: fix mistyped example for requireDescriptionCompleteSentense

    And some other trivial fixes
    
    Fixes #153
    qfox committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    21f5eda View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2015

  1. Configuration menu
    Copy the full SHA
    9805a4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42c642a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    842dcb5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d28215 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    244c387 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0094e85 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4735603 View commit details
    Browse the repository at this point in the history
  8. v1.3.0

    It was more than 2 months gap since the last release and here we are with
    a couple of bug fixes and better ES2015 support.
    
    A big part of fixes related to `requireDescriptionCompleteSentence` rule.
    If you had troubles with it you can give it a try now.
    
    `enforceExistence` now supports ES2015 exports and treats it like usual
    CommonJS `module.exports`.
    
    Also we should note that [Jordan Harband](http://github.com/ljharb) came
    with a `node v0.8` support 🎉. Thank you, Jordan!
    
    See all changes in CHANGELOG.md
    
    Thank you for usign it and contributing to it!
    qfox committed Dec 7, 2015
    Configuration menu
    Copy the full SHA
    db4f133 View commit details
    Browse the repository at this point in the history
Loading