Skip to content

Releases: prescottprue/redux-firestore

v0.2.3

17 Dec 01:04
816c72a
Compare
Choose a tag to compare
  • fix(query): addOrderBy & addWhere now use reduce - #39 - @danleavitt0
  • fix(reducer): typo was prevent correct usage of preserve with CLEAR_DATA action
  • feat(core): version is now exported in all build types (current version of redux-firestore as a string)
  • feat(utils): pathFromMeta util (used in multiple reducers) throws error if collection is not passed to action.meta (prevents data being written to "undefined" key in redux)
  • feat(tests): tons of tests added including those for dataReducer, getFirestore, and multiple utils such as pathFromMeta

v0.2.2

15 Dec 09:06
f6979e9
Compare
Choose a tag to compare

v0.2.1

14 Dec 07:31
Compare
Choose a tag to compare
  • fix(dataReducer): add exception for subcollections in already existing path (relating to code added by #31)
  • fix(dataReducer): data written to correct path through improved support for data unwrapping - #27 -@Venryx

v0.2.0

08 Dec 05:53
Compare
Choose a tag to compare
  • fix(reducer): flatten response when doc meta is present - #27, #31 - @danleavitt0
  • feat(query): orderBy and limit support for queries - #30
  • feat(core): UMD version now exports window.ReduxFirestore (was window.redux-firestore)
  • feat(reducer): errorsReducer now handles listener errors
  • feat(query): setListener errors are logged to the console (helpful for access to the links that Firebase provides to create indexes)

v0.1.0

06 Dec 10:55
e6bc646
Compare
Choose a tag to compare
  • feat(query): storeAs support (both data and ordered reducers) - #16
  • feat(core): Firestore statics are now exported at top level of instance (including FieldValue) - #28
  • feat(docs): README updated with new features

v0.1.0-beta.6

14 Nov 11:45
f363260
Compare
Choose a tag to compare
v0.1.0-beta.6 Pre-release
Pre-release
  • fix(core): set, add, and remove are correctly using subcollections
  • fix(reducer): fix issue where data was not updated if query exists for doc and one of it's subcollections at the same time

v0.1.0-beta.5

13 Nov 11:07
88d55db
Compare
Choose a tag to compare
v0.1.0-beta.5 Pre-release
Pre-release
  • fix(listeners): unsetListener works all the time (instead of just when array config is passed)
  • feat(reducers): dataReducer now supports merging data (useful if another query has written data to that same redux path)
  • feat(reducer): orderedReducer includes logic to work with subcollections - #7

v0.1.0-beta.4

13 Nov 08:17
a7a7b48
Compare
Choose a tag to compare
v0.1.0-beta.4 Pre-release
Pre-release
  • fix(core): config from react-redux-firebase could be overwritten depending on order of enhancers
  • fix(reducer): docs are marked null when loaded and empty
  • feat(core): start support for sub collections (reducer, meta)
  • feat(build): husky added to enable prepush hook (runs npm run lint)

v0.1.0-beta.3

08 Nov 21:50
Compare
Choose a tag to compare
v0.1.0-beta.3 Pre-release
Pre-release
  • fix(enhancer): set store.firestore to firestoreInstance - #19

v0.1.0-beta.2

05 Nov 10:25
fa26819
Compare
Choose a tag to compare
v0.1.0-beta.2 Pre-release
Pre-release
  • fix(query/reducer): attaching/detaching listeners correctly using name - #17
  • fix(enhancer): make firestoreInstance available through getFirestore (for use in react-redux-firebase)