Skip to content

Releases: electron/docs-parser

v2.0.0

23 Sep 17:58
50a2b0f
Compare
Choose a tag to compare

2.0.0 (2024-09-23)

Features

  • convert to ESM + update all dependencies (50a2b0f)

BREAKING CHANGES

  • We now require node 20 or higher

This is an internal only package so a good candidate for early updates to be ESM compatible, makes it easier to update packages and maintain moving forward. Has no impact on consumption of this module as we exclusively use it via the CLI in the electron repo.

v1.2.4

23 Sep 15:11
2c5b009
Compare
Choose a tag to compare

1.2.4 (2024-09-23)

Bug Fixes

v1.2.3

23 Sep 13:44
4c9ad8f
Compare
Choose a tag to compare

1.2.3 (2024-09-23)

Bug Fixes

v1.2.2

23 Sep 02:55
fc8da34
Compare
Choose a tag to compare

1.2.2 (2024-09-23)

Bug Fixes

  • better handling of union return types (#121) (fc8da34)

v1.2.1

21 Jun 06:11
43b5393
Compare
Choose a tag to compare

1.2.1 (2024-06-21)

Bug Fixes

v1.2.0

06 Oct 05:50
6fba569
Compare
Choose a tag to compare

1.2.0 (2023-10-06)

Features

v1.1.1

09 Jun 19:08
297bafe
Compare
Choose a tag to compare

1.1.1 (2023-06-09)

Bug Fixes

  • handle numbers and some puncuation in enum values (#89) (297bafe)

v1.1.0

02 Feb 00:04
c11b637
Compare
Choose a tag to compare

1.1.0 (2023-02-02)

Features

  • add new Event support for extensible params (#80) (c11b637)

v1.0.1

01 Dec 20:26
47197b8
Compare
Choose a tag to compare

1.0.1 (2022-12-01)

Bug Fixes

  • update dependencies to clean up yarn audit (#76) (47197b8)

v1.0.0

13 Nov 22:16
017c9da
Compare
Choose a tag to compare

1.0.0 (2022-11-13)

Features

  • take moduleVersion as a CLI parameter instead of inferring (017c9da)

BREAKING CHANGES

  • The new moduleVersion CLI paramater is required, the module version will no longer be automatically inferred when using the CLI