Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Releases: SimplrJS/ts-extractor

v2.0.0

08 Dec 14:49

Choose a tag to compare

Features:

  • Added missing IsConst in ApiEnum
  • Added missing IsOverloadBase in function like ApiItems

BREAKING CHANGES:

  • ApiItem DocumentationComment type has changed from ts.SymbolDisplayPart[] to string
  • Removed ApiTypeKind reference
  • Added missing ReferenceId to Basic, Union and Intersection ApiTypeKinds.

v1.1.1

24 Nov 12:26
c873ff0

Choose a tag to compare

  • Fixed missing entry file in package.json.

v1.0.0

17 Nov 16:58
4b9003c

Choose a tag to compare

Features:

  • Added IsAsync to ApiFunction and ApiClassMethod (#37)
  • Added IsReadonly to ApiIndex (#36)
  • Updated dependencies (#35)
  • Added a new function GetItemId in ApiHelper (#35)

BREAKING CHANGES:

  • Changed from Dictionary to Tuple to preserve items order (#35)

v0.1.1

17 Nov 16:50
3f33d5e

Choose a tag to compare

  • Added missing type definitions to package.json.

v0.1.0

17 Nov 16:50
0c2f453

Choose a tag to compare

Initial package release.