Releases: daltonmenezes/interprocess
Releases · daltonmenezes/interprocess
[email protected]
What's Changed
- fix: window.webContents.send to be catchable by @daltonmenezes in #20
- fix: where main or renderer handlers declaration are omitted and thrown undefined by @daltonmenezes in #21
- fix: use normalize-path to ensure posix-like paths by @guilherssousa in #11
- chore: docs and requirements by @daltonmenezes in #22
- Separate background images to fix improve performance on larger displays by @guilherssousa in #10
New Contributors
- @guilherssousa made their first contribution in #10
Full Changelog: v0.2.5...v0.2.6
[email protected]
What's Changed
- fix: type issue on invokers with zero arguments - fixes #6 by @daltonmenezes in #8
Full Changelog: v0.2.4...v0.2.5
[email protected]
[email protected]
[email protected]
Patch Changes
- fix an issue where renderer ipc invoked with no args doesn't responde to main back
update readme examples
[email protected]
- fix(interprocess): issue where exposeApiToGlobalWindow called without at least with an empty object was breaking the apiKey type - 6cb14ad
Full Changelog: v0.2.1...v0.2.2
[email protected]
- fix(interprocess): issue where append and override was not working as expected - 4717403
Full Changelog: v0.2.0...v0.2.1
[email protected]
💬 Features
- 🚀 Best-in-class DX with a fully-typed API
- 🧠 Enchanced and consistent API
- 🔥 Type-safe and scalable
- 🪄 Code splitting support
- 🕸️ All edges connected (APIs to handle all processes)
- 💖
invoke
andhandle
methods in both processes with the same expected behavior
Full Changelog: https://github.com/daltonmenezes/interprocess/commits/v0.2.0