Bump to v0.5.2.

Former-commit-id: 43998ef8cf3cbdb9205d702d950f9f59febc420b
This commit is contained in:
John-David Dalton
2012-08-21 01:32:41 -07:00
parent 387cc184e6
commit e60bbc2fb7
6 changed files with 62 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
# Lo-Dash <sup>v0.5.1</sup>
# Lo-Dash <sup>v0.5.2</sup>
<!-- div -->
@@ -2404,7 +2404,7 @@ _.times(3, function() { this.grantWish(); }, genie);
### <a id="_toarraycollection"></a>`_.toArray(collection)`
<a href="#_toarraycollection">#</a> [&#x24C8;](https://github.com/bestiejs/lodash/blob/master/lodash.js#L2323 "View in source") [&#x24C9;][1]
Converts the `collection`, into an array. Useful for converting the `arguments` object.
Converts the `collection`, to an array. Useful for converting the `arguments` object.
#### Arguments
1. `collection` *(Array|Object|String)*: The collection to convert.

View File

@@ -21,7 +21,7 @@
// generate Markdown
$markdown = docdown(array(
'path' => '../' . $file,
'title' => 'Lo-Dash <sup>v0.5.1</sup>',
'title' => 'Lo-Dash <sup>v0.5.2</sup>',
'url' => 'https://github.com/bestiejs/lodash/blob/master/lodash.js'
));