File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
66## [ unreleased]
77
8- ### Misc
8+ ### New rules
9+ * [[ ` 152ab67a91 ` ] ( https://github.com/iojs/io.js/commit/152ab67a91 )] - New rule: requireDescriptionCompleteSentence (dtracers)
910
11+ ### Docs
12+ * [[ ` 9e56f72b88 ` ] ( https://github.com/iojs/io.js/commit/9e56f72b88 )] - ** Docs** : Add requireDescriptionCompleteSentence to readme. (dtracers)
13+ * [[ ` a34608a22b ` ] ( https://github.com/iojs/io.js/commit/a34608a22b )] - ** Docs** : update changelog, fix broken link (Alexej Yaroshevich)
14+
15+ ### Misc
1016* [[ ` cf2aff91c2 ` ] ( https://github.com/iojs/io.js/commit/cf2aff91c2 )] - ** Misc** : bump jsdoctypeparser to use new PEG parser (Alexej Yaroshevich)
1117
1218
Original file line number Diff line number Diff line change 3838 "scripts" : {
3939 "lint" : " jshint lib test && jscs lib test" ,
4040 "test" : " npm run lint && mocha" ,
41- "browserify" : " browserify --standalone JsdocJscsPlugin lib/index.js -o jscs-jsdoc-browser.js"
41+ "browserify" : " browserify --standalone JsdocJscsPlugin lib/index.js -o jscs-jsdoc-browser.js" ,
42+ "changelog" : " changelog-maker jscs-dev jscs-jsdoc --group"
4243 },
4344 "files" : [
4445 " lib" ,
You can’t perform that action at this time.
0 commit comments