Skip to content

Version v1.1.0

Compare
Choose a tag to compare
@prescottprue prescottprue released this 22 Nov 05:09
  • Populate functionality now supports object notation like so:

    // replaces the owner parameter with matching user from users root
    { path: '/todos', populates: [{ child: 'owner', root: 'users' }] }
  • reactReduxFirebase function now passes through enhancer argument of createStore

  • onAuthStateChanged function exposed in config (for passing auth info to other libraries such as react-ga)

  • email included in default user profile with external providers

  • Coverage Calculation fixed (now using istanbul directly)

  • Tests added for utils

  • Internal optimizations (rewrite of path handling to remove code and improve object handling)

  • firebase, lodash, and istanbul dependencies updated

  • no-console rule added to .eslintrc to keep console out of src

  • README.md updated with redux-observable integration