Skip to content

Releases: SimplrJS/ts-extractor

v2.0.0

08 Dec 14:49
Compare
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
Compare
Choose a tag to compare
  • Fixed missing entry file in package.json.

v1.0.0

17 Nov 16:58
4b9003c
Compare
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
Compare
Choose a tag to compare
  • Added missing type definitions to package.json.

v0.1.0

17 Nov 16:50
0c2f453
Compare
Choose a tag to compare

Initial package release.