Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sttk committed May 12, 2018
1 parent 2dbe151 commit 122d56d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,15 @@ Executes the *fn* function for all properties.
| *depth* | number | The depth of the property. |
| *parent* | object | The parent node of the property. |
| *sort* |function| A sort function which orders the child properties. This function is inherited from *opts*, if be specified. |

... and any properties inherited from *opts*.

* **Properties of <i>opts</i>**

| Properties | Type | Description |
|:-------------|:------:|:-----------------------------------------|
| *sort* |function| A sort function which orders the same level properties. (Optional) |

... and any properties you want to pass to each node.

## License
Expand All @@ -110,7 +112,7 @@ This program is free software under [MIT][mit-url] License.
See the file LICENSE in this distribution for more details.

[repo-url]: https://github.com/sttk/each-props/
[npm-img]: https://img.shields.io/badge/npm-v1.3.1-blue.svg
[npm-img]: https://img.shields.io/badge/npm-v1.3.2-blue.svg
[npm-url]: https://www.npmjs.org/package/each-props/
[mit-img]: https://img.shields.io/badge/license-MIT-green.svg
[mit-url]: https://opensource.org/licenses.MIT
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": "each-props",
"version": "1.3.1",
"version": "1.3.2",
"description": "Processes each properties of an object deeply.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 122d56d

Please sign in to comment.