Add CDN links to the Underscore and development builds and cleanup changelog.

Former-commit-id: 1414f0509900e858c441ad642e27b369fbf875c8
This commit is contained in:
John-David Dalton
2012-10-24 08:11:59 -07:00
parent fcabd5e79e
commit 7457001275

View File

@@ -10,7 +10,7 @@ Lo-Dashs performance is gained by avoiding slower native methods, instead opt
* [Development build](https://raw.github.com/bestiejs/lodash/v0.9.0/lodash.js)
* [Production build](https://raw.github.com/bestiejs/lodash/v0.9.0/lodash.min.js)
* [Underscore build](https://raw.github.com/bestiejs/lodash/v0.9.0/lodash.underscore.min.js) tailored for projects already using Underscore
* CDN copies of ≤ [v0.9.0](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.9.0/lodash.min.js) are available on [cdnjs](http://cdnjs.com/) thanks to [CloudFlare](http://www.cloudflare.com/)
* CDN copies of ≤ v0.9.0s [Production](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.9.0/lodash.min.js), [Underscore](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.9.0/lodash.underscore.min.js), and [Development](http://cdnjs.cloudflare.com/ajax/libs/lodash.js/0.9.0/lodash.js) builds are available on [cdnjs](http://cdnjs.com/) thanks to [CloudFlare](http://www.cloudflare.com/)
* For optimal file size, [create a custom build](https://github.com/bestiejs/lodash#custom-builds) with only the features you need
## Dive in
@@ -226,12 +226,12 @@ require({
* Expanded `_.isFinite` to return `true` for numeric strings
* Reduced `_.intersection`, `_.omit`, `_.pick`, `_.sortedIndex`, and `_.where`
* Reduced the `npm` package file size by only downloading the minifiers for global installs
* Reduced Lo-Dash's file size
* Removed compilation from `_.bindAll`, `_.contains`, `_.countBy`, `_.every`,
`_.filter`, `_.find`, `_.functions`, `_.groupBy`, `_.invert`, `_.invoke`,
`_.isEmpty`, `_.map`, `_.merge`, `_.omit`, `_.pairs`, `_.pick`, `_.pluck`,
`_.reduce`, `_.reject`, `_.some`, `_.sortBy`, `_.values`, `_.where`, and
internal `shimKeys`
* Reduced Lo-Dashs file size
* Improved source code comprehension by removing compilation from `_.bindAll`,
`_.contains`, `_.countBy`, `_.every`, `_.filter`, `_.find`, `_.functions`,
`_.groupBy`, `_.invert`, `_.invoke`, `_.isEmpty`, `_.map`, `_.merge`, `_.omit`,
`_.pairs`, `_.pick`, `_.pluck`, `_.reduce`, `_.reject`, `_.some`, `_.sortBy`,
`_.values`, `_.where`, and internal `shimKeys`
The full changelog is available [here](https://github.com/bestiejs/lodash/wiki/Changelog).