Summary
Version 3 is finally here!
Introduces some changes in:
- Modified some APIs:
completeState({a:1,b:2}, ['b'])is nowcompleteState({description: {a: 1}, ignoredTargets: {b: 2})
completeTypes(['LOGIN'], ['AUTH_INIT', 'LOGOUT'])is nowcompleteTypes({primaryActions: ['LOGIN'], ignoredActions: ['AUTH_INIT', 'LOGOUT']) - Introduced polling actions. You can read more about them here
- Deleted modal-related completers
- Deleted
onSubscribeandonUnsubscribeeffects - Updated dependencies
- Optimized building configuration
Check the docs for details.