lodash 3.10.0 发布,JavaScript 实用工具库
lodash 是一个 JavaScript 实用工具库,提供一致性,模块化,性能和配件等功能。
lodash 3.10.0 发布,更新内容如下:
-
Added _.ceil, _.defaultsDeep, _.floor, _.modArgs, & _.round
-
Ensured
_.bindworks with all built-in constructors -
Ensured
_#concattreats sparse arrays as dense -
Ensured
_.chunkfloorssizevalues -
Ensured
_.debounce&_.throttleresetlastCallafter cancelling -
Ensure
_.flow&_.flowRightwork with functions combined with_.first -
Ensured
_.indexOf&_.lastIndexOfreturn-1for unmatched binary searches forundefined -
Ensured
_.noConflictoperates onroot& notcontext -
Mode
_.escapeRegExpmore robust -
Made
_.sortByOrdersupport orders of “asc” & “desc” -
Optimized
_.flatten,_.max, &_.min -
Removed fallbacks for
_.isArguments,_.isFunction, &_.isPlainObject -
Simplified lazy evaluation support
-
Simplified
_.isElement,_.isFinite,_.isNative,_.now,_.parseInt, &_.sum
更多内容请查看更新日志。
该版本下载:Source code (zip)。
来自:http://www.oschina.net/news/63808/lodash-3-10-0