Skip to content

v2.0.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@prescottprue prescottprue released this 15 Oct 10:12
  • bugfix(auth): auth.isLoaded set to true on AUTH_EMPTY_CHANGE action dispatch - #290
  • feat(storage): customizable file name with uploadFile and uploadFiles through name option (can be String or Function) - #285
  • bugfix(query): remove dispatches REMOVE action type with associated reducer case - #257
  • feat(query): remove accepts an options object as third argument
  • feat(query): remove now has dispatchAction option for disabling dispatch of new REMOVE action type
  • feat(query): dispatchRemoveAction config option add for global control of dispatching when calling remove