Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed Jan 13, 2017
1 parent be2f5ec commit c03a532
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# apiDoc Changelog

#### 0.17.0

Add new [@apiDeprecated](http://apidocjs.com/#param-api-deprecated) annotation.
Add new @apiPrivate annotation.

* CLI
* Add `--private false|true` parameter to export `@apiPrivate` marked methods.
* Add .cls, .jsx, p, .pl, .vue file extensions.
* Update dependencies.

* Parser
* Add @apiDeprecated support. [52](https://github.com/apidoc/apidoc-core/pull/52)
* Added support for private APIs `@apiPrivate`. [530](https://github.com/apidoc/apidoc/pull/530)
* Add support for plugins in scoped modules. [51](https://github.com/apidoc/apidoc-core/pull/51)
* Remove deprecated lib wrench and replace with fs-extra.
* Update dependencies.

* Template
* Update Bootstrap to 3.3.7.
* Navigation filter added. [562](https://github.com/apidoc/apidoc/pull/562)
* h2 links in Header / Footer files will now be visible in the main navigation. [525](https://github.com/apidoc/apidoc/pull/525)
* Fix issue of left menu displaying major function in older version. [528](https://github.com/apidoc/apidoc/pull/528)
* Replace lodash with only needed custom build lodash functions.
* Update italian language file. [507](https://github.com/apidoc/apidoc/pull/507)


#### 0.16.0

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

Thanks to all people that help to make apiDoc better!

* [strabek](https://github.com/strabek)
* Navigation filter added. [562](https://github.com/apidoc/apidoc/pull/562)

* [quick691fr](https://github.com/quick691fr)
* Added support for private APIs. [530](https://github.com/apidoc/apidoc/pull/530)

* [quick691fr](https://github.com/quick691fr)
* Fix issue of left menu displaying major function in older version. [528](https://github.com/apidoc/apidoc/pull/528)

* [Luca Sartori](https://github.com/phaberest)
* Update italian language file. [507](https://github.com/apidoc/apidoc/pull/507)

* [snejku](https://github.com/snejku)
* h2 links in Header / Footer files will now be visible in the main navigation. [525](https://github.com/apidoc/apidoc/pull/525)

* [mik115](https://github.com/mik115)
* Add @apiDeprecated support. [52](https://github.com/apidoc/apidoc-core/pull/52)

* [Marc](https://github.com/mbernardini)
* Add support for plugins in scoped modules [51](https://github.com/apidoc/apidoc-core/pull/51)

* [will Farrell](https://github.com/willfarrell)
* Plugin Loader and allow parser to inject hooks. [27](https://github.com/apidoc/apidoc-core/pull/27)

Expand Down

0 comments on commit c03a532

Please sign in to comment.