Skip to content

Commit

Permalink
Bump version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Dec 15, 2015
1 parent c00a3d9 commit 6ac3618
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# apiDoc Changelog

#### 0.14.0

* CLI
* Clarify that -c option must be a directory.

* Parser
* Add support for `:` in @apiParam names.
* Add Ruby doxygen-style support.
* Add Groovy support.
* Add Exlixir support.
* Add Parameter name array syntax.
* Add travis-ci tests for node 0.12.

* Template
* Add semver for correct sort order. [335](https://github.com/apidoc/apidoc/issues/335)
* Add google webfontloader to fix scrollspy position after webfont loading.
* Add semver for correct sort order.
* Add Spanish translation.
* Add Chinese Simplified (zh-cn) tranlsation.
* Update to semantic tradition Chinese words.
* Update Polish translation.
* Ensure params isn't empty before sending.
* Set required defaults for sample request.
* Bugfix: Locale don't work with pt-br. [329](https://github.com/apidoc/apidoc/issues/329)
* Bugfix: Empty Groups for Future Versions showing when old Versions are selected. [349](https://github.com/apidoc/apidoc/issues/349)
* Bugfix: Add path to template variable (_col1).
* Sample requests with GET parameters need to be added to the query string.
* Fix handle bar expression to not apply html encode for data type field.
* Typo in header.md.


#### 0.13.2

Expand Down
60 changes: 60 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,66 @@

Thanks to all people that help to make apiDoc better!

* [Chad Auld](https://github.com/cauld)
* Sample requests should also support basic GET requests with standard que... [#189](https://github.com/apidoc/apidoc/pull/189)

* [Vincent Hérilier](https://github.com/vherilier)
* Required defaults. [#193](https://github.com/apidoc/apidoc/pull/193)

* [Dennis Hotson](https://github.com/dhotson)
* Parameter name array syntax. [#4](https://github.com/apidoc/apidoc-core/pull/4)

* [ayaya](https://github.com/ayamomiji)
* Add Ruby comment support. [#12](https://github.com/apidoc/apidoc-core/pull/12)

* [liferus](https://github.com/liferus)
* Patch issue #270 for apidoc. [#14](https://github.com/apidoc/apidoc-core/pull/14)

* [Cosmin Cătălin SANDA](https://github.com/cosmincatalin)
* Sample requests with GET parameters need to be added to the query string. [#222](https://github.com/apidoc/apidoc/pull/222)

* [Connor Hindley](https://github.com/connyay)
* Ensure params isn't empty before sending. [#230](https://github.com/apidoc/apidoc/pull/230)

* [spacious](https://github.com/spacious)
* Add path to template variable [#269](https://github.com/apidoc/apidoc/pull/269)

* [Joseph Page](https://github.com/josephpage)
* Add tests for node 0.12 [#291](https://github.com/apidoc/apidoc/pull/291)

* [Charlie Chang](https://github.com/icharlie)
* Fix scrollspy issue [#299](https://github.com/apidoc/apidoc/pull/299)

* [wisoot](https://github.com/wisoot)
* Fix handle bar expression to not apply html encode for data type field [#315](https://github.com/apidoc/apidoc/pull/315)

* [Caesar Chi](https://github.com/clonn)
* Update to semantic tradition Chinese words [#327](https://github.com/apidoc/apidoc/pull/327)

* [Tormi Tabor](https://github.com/tormi)
* Typo in header.md [#350](https://github.com/apidoc/apidoc/pull/350)

* [Greg Leppert](https://github.com/leppert)
* Clarify that -c option must be a directory [#355](https://github.com/apidoc/apidoc/pull/355)

* [Miguel Angel Chico](https://github.com/miguelchico)
* Add Spanish translation [#356](https://github.com/apidoc/apidoc/pull/356)

* [Leonardo Silva](https://github.com/leosilvadev)
* Just adding groovy suport [#368](https://github.com/apidoc/apidoc/pull/368)

* [arrowrowe](https://github.com/arrowrowe)
* Add Chinese Simplified (zh-cn) translation [#373](https://github.com/apidoc/apidoc/pull/373)

* [sldab](https://github.com/sldab)
* Added Elixir support [#378](https://github.com/apidoc/apidoc/pull/378)

* [Marcin Szepczyński](https://github.com/czepol)
* Update pl.js [#377](https://github.com/apidoc/apidoc/pull/377)

* [Matheus Nunes Albino](https://github.com/TTheu)
* Locale don't work with pt-br [#329](https://github.com/apidoc/apidoc/issues/329)

* [Frank Lucht](https://github.com/Digigoodz)
* Add multiple input locations [#239](https://github.com/apidoc/apidoc/pull/239)

Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.13.2",
"version": "0.14.0",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"node": ">= 0.10.0"
},
"dependencies": {
"apidoc-core": "~0.4.2",
"apidoc-core": "~0.5.0",
"fs-extra": "~0.26.2",
"lodash": "~3.10.1",
"markdown-it": "^5.0.2",
Expand All @@ -45,12 +45,14 @@
},
"devDependencies": {
"apidoc-example": "*",
"js-cookie": "^2.0.4",
"jshint": "^2.9.1-rc1",
"mocha": "~2.3.4",
"npm-check-updates": "^2.5.4",
"path-to-regexp": "^1.2.1",
"semver": "^5.1.0",
"should": "~8.0.1"
"should": "~8.0.1",
"webfontloader": "^1.6.16"
},
"jshintConfig": {
"camelcase": true,
Expand Down

0 comments on commit 6ac3618

Please sign in to comment.