Mout v0.8.0 Release Notes

Release Date: 2013-11-22 // over 10 years ago
    • add array/findLast.
    • add array/findLastIndex.
    • add array/slice and 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 (uses identity by default).
    • simplify string/escapeRegExp.
    • support custom equality on array/compare.