Releases
v1.0.0-alpha.7 1/7/2021
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.
v1.0.0-alpha.6 11/25/2020
Features
- improve configuration (b152553)
BREAKING CHANGES
- The
config
method has been changed to static property.
v1.0.0-alpha.5 11/25/2020
Bug Fixes
- enable
keyofStringsOnly
(47efb03)
Features
BREAKING CHANGES
- Configuration methods
getFresh
,newQuery
andprimaryKey
have been moved toconfig
method, which returns an object containing the configs.
The following methods have been renamed:
getFresh
=>fresh
newQuery
=>toQuery
v1.0.0-alpha.4 11/24/2020
Bug Fixes
- move
types
back to src dir (d0c92c0)
v1.0.0-alpha.3 11/24/2020
Bug Fixes
fresh
should return a promise (8f4ed9c)
v1.0.0-alpha.2 11/22/2020
Bug Fixes
- compile to "CommonJS" (c8457c5)
v1.0.0-alpha.1 11/21/2020
Alpha release :tada: