3.10.9 • Published 8 years ago

lodash-guten v3.10.9

Weekly downloads
14
License
MIT
Repository
github
Last release
8 years ago

Guten's personal version of lodash

The idea is use semantic words as much as possible, for example, array.insert(index, value) instead of array.splice(index, 0, value).

Forked from lodash, with additions:

Array

deleteAt(array, index)
insert(array, index, value)
swap(array, i, j)
moveTo(array, i, j)
wrapArray(array_s)`

Object

mapOwn(object, callback{value, key, result})
pickBang(object, key, ...)

DOM

fetch(url, options)
params(params)
keystroke(event)    -> "a" "ctrl-a" "ctrl-alt-shift-cmd-a" `

need node --harmony for pickBang

Install

In Browser

$ bower install lodash lodash-guten
<script src="bower_components/lodash/lodash.js"></script>
<script src="bower_components/lodash-guten/lodash-guten.js"></script>

In Node

$ npm install lodash-guten
import _ from "lodash-guten"
global._ = _
3.10.9

8 years ago

3.10.8

8 years ago

3.10.7

8 years ago

3.10.6

8 years ago

3.10.5

8 years ago

3.10.4

8 years ago

3.10.3

9 years ago

3.10.2

9 years ago

3.10.1-4

9 years ago

4.0.0-2

9 years ago

4.0.0-1

9 years ago

4.0.0

9 years ago