Lo-Dash provides performance improvements compared to Underscore.js, some bug fixes, and additional new features.
It is based on Underscore.js version 1.3.3.
Comes packed with benchmarks, unit tests and API documentation.
Requirements:
· JavaScript enabled on client side
What's New in This Release: [ read full changelog ]
· Added Component package support.
· Updated the build utility to work with changes in GitHub’s API.
· Ensured _.isPlainObject works with objects created by Object.create(null).
· Ensured “isType” methods return false for subclassed values.
· Ensured debounced functions, with leading and trailing calls enabled.