v0.16.3
This release patches some issues with filtering results in @orbit/record-cache
, and thus also in downstream sources such as @orbit/memory
:
relatedRecord
filter now works withnull
- All filters now ignore any
undefined
values (and will never match based upon anundefined
value).
Thanks to @Michiel87 and @dgeb for finding and fixing these issues.
@tchak also did a bunch of housekeeping with this release - updating dependencies and switching lerna over to use yarn workspaces.
Changelog
🐛 Bug Fix
@orbit/memory
,@orbit/record-cache
@orbit/record-cache
- #701 fix: added null case to relatedRecord filter processing (@Michiel87)
🏠 Internal
@orbit/coordinator
- #697 Bump mixin-deep from 1.3.1 to 1.3.2 in /packages/@orbit/coordinator (@dependabot[bot])
@orbit/utils
- #698 Bump mixin-deep from 1.3.1 to 1.3.2 in /packages/@orbit/utils (@dependabot[bot])
@orbit/coordinator
,@orbit/core
,@orbit/data
,@orbit/identity-map
,@orbit/immutable
,@orbit/indexeddb-bucket
,@orbit/indexeddb
,@orbit/integration-tests
,@orbit/jsonapi
,@orbit/local-storage-bucket
,@orbit/local-storage
,@orbit/memory
,@orbit/record-cache
,@orbit/serializers
,@orbit/store
,@orbit/utils
- Other
Committers: 3
- Dan Gebhardt (@dgeb)
- Michiel de Vos (@Michiel87)
- Paul Chavard (@tchak)