Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.12 KB

CHANGELOG.md

File metadata and controls

44 lines (26 loc) · 1.12 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.

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