Electron Better Ipc Versions Save

Simplified IPC communication for Electron apps

v2.0.1

2 years ago
  • Fix problem with multiple callMain calls (#41) fdda864

https://github.com/sindresorhus/electron-better-ipc/compare/v2.0.0...v2.0.1

v2.0.0

3 years ago

Breaking

  • Require Electron 10 and later d8c94df

Fixes

  • Fix Electron 12 compatibility (#40) 6819c29

https://github.com/sindresorhus/electron-better-ipc/compare/v1.1.1...v2.0.0

v1.1.1

3 years ago

v1.1.0

3 years ago
  • Add ability to answer a specific renderer (#33) cb2e600

https://github.com/sindresorhus/electron-better-ipc/compare/v1.0.1...v1.1.0

v1.0.1

4 years ago
  • Properly clean up the event listeners (#32) a4f4abc

https://github.com/sindresorhus/electron-better-ipc/compare/v1.0.0...v1.0.1

v1.0.0

4 years ago
  • Improve error messages (#30) 328687b

It's a 1.0.0 release to indicate that the package is stable.

https://github.com/sindresorhus/electron-better-ipc/compare/v0.8.0...v1.0.0

v0.8.0

4 years ago
  • Add one more generic type for TypeScript users (#24) b138712

https://github.com/sindresorhus/electron-better-ipc/compare/v0.7.0...v0.8.0

v0.6.0

4 years ago
  • Errors are now correctly preserved when thrown/rejected in ipc.answerRenderer and ipc. answerMain (#22) b9804bd

https://github.com/sindresorhus/electron-better-ipc/compare/v0.5.0...v0.6.0

v0.5.0

4 years ago
  • TypeScript [breaking] - Use generics instead of the JsonValue type (#20) 473fa9a
  • Fix issues with Next/Nextron/Nuxt and other SSR (#21) b41c718

https://github.com/sindresorhus/electron-better-ipc/compare/v0.4.0...v0.5.0