- feat(reducers):
ordered
anddata
reducer using new v1 state pattern outlined in the v1.0.0 roadmap (full query path in ordered, sub-collections separate from doc in data) - feat(core):
firestoreDataSelector
andfirestoreOrderedSelector
utilities for selecting values from state - fix(reducers):
LISTENER_RESPONSE
action not correctly updating state for sub-collections - #103 - fix(reducers):
ordered
state not updated with added item in array - #116 - fix(reducers): updates to arrays inside documents don't work as expected - #140