Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@marianozicavo marianozicavo released this 19 Mar 21:12

Summary

Version 3 is finally here!

Introduces some changes in:

  • Modified some APIs:
    completeState({a:1,b:2}, ['b']) is now completeState({description: {a: 1}, ignoredTargets: {b: 2})
    completeTypes(['LOGIN'], ['AUTH_INIT', 'LOGOUT']) is now completeTypes({primaryActions: ['LOGIN'], ignoredActions: ['AUTH_INIT', 'LOGOUT'])
  • Introduced polling actions. You can read more about them here
  • Deleted modal-related completers
  • Deleted onSubscribe and onUnsubscribe effects
  • Updated dependencies
  • Optimized building configuration

Check the docs for details.