Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

45 lines (27 loc) · 1.13 KB

Changelog

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.

Changed

  • String union type DeclarationKind replaces enum DeclarationKinds.
  • Support only Node >= 20.
  • ESM only

0.4.0 - 2022-08-15

Changed

  • Updated dependencies

0.3.0 - 2022-01-17

Changed

  • Updated dependencies
  • Better type inference and signatures formatting thanks to TypeScript and Prettier updates

0.2.0 - 2021-04-23

Added

  • Skip API extraction from packages with skipAPIExtraction option in analyzeRegistryPackage

0.1.0 - 2021-04-20

Added

  • Initial release