Releases: ascartabelli/lamb
Releases · ascartabelli/lamb
v0.18.0
- Renamed
get
togetIn
- Added
setIn
andsetKey
v0.17.0
- Added
getArgAt
andsetAt
getAt
no longer accepts strings as indexes- Changed integer conversions in
isIn
,transpose
and currying functions
v0.16.0
Added init
, tail
, getAt
, head
, last
.
v0.15.3
- Updated
generic
function and removed unusedFunction.prototype
caching - Added specific tests for
generic
,sorter
andsorterDesc
- Minor improvements in documentation
v0.15.2
- Added support for Travis CI and Coveralls
- Updated README and fixed typo in documentation
v0.15.1
Minor performance improvements.
v0.15.0
- Changed
insert
andsorter
- Added
invokerOn
,sort
,sorterDesc
andsortWith
v0.14.0
Added transpose
, zip
, zipWithIndex
.
v0.13.0
difference
,intersection
anduniques
now use the "SameValueZero" comparison- Added
clamp
,contains
,isIn
,isSVZ
v0.12.0
- Added
enumerables
andpluckKey
- Added
mergeOwn
,ownPairs
,ownValues
andtearOwn