- Fixed IPC exposed functions being called with arguments incorrectly
- Fixed onLoad causing errors in Node
- Rewrote browser detection to support more setups
- Added
Window.close()
API to close Gluon windows gracefully
- Added typedef
- Added async IPC listener support
- Added Idle API (WIP)
- Changed default IPC replies to
null
instead of{}
- Fixed misnamed IPC binding handler
- Fixed some IPC parsing
- Cleaned up some IPC internals