Skip to content

v0.16.3

Compare
Choose a tag to compare
@dgeb dgeb released this 22 Sep 16:04

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 with null
  • All filters now ignore any undefined values (and will never match based upon an undefined 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
    • #702 Always ignore undefined values when filtering (@dgeb)
  • @orbit/record-cache
    • #701 fix: added null case to relatedRecord filter processing (@Michiel87)

🏠 Internal

  • @orbit/coordinator
  • @orbit/utils
  • @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