|
3月21日 深圳 OSC 源创会开始报名罗,送华为海思开发板
lodash 3.3.1 发布,此版本更新内容如下:
- Ensured lazy takeWhile works with lazyreverse&last`
- Ensured wait defaults to 0 for _.debounce & _.throttle
- Ensured isIterateeCall doesn’t error if index is an object without a toString method
- Optimized _.difference, _.intersection, & _.uniq in Firefox (#1131523)
可以通过 lodash-cli 更新日志查看 lodash-cli 的相关改进。
此版本现已提供下载:https://github.com/lodash/lodash/archive/3.3.1.zip。
lodash 是一个 JavaScript 实用工具库,提供一致性,模块化,性能和配件等功能。
_.assign({ 'a': 1 }, { 'b': 2 }, { 'c': 3 });// → { 'a': 1, 'b': 2, 'c': 3 }_.map([1, 2, 3], function(n) { return n * 3; });// → [3, 6, 9] 当前支持 Chrome 39-40, Firefox 34-35, IE 6-11, Opera 25-26, Safari 5-8,io.js 1.0.4, Node.js 0.8.28 & 0.10.35, PhantomJS 1.9.8, RingoJS 0.11, & Rhino 1.7RC5。 |
|
|