v0.41.0
- Added
findWhere
,findIndexWhere
,hasPathValue
- Updated dev dependencies
- Moved
contains
,find
,findIndex
andisIn
to array_basics.js find
now usesfindIndex
to perform the search to avoid duplicate code- Minor performance gain when
aritize
needs to addundefined
arguments - Updated npmcdn.com links with the new unpkg.com domain
- Minor cleanup in path code
- Minor corrections in doc comments