v1.0.0-alpha.7
Pre-release
Pre-release
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 towhere
method (0bc1af9) - deprecate
findIndexBy
in favor ofsearch
(5624c04)
Reverts
- docs: add
nuxt module not released
alert (2041c09)
BREAKING CHANGES
- Deprecate
findIndexBy
, usesearch
instead. Note thatsearch
returnsfalse
instead of-1
if not found.