You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-10
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# lodash v3.9.3
1
+
# lodash v3.10.0
2
2
3
3
The [modern build](https://github.com/lodash/lodash/wiki/Build-Differences) of [lodash](https://lodash.com/) exported as [Node.js](http://nodejs.org/)/[io.js](https://iojs.org/) modules.
4
4
@@ -28,7 +28,7 @@ var array = require('lodash/array');
28
28
var chunk =require('lodash/array/chunk');
29
29
```
30
30
31
-
See the [package source](https://github.com/lodash/lodash/tree/3.9.3-npm) for more details.
31
+
See the [package source](https://github.com/lodash/lodash/tree/3.10.0-npm) for more details.
32
32
33
33
**Note:**<br>
34
34
Don’t assign values to the [special variable](http://nodejs.org/api/repl.html#repl_repl_features)`_` when in the REPL.<br>
@@ -39,8 +39,8 @@ Install [n_](https://www.npmjs.com/package/n_) for a REPL that includes lodash b
39
39
lodash is also available in a variety of other builds & module formats.
40
40
41
41
* npm packages for [modern](https://www.npmjs.com/package/lodash), [compatibility](https://www.npmjs.com/package/lodash-compat), & [per method](https://www.npmjs.com/browse/keyword/lodash-modularized) builds
42
-
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.9.3-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.9.3-amd) builds
43
-
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.9.3-es) build
42
+
* AMD modules for [modern](https://github.com/lodash/lodash/tree/3.10.0-amd) & [compatibility](https://github.com/lodash/lodash-compat/tree/3.10.0-amd) builds
43
+
* ES modules for the [modern](https://github.com/lodash/lodash/tree/3.10.0-es) build
44
44
45
45
## Further Reading
46
46
@@ -55,8 +55,7 @@ lodash is also available in a variety of other builds & module formats.
@@ -115,5 +117,5 @@ lodash is also available in a variety of other builds & module formats.
115
117
116
118
## Support
117
119
118
-
Tested in Chrome 41-42, Firefox 37-38, IE 6-11, MS Edge, Opera 28-29, Safari 5-8, ChakraNode 0.12.2, io.js 2.1.0, Node.js 0.8.28, 0.10.38, & 0.12.4, PhantomJS 1.9.8, RingoJS 0.11, & Rhino 1.7.6.
120
+
Tested in Chrome 42-43, Firefox 37-38, IE 6-11, MS Edge, Opera 28-29, Safari 5-8, ChakraNode 0.12.2, io.js 2.3.1, Node.js 0.8.28, 0.10.38, & 0.12.5, PhantomJS 1.9.8, RingoJS 0.11, & Rhino 1.7.6.
119
121
Automated [browser](https://saucelabs.com/u/lodash) & [CI](https://travis-ci.org/lodash/lodash/) test runs are available. Special thanks to [Sauce Labs](https://saucelabs.com/) for providing automated browser testing.
0 commit comments