2013-02-18 03:13:40 -07:00
2013-02-18 03:13:40 -07:00
2013-02-18 03:13:40 -07:00
2013-02-17 20:44:28 -08:00
2013-02-17 16:38:23 -08:00
2012-11-14 21:59:18 -08:00
2012-11-04 08:26:54 -08:00
2012-12-21 20:08:16 -06:00
2013-02-11 08:51:58 -08:00
2013-02-18 02:13:39 -08:00
2013-01-19 16:07:15 -08:00
2013-02-18 03:13:40 -07:00
2013-02-18 03:13:40 -07:00
2013-02-18 03:13:40 -07:00

Lo-Dash v1.0.2

A utility library delivering consistency, customization, performance, & extras.

Download

Dive in

Weve got API docs, benchmarks, and unit tests.

For a list of upcoming features, check out our roadmap.

The full changelog is available here.

Installation and usage

In browsers:

<script src="lodash.js"></script>

Using npm:

npm install lodash

npm install -g lodash
npm link lodash

To avoid potential issues, update npm before installing Lo-Dash:

npm install npm -g

In Node.js and RingoJS v0.8.0+:

var _ = require('lodash');

// or as a drop-in replacement for Underscore
var _ = require('lodash/lodash.underscore');

Note: If Lo-Dash is installed globally, run npm link lodash in your projects root directory before requiring it.

In RingoJS v0.7.0-:

var _ = require('lodash')._;

In Rhino:

load('lodash.js');

In an AMD loader like RequireJS:

require({
  'paths': {
    'underscore': 'path/to/lodash'
  }
},
['underscore'], function(_) {
  console.log(_.VERSION);
});

Resources

For more information check out these articles, screencasts, and other videos over Lo-Dash:

  • Posts
  • Videos

Features

Support

Lo-Dash has been tested in at least Chrome 524, Firefox 118, IE 6-10, Opera 9.25-12, Safari 3-6, Node.js 0.4.8-0.8.20, Narwhal 0.3.2, PhantomJS 1.8.1, RingoJS 0.9, and Rhino 1.7RC5.

Description
No description provided
Readme MIT 52 MiB
Languages
JavaScript 97.2%
HTML 2.3%
EJS 0.5%