Skip to content

Releases: relay-tools/react-relay-network-modern

v1.4.0

28 Feb 06:53
Compare
Choose a tag to compare

1.4.0 (2018-02-28)

Features

  • cache middleware now respects cacheConfig.force flag (thanks @voxmatt) (f8676e8)
  • BatchMiddleware: add headers, method, mode, cache, redirect options for fetch (22e03c7)
  • UrlMiddleware: add mode, cache, redirect options for fetch (ba4287f)

v1.3.2

01 Feb 09:20
Compare
Choose a tag to compare

1.3.2 (2018-02-01)

Bug Fixes

v1.3.1

01 Feb 08:01
Compare
Choose a tag to compare

1.3.1 (2018-02-01)

Bug Fixes

  • node8 build with commonjs modules (04d5521), closes #10

v1.3.0

07 Dec 09:02
Compare
Choose a tag to compare

1.3.0 (2017-12-07)

Features

  • add Response.createFromGraphQL() method for SSR (449c854)

v1.2.0

10 Nov 06:29
Compare
Choose a tag to compare

1.2.0 (2017-11-10)

Features

  • add new build for SSR on Node 8, update readme (9be50d3)

v1.1.1

08 Nov 18:40
Compare
Choose a tag to compare

1.1.1 (2017-11-08)

Bug Fixes

  • Request: operation.name as request id (2d0c2e7)

v1.1.0

08 Nov 18:31
Compare
Choose a tag to compare

1.1.0 (2017-11-08)

Bug Fixes

  • allow null in middleware list, improve flowtype definitions (c5417c3)
  • exposing execute function (715a084)

Features

  • use operation name if ID not provided (4297e4e)

v1.0.0

08 Nov 17:31
Compare
Choose a tag to compare

1.0.0 (2017-11-08)

Refactor react-relay-network-layer for Relay Modern.