Skip to content

Tags: relay-tools/react-relay-network-modern-ssr

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(typescript): add type definitions for modules (#22)

v1.3.0

Toggle v1.3.0's commit message
feat: remove .mjs support (see #17)

v1.2.4

Toggle v1.2.4's commit message
fix: flow 0.101 errors

* fix: fix flow error

* fix(utils): fix flow error

* chore: update dependencies

* test: add flow def test files

* test(add new test example):

* chore(test): remove example

* fix(package.json): replace import

* Revert "fix(package.json): replace import"

This reverts commit 087e4f5.

* chore: update dependencies

* build: reassemble yarn lock for fixing travis ci checks

* ci: change node 9 -> 10

v1.2.3

Toggle v1.2.3's commit message
fix(server): clearTimeout before resolver or reject

v1.2.2

Toggle v1.2.2's commit message
fix: catch fetch errors (#11)

If the fetch fails (e.g. due to hostname resolution failure), the promise is not rejected until the 30 second timeout.

Wrapping this in a try/catch allows the promise to be rejected instantly.

v1.2.1

Toggle v1.2.1's commit message
fix: change relay-runtime to react-relay package in peerDependencies

Mostly developers install `react-relay` package (which includes
relay-runtime). So hide annoying warning on package install.

v1.2.0

Toggle v1.2.0's commit message
feat: move logic of "ensure async resolution inside of QueryRenderer"…

… to server.getCache() method

v1.1.3

Toggle v1.1.3's commit message
ci(Travis): change `npm run` on `yarn`

v1.1.2

Toggle v1.1.2's commit message
fix: move repo to `relay-tools` organization

v1.1.1

Toggle v1.1.1's commit message
fix: npm problem with partially published previous version