Changelog
1.15.1 (Jul 21, 2016)
Oolong.create
][create] to not mutate the prototype argument under global strict mode when given objects to assign to it.--use-strict
), which seems very rare.Changelog
1.14.1 (Nov 12, 2015)
Oolong.pickDeep
][pickDeep] to take an array of keys (["a", "b", "c"]
) instead of a string with embedded periods (a.b.c
).Changelog
1.13.0 (Jul 24, 2015)
Oolong.property
][property].Oolong.object
][object].Oolong.pluck
][pluck].Changelog
1.11.1 (Jun 24, 2015)
Oolong.isPlainObject
][isPlainObject] to return false
for
Array.prototype
.Changelog
1.11.0 (Jun 14, 2015)
Oolong.lookupGetter
][lookupGetter].Oolong.lookupSetter
][lookupSetter].