All Versions
19
Latest Version
Avg Release Cycle
139 days
Latest Release
1822 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.2
November 08, 2019 -
v1.1.1 Changes
April 18, 2019- fixed
object/get
throwing an exception for null or undefined input objects
- fixed
-
v1.1.0 Changes
October 04, 2017- update dependencies
- optimize
function/bind
- optimize
lang/kindOf
-
v1.0.0
March 26, 2016 -
v0.12.0 Changes
March 03, 2016- add
array/indicesOf
- add
function/memoize
- add
array/reverse
- add
math/overflow
- fix
query/getQuery
- fix
object/deepMatches
- optimize
function/partial
- updates license
- add
-
v0.11.1
October 09, 2015 -
v0.11.0 Changes
November 17, 2014- add
array/take
; - remove unused variable from
date/totalDaysInMonth
; - fix case insensitive RegExp cloning on
lang/clone
;
- add
-
v0.10.0 Changes
September 02, 2014- add
array/equals
; - add
array/groupBy
; - add
array/last
; - add
function/wrap
; - add
lang/GLOBAL
; - add
lang/isPrimitive
; - add
number/MAX_SAFE_INTEGER
; - add
object/omit
; - add
object/result
; - add
object/result
; - add
random/randString
; - change
lang/isEmpty
behavior to returntrue
for any value that isn't a collection. - fix
array/findLastIndex
to stop at zero index; - improve
function/partial
to accept placeholders; - improve
math.norm
behavior for values outside the range and for cases whereval === min === max
; - improve
object/get
behavior to return properties from any value that is notnull
orundefined
; - move
object/deepEquals
tolang/deepEquals
(improving the behavior);
- add
-
v0.9.1 Changes
April 08, 2014- fix
array/slice
behavior when start and end are higher than length.
- fix
-
v0.9.0 Changes
February 04, 2014- add
date/quarter
; - add
function/constant
; - add
random/randBool
; - add un-padded 12-hour (
%l
) todate/strftime
; - fix
array/slice
on IE < 9 by using a custom implementation. - fix
object/forIn
iteration for IE < 9 constructor property; - improve
lang/inheritPrototype
by returning theprototype
; - improve
string/removeNonWord
to cover more chars; - improve
string/repeat
performance; - improve
string/unescapeHtml
by accepting leading zeros for'
;
- add