File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- # lodash v4.0.0-pre
1
+ # lodash v4.0.0
2
2
3
- The [ modern build ] ( https://github .com/lodash/lodash/wiki/Build-Differences ) of [ lodash ] ( https://lodash .com/ ) .
3
+ The [ lodash ] ( https://lodash .com/ ) library exported as a [ UMD ] ( https://github .com/umdjs/umd ) module .
4
4
5
5
Generated using [ lodash-cli] ( https://www.npmjs.com/package/lodash-cli ) :
6
6
``` bash
7
- $ lodash modern -o ./lodash.js
7
+ $ npm run build
8
+ $ lodash -o ./dist/lodash.js
9
+ $ lodash core -o ./dist/lodash.core.js
8
10
```
9
11
10
12
## Community
@@ -15,15 +17,14 @@ $ lodash modern -o ./lodash.js
15
17
16
18
lodash is also available in a variety of other builds & module formats.
17
19
18
- * 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
19
- * AMD modules for [ modern ] ( https://github.com/ lodash/lodash/tree/3.10.1 -amd) & [ compatibility ] ( https://github.com/lodash/lodash-compat /tree/3.10.1 -amd ) builds
20
- * ES modules for the [ modern ] ( https://github.com/lodash/lodash/tree/3.10.1 -es ) build
20
+ * [ lodash] ( https://www.npmjs.com/package/lodash ) & [ per method] ( https://www.npmjs.com/browse/keyword/lodash-modularized ) packages
21
+ * [ lodash-amd] ( https://github.com/lodash/lodash/tree/4.0.0 -amd )
22
+ * [ lodash-es ] ( https://github.com/lodash/lodash/tree/4.0.0 -es )
21
23
22
24
## Further Reading
23
25
24
26
* [ API Documentation] ( https://lodash.com/docs )
25
27
* [ Build Differences] ( https://github.com/lodash/lodash/wiki/Build-Differences )
26
28
* [ Changelog] ( https://github.com/lodash/lodash/wiki/Changelog )
27
- * [ Release Notes] ( https://github.com/lodash/lodash/releases )
28
29
* [ Roadmap] ( https://github.com/lodash/lodash/wiki/Roadmap )
29
30
* [ More Resources] ( https://github.com/lodash/lodash/wiki/Resources )
You can’t perform that action at this time.
0 commit comments