Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
chore(): update change log for 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m7r committed Jul 19, 2013
1 parent 64f656f commit 25a375e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
# 0.1.3 (2013-07-19)

## Features
### ngdocs

* `@param` support for object properties ([5e3c402c](https://github.com/m7r/grunt-ngdocs/commit/5e3c402c))

@param {Object} param Some obj
@param {String} param.name some name on the obj

Object properties are not included in the method signature

* support custom items with `@requires` ([d0f488c2](https://github.com/m7r/grunt-ngdocs/commit/d0f488c2))

`@requires $cookie` => `$cookie` href = currentsection/ng.$cookie
`@requires module.directive:tabs` => `tabs` href = currentsection/module.directive:tabs
`@requires /section2/module.directive:tabs` => `tabs` href = section2/module.directive:tabs



## Bug fixes
### ngdocs

* make `@methodOf` work in all sections #21 ([468904ab](https://github.com/m7r/grunt-ngdocs/commit/468904ab))

### task

* make backward compatible to 0.1.1 ([64f656ff](https://github.com/m7r/grunt-ngdocs/commit/64f656ff))




# 0.1.2 (2013-06-27)

## Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grunt-ngdocs",
"version": "0.1.2",
"version": "0.1.3",
"description": "grunt plugin for angularjs documentation",
"main": "tasks",
"repository": {
Expand Down

0 comments on commit 25a375e

Please sign in to comment.