Skip to content

v0.41.0

Compare
Choose a tag to compare
@ascartabelli ascartabelli released this 08 Sep 10:11
· 185 commits to master since this release
  • Added findWhere, findIndexWhere, hasPathValue
  • Updated dev dependencies
  • Moved contains, find, findIndex and isIn to array_basics.js
  • find now uses findIndex to perform the search to avoid duplicate code
  • Minor performance gain when aritize needs to add undefined arguments
  • Updated npmcdn.com links with the new unpkg.com domain
  • Minor cleanup in path code
  • Minor corrections in doc comments