All Versions
19
Latest Version
Avg Release Cycle
139 days
Latest Release
2497 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.8.0 Changes
November 22, 2013- add
array/findLast. - add
array/findLastIndex. - add
array/sliceand use it internally. - add
array/sortBy - add
function/awaitDelay. - add
function/identity - add
number/isNaN. - add
number/nth. - add
number/ordinal. - allows nested replacement patterns in
string/interpolate. - change
function/makeIterator_behavior (usesidentityby default). - simplify
string/escapeRegExp. - support custom equality on
array/compare.
- add
-
v0.7.1 Changes
September 18, 2013- fix
nullvalue handling in object/get.
- fix
-
v0.7.0 Changes
September 05, 2013- add bower ignores.
- add german translation for date localization.
- alias
functionpackage asfnsince "function" is a reserved keyword. - allow second argument on
array/pick. - improve
string/makePathto not remove "//" after protocol. - make sure methods inside
numberpackage works with mixed types. - support arrays on
queryString/encode. - support multiple values for same property on
queryString/decode. - add
cancel()method tothrottled/debouncedfunctions. - add
function/times. - add
lang/toNumber. - add
string/insert. - add
super_to constructor onlang/inheritPrototype.
-
v0.6.0 Changes
May 22, 2013- add optional delimeter to
string/unCamelCase - allow custom char on
number/pad - allow underscore characters in
string/removeNonWord - accept
levelonarray/flatteninstead of a flag - convert underscores to camelCase in
string/camelCase - remove
create()from number/currencyFormat - add
date/dayOfTheYear - add
date/diff - add
date/isSame - add
date/startOf - add
date/strftime - add
date/timezoneAbbr - add
date/timezoneOffset - add
date/totalDaysInYear - add
date/weekOfTheYear - add
function/timeout - add
object/bindAll - add
object/functions - add
time/convert
- add optional delimeter to
-
v0.5.0 Changes
April 04, 2013- add
array/collect - add
callbackparameter toobject/equalsandobject/deepEqualsto allow custom compare operations. - normalize behavior in
array/*methods to treatnullvalues as empty arrays when reading from array - add
date/parseIso - add
date/isLeapYear - add
date/totalDaysInMonth - add
object/deepMatches - change
function/makeIterator_to usedeepMatches(affects nearly all iteration methods) - add
thisObjparameter toarray/minandarray/max
- add
-
v0.4.0 Changes
February 26, 2013- add
object/equals - add
object/deepEquals - add
object/matches. - add
lang/isandlang/isnt. - add
lang/isInteger. - add
array/findIndex. - add shorthand syntax to
array/*,object/*andcollection/*methods. - improve
number/signbehavior when value is NaN or +0 or -0. - improve
lang/isNaNto actually check if value is not a number without coercing value; so[],"",nulland"12"are considered NaN (#39). - improve
string/containsto match ES6 behavior (add fromIndex argument).
- add
-
v0.3.0 Changes
February 01, 2013- add
lang/clone. - add
lang/toString. - add
string/replace. - add
string/WHITE_SPACES - rename
function/currytofunction/partial. - allow custom chars in
string/trim,ltrim, andrtrim. - convert values to strings in the
string/*functions.
- add
-
v0.2.0 Changes
January 13, 2013- fix bug in
math/ceilfor negative radixes. - change
object/deepFillInandobject/deepMixInto recurse only if both existing and new values are plain objects. Will not recurse into arrays or objects not created by the Object constructor. - add
lang/isPlainObjectto check if a file is a valid object and is created by the Object constructor - change
lang/clonebehavior when dealing with custom types (avoid cloning it by default) and add second argument to allow custom behavior if needed. - rename
lang/clonetolang/deepClone. - add VERSION property to index.js
- simplify
math/floor,math/round,math/ceilandmath/countSteps.
- fix bug in
-
v0.1.0 Changes
January 09, 2013- ๐ Rename project from "amd-utils" to "mout"