Releases: prescottprue/redux-firestore
Releases · prescottprue/redux-firestore
v0.6.3
v0.6.2
- fix(core): remove async/await in favor of promises to save on build size
v0.6.1
- fix(reducers): non-debug mode for
react-native
on android - @compojoom
v1.0.0-alpha.2
- fix(orderedReducer): fix issue where adding a document would break ordered structure - #151
- fix(ci): add alpha to travis branches config so tests run for alpha version - #151
- feat(query): support for populate using v1 state pattern (may have unexpected results, see note below) - #48
- fix(examples): complete example updated with
react-scripts
andreact@16.6
NOTE: The populate
helper will need to work differently for v1.0.0 since things are stored differently in state. It will most likely not work when populating off of any root
settings that are not at the base of the state tree.
v0.6.0
- feat(query): composite
storeAs
- @demoran23 - feat(build): publishing to npm now happens using node 10
- fix(reducers): correctly update state for docs with keys that contain a dot when using storeAs - @compojoom
- feat(query): consolidate oneListenerPerPath and allowMultipleListeners logic - @alexmattson
- feat(query): initial support for populate - #48, RRF 362
- fix(deps): remove
@types/lodash
from dev dependencies - fix(deps): update to babel7
v0.6.0-alpha.3
- fix(reducers): correctly update state for docs with keys that contain a dot when using storeAs - @compojoom
- feat(query): consolidate oneListenerPerPath and allowMultipleListeners logic - @alexmattson
- feat(query): initial support for populate - #48, RRF 362
v1.0.0-alpha
- 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
v0.5.8
- fix(orderedReducer):
CLEAR_DATA
action correctly clearsordered
state for actions dispatched without meta - #114 - fix(tests): update orderedReducer tests to include case of
CLEAR_DATA
action dispatched withoutmeta
- #114 - fix(typings): make
otherConfig
optional forreduxFirestore
(store enhancer) in typings - @am17torres
v0.6.0-alpha.2
- fix(compositeReducer): fix for disappearing
composite
slice - #128 - @demoran23 - fix(deps): remove
@types/lodash
from dev dependencies - fix(deps): update
babel-preset-env
to^1.7.0
v0.6.0-alpha
- feat(query): composite
storeAs
- @demoran23 - feat(build): publishing to npm now happens using node 10
- feat(build): publishing npm now happens on the
next
branch (published to@next
tag)