Skip to content

Releases: sindresorhus/electron-debug

v4.0.0

01 May 07:11
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 and Electron 30 c98a3d2
  • This package is now pure ESM. Please read this and this.
  • Removed the preloadScriptPath property and the ability to install dev tools extensions as the two extensions that were supported are no longer maintained

v3.2.0...v4.0.0

v3.2.0

21 Dec 13:08
Compare
Choose a tag to compare

v3.1.0...v3.2.0

v3.1.0

22 May 09:36
Compare
Choose a tag to compare
  • Add support for new session extension handling in Electron 9 (#80) 212552f

v3.0.1...v3.1.0

v3.0.1

29 Jun 19:36
Compare
Choose a tag to compare
  • Correctly remember the last DevTools docking position (#75) ee309ad

v3.0.0...v3.0.1

v3.0.0

10 May 16:54
Compare
Choose a tag to compare

Breaking:

  • Require Electron 5 or later fd5ab10
  • Rename enabled option to isEnabled (#69) 658da96

Breaking for TypeScript-users:

  • Only use a CommonJS export for the TypeScript definition 975b51f
    • You need to change import debug from 'electron-debug'; to import debug = require('electron-debug');

v2.2.0...v3.0.0

v2.2.0

06 Apr 07:14
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#72) 3c66c18

v2.1.0...v2.2.0

v2.1.0

28 Jan 13:55
Compare
Choose a tag to compare

v2.0.0...v2.1.0