Releases: electron/docs-parser
Releases · electron/docs-parser
v2.0.0
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
1.2.4 (2024-09-23)
Bug Fixes
v1.2.3
1.2.3 (2024-09-23)
Bug Fixes
v1.2.2
1.2.2 (2024-09-23)
Bug Fixes
v1.2.1
1.2.1 (2024-06-21)
Bug Fixes
v1.2.0
1.2.0 (2023-10-06)
Features
v1.1.1
1.1.1 (2023-06-09)
Bug Fixes
- handle numbers and some puncuation in enum values (#89) (297bafe)
v1.1.0
1.1.0 (2023-02-02)
Features
- add new Event support for extensible params (#80) (c11b637)
v1.0.1
1.0.1 (2022-12-01)
Bug Fixes
- update dependencies to clean up yarn audit (#76) (47197b8)
v1.0.0
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