Skip to content

Releases: electron/typescript-definitions

v8.9.4

19 Apr 21:05
dbb5f22
Compare
Choose a tag to compare

8.9.4 (2021-04-19)

Bug Fixes

  • export type for instance values as well (dbb5f22)

v8.9.3

19 Apr 20:23
82ddba9
Compare
Choose a tag to compare

8.9.3 (2021-04-19)

Bug Fixes

  • export type alises for process-specific classes just not by value (82ddba9)

v8.9.2

18 Apr 02:36
fdb1937
Compare
Choose a tag to compare

8.9.2 (2021-04-18)

Bug Fixes

  • ensure remote interface is typed correctly for pseudo-classes (66725f0)

v8.9.1

18 Apr 02:23
b4d9d13
Compare
Choose a tag to compare

8.9.1 (2021-04-18)

Bug Fixes

  • only export value types for things that are actually exported (b4d9d13)

v8.9.0

17 Apr 19:27
109db51
Compare
Choose a tag to compare

8.9.0 (2021-04-17)

Bug Fixes

  • ensure class properties and static properties have their descriptions (f308124), closes #184
  • ensure comments maintain new lines from docs (8204596)

Features

  • add support for raw generic strings in markdown docs (109db51)

v8.8.0

08 Oct 18:47
d2dceee
Compare
Choose a tag to compare

8.8.0 (2020-10-08)

Features

v8.7.9

16 Sep 21:44
27b28b1
Compare
Choose a tag to compare

8.7.9 (2020-09-16)

Bug Fixes

  • support node 14 require function type inference (27b28b1)

v8.7.8

14 Sep 17:44
0cdc117
Compare
Choose a tag to compare

8.7.8 (2020-09-14)

Bug Fixes

  • do not depend on electron-docs (0cdc117)

v8.7.7

27 Aug 22:15
cf0b00d
Compare
Choose a tag to compare

8.7.7 (2020-08-27)

Bug Fixes

  • handle dynamic object structs in a T | null union (cf0b00d)

v8.7.6

27 Aug 19:21
772bd5c
Compare
Choose a tag to compare

8.7.6 (2020-08-27)

Bug Fixes

  • allow returnValue to be any type for electron events (772bd5c)