Skip to content

v1.0.0-alpha.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 19:17
c9b2f21

Bug Fixes

  • helpers: fix pluck buildKeyPathMap to always return obj type (0207153)
  • accept instances of classes (3dc1391)
  • groups of groupBy should be instance of Collection (0a6c7b2)
  • implicit any index errors (62e4e41)

Features

  • types: add type Obj (608ae35)
  • improve return type of pluck (b7dc5fb)
  • types: add type ValueOf (b951300)
  • add LIKE operations to where method (0bc1af9)
  • deprecate findIndexBy in favor of search (5624c04)

Reverts

  • docs: add nuxt module not released alert (2041c09)

BREAKING CHANGES

  • Deprecate findIndexBy, use search instead. Note that search returns false instead of -1 if not found.