All Versions
10
Latest Version
Avg Release Cycle
19 days
Latest Release
2917 days ago
Changelog History
Changelog History
-
v3.2.0 Changes
September 21, 2016โก๏ธ Updated dependencies. Merged PRs.
-
v3.1.7 Changes
September 13, 2015- Transmit >= 3.0 now targets React 0.14.
- ๐ Support deferred fragments through lambdas. Deferred fragments only run in on the client.
- Mass-rename of functions, options, and other objects to resemble the OFFICIAL Relay API once again.
- Implemented componentDidReceiveProps so rerenders now also refetch.
- โ Added
shouldContainerUpdate(nextVariables)
callback-option to allow prevention of refetches. - โ Added
Transmit.isContainer()
andTransmit.isRootContainer()
helper functions. (RootContainers in Transmit are technically Containers with initialVariables. Nothing fancy.)
-
v3.1.2
November 22, 2015 -
v3.1.1
November 22, 2015 -
v3.1.0
November 22, 2015 -
v3.0.8
November 04, 2015 -
v3.0.1
September 13, 2015 -
v2.6.4 Changes
May 16, 2015- The
emptyView
prop can now be a lazy callback. - โ Added
Transmit.setPromiseConstructor
for people who want to provide their own Promise implementation instead of usingglobal.Promise
. Also throws an Error at run-time if the platform'sglobal.Promise
is undefined. - โ Delete
window.__reactTransmitPacket
after first use.
Hey guys, thanks for all the contributions and constructive discussions. If there are any questions, you're welcome to open a new Issue. Your suggestions are appreciated.
- The
-
v2.6.3
June 01, 2015 -
v2.6.1
May 05, 2015