Releases: jsonnull/electron-trpc
Releases · jsonnull/electron-trpc
electron-trpc@0.7.1
Patch Changes
- #197
1c5caaa
Thanks @dguenther! - Fix a crash when calling.destroy()
on a BrowserWindow.
electron-trpc@0.7.0
electron-trpc@0.6.2
electron-trpc@1.0.0-alpha.0
electron-trpc@0.6.1
electron-trpc@0.6.0
Minor Changes
-
#165
a15c6c4d0c531b3596689b4cc470548a5228c989
Thanks @jsonnull! - Subscriptions will now be cleaned up when the frame owning that subscription performs a navigation. -
#187
50953c7e5bcb69d4e5482405f4a621b229f0ca82
Thanks @jsonnull! - Upgrade electron to v29.
electron-trpc@0.5.2
electron-trpc@0.5.1
Patch Changes
- #146
c43ae93
Thanks @JoeHartzell! - FixhandleIPCMessage
only sending replies to Electron's main frame.