All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Remove
@electron/remote
as peerDependency as it's not required if using old version ofelectron
- Fallback to using
@electron/remote
ifelectron.remote
does not exist - Add
dispose
method to ensure server object is closed
- Dynamically import
BrowserWindow
if needed to avoid require usage
- Upgrade all dependencies
- Bundle TS helpers
- Typescript version