Version v1.5.0 Alpha
Pre-release
Pre-release
- Adds
updateProfile,updateAuth, andupdateEmailmethods that dispatch associated start/success/failure actions - Adds multiple features to populate - #132
- Uses
prop-typesinstead of importing from react - #122 enableEmptyAuthChangesconfig option added - #137deleteFilemethod response no longer includesdbPathif it is undefined (test added to check this case)distpatchOnUnsetListenerfixed to bedispatchOnUnsetListener(depreciation warning added along with a test confirm it is displayed).eslintrcfile now using yaml format instead of JSON format (easier to read)- Unnessesary global eslint comments removed from tests (no longer needed due to globals being moved to
.eslintrc)