Changelog
v0.11.0 (2014/11/17)
array/take
;date/totalDaysInMonth
;lang/clone
;Changelog
v0.10.0 (2014/09/02)
array/equals
;array/groupBy
;array/last
;function/wrap
;lang/GLOBAL
;lang/isPrimitive
;number/MAX_SAFE_INTEGER
;object/omit
;object/result
;object/result
;random/randString
;lang/isEmpty
behavior to return true
for any value that isn't
a collection.array/findLastIndex
to stop at zero index;function/partial
to accept placeholders;math.norm
behavior for values outside the range and for cases
where val === min === max
;object/get
behavior to return properties from any value that is
not null
or undefined
;object/deepEquals
to lang/deepEquals
(improving the behavior);Changelog
v0.9.1 (2014/04/08)
array/slice
behavior when start and end are higher than length.Changelog
v0.9.0 (2014/02/04)
date/quarter
;function/constant
;random/randBool
;%l
) to date/strftime
;array/slice
on IE < 9 by using a custom implementation.object/forIn
iteration for IE < 9 constructor property;lang/inheritPrototype
by returning the prototype
;string/removeNonWord
to cover more chars;string/repeat
performance;string/unescapeHtml
by accepting leading zeros for '
;Changelog
v0.8.0 (2013/11/22)
array/findLast
.array/findLastIndex
.array/slice
and use it internally.array/sortBy
function/awaitDelay
.function/identity
number/isNaN
.number/nth
.number/ordinal
.string/interpolate
.function/makeIterator_
behavior (uses identity
by default).string/escapeRegExp
.array/compare
.Changelog
v0.7.1 (2013/09/18)
null
value handling in object/get.Changelog
v0.7.0 (2013/09/05)
function
package as fn
since "function" is a reserved keyword.array/pick
.string/makePath
to not remove "//" after protocol.number
package works with mixed types.queryString/encode
.queryString/decode
.cancel()
method to throttled/debounced
functions.function/times
.lang/toNumber
.string/insert
.super_
to constructor on lang/inheritPrototype
.Changelog
v0.6.0 (2013/05/22)
string/unCamelCase
number/pad
string/removeNonWord
level
on array/flatten
instead of a flagstring/camelCase
create()
from number/currencyFormatdate/dayOfTheYear
date/diff
date/isSame
date/startOf
date/strftime
date/timezoneAbbr
date/timezoneOffset
date/totalDaysInYear
date/weekOfTheYear
function/timeout
object/bindAll
object/functions
time/convert
Changelog
v0.5.0 (2013/04/04)
array/collect
callback
parameter to object/equals
and object/deepEquals
to allow
custom compare operations.array/*
methods to treat null
values as empty
arrays when reading from arraydate/parseIso
date/isLeapYear
date/totalDaysInMonth
object/deepMatches
function/makeIterator_
to use deepMatches
(affects nearly all
iteration methods)thisObj
parameter to array/min
and array/max