Releases: cape-ookb/cape-lodash
Releases · cape-ookb/cape-lodash
v2.2.0 renameValues createIndex
renameValues(renameObj)(strArray)- renameObj = { find: 'replace' } Similar torenamebut find/replace strings in array.createIndex('id', 'value')(dataArray)- Creates a key/value index from an array of items. It's like_.indexBybut uses the field value ofvalueproperty instead of the entire item.
v2.1.0
Added parseBoolean to check if a string is trying to be true. toBool() will now pass strings to parseBoolean. True words based on webmasterkai/affirmative.