rubico v1.6.10 Release Notes

    • and defers to .and if method is present
    • or defers to .or if method is present
    • not defers to .not if method is present
    • eq defers to .eq if method is present
    • gt defers to .gt if method is present
    • lt defers to .lt if method is present
    • gte defers to .gte if method is present
    • lte defers to .lte if method is present
    • eq compares by SameValueZero
    • isDeepEqual compares by SameValueZero
    • isObject checks for language type Object