Skip to content

Releases: prescottprue/redux-firestore

v0.6.3

15 Jan 04:28
3cec6d7
Compare
Choose a tag to compare
  • fix(populates): getPopulateChild includes object Id - #169 - @nemo
  • fix(typings): add createFirestoreInstance to typings - #168

v0.6.2

03 Jan 05:28
f4ceef2
Compare
Choose a tag to compare
  • fix(core): remove async/await in favor of promises to save on build size

v0.6.1

23 Dec 05:52
b2a1699
Compare
Choose a tag to compare
  • fix(reducers): non-debug mode for react-native on android - @compojoom

v1.0.0-alpha.2

18 Nov 11:33
e9b4ca5
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release
  • 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 and react@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

18 Nov 12:47
Compare
Choose a tag to compare
  • 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

08 Nov 09:19
59afff1
Compare
Choose a tag to compare
v0.6.0-alpha.3 Pre-release
Pre-release
  • 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

03 Oct 20:57
7e3269e
Compare
Choose a tag to compare
v1.0.0-alpha Pre-release
Pre-release
  • feat(reducers): ordered and data 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

24 Aug 01:06
109f158
Compare
Choose a tag to compare
  • fix(orderedReducer): CLEAR_DATA action correctly clears ordered state for actions dispatched without meta - #114
  • fix(tests): update orderedReducer tests to include case of CLEAR_DATA action dispatched without meta - #114
  • fix(typings): make otherConfig optional for reduxFirestore (store enhancer) in typings - @am17torres

v0.6.0-alpha.2

01 Aug 17:52
d946b59
Compare
Choose a tag to compare
v0.6.0-alpha.2 Pre-release
Pre-release
  • 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

31 Jul 00:43
31352f9
Compare
Choose a tag to compare
v0.6.0-alpha Pre-release
Pre-release
  • 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)