v1.5.0 Release Canidate 3
Pre-release
Pre-release
- Fix race condition with
uniqueSet
- #207 - Usage of
profileFactory
is wrapped in try/catch to handle and reject errors within provided factory function - Typescript Typings updated to make
notSetValue
not required (i.e. dataToJS(firebase, 'todos') instead of dataToJS(firebase, 'todos', undefined)) - #214