effector-react v0.17.5 Release Notes

    • โž• Add ability to use createEvent, createEffect and createDomain without arguments (omit name)
    • ๐Ÿ›  Fix wrong order of effect names
    • โž• Add createWrappedDomain to watch all nested events and updates
    • โž• Add extract to watch only part of nested storages
    • ๐Ÿ—„ Deprecate .epic method (library supports symbol-observable, so assumed that most.from(event) or Observable.Of(store) covered all use cases)