Mout v0.4.0 Release Notes

Release Date: 2013-02-26 // about 11 years ago
    • add object/equals
    • add object/deepEquals
    • add object/matches.
    • add lang/is and lang/isnt.
    • add lang/isInteger.
    • add array/findIndex.
    • add shorthand syntax to array/*, object/* and collection/* methods.
    • improve number/sign behavior when value is NaN or +0 or -0.
    • improve lang/isNaN to actually check if value is not a number without coercing value; so [], "", null and "12" are considered NaN (#39).
    • improve string/contains to match ES6 behavior (add fromIndex argument).