You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also was refactored all code, covered by Flow and migrated tests to Jest. It's done due to preparation to Relay Modern and will be published as a new package https://github.com/nodkz/react-relay-network-modern
BatchRequest: Add support for apollo server batch format (7d2e6223)
It allows to 3rd party server implementations, like graphene-django be compatible with appolo client (details).
Build
Remove babel-runtime, migrate to babel-preset-env, refreshed package.json (ab6e8df8)
Test with travis, auto package publishing with semantic-release (6eb36166)