Mout v0.5.0 Release Notes

Release Date: 2013-04-04 // about 11 years ago
    • add array/collect
    • add callback parameter to object/equals and object/deepEquals to allow custom compare operations.
    • normalize behavior in array/* methods to treat null values as empty arrays when reading from array
    • add date/parseIso
    • add date/isLeapYear
    • add date/totalDaysInMonth
    • add object/deepMatches
    • change function/makeIterator_ to use deepMatches (affects nearly all iteration methods)
    • add thisObj parameter to array/min and array/max