Skip to content

Releases: souporserious/tsxmod

tsxmod@0.2.7

12 Apr 23:49
b191f90
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [18dc524]
    • @tsxmod/utils@0.5.1

@tsxmod/utils@0.5.1

12 Apr 23:49
b191f90
Compare
Choose a tag to compare

Patch Changes

  • 18dc524: Don't unfurl built-in types for addComputedTypes.

tsxmod@0.2.6

28 Feb 08:28
0c12b75
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [cd01c40]
  • Updated dependencies [d4ff47a]
    • @tsxmod/utils@0.5.0

@tsxmod/utils@0.5.0

28 Feb 08:28
0c12b75
Compare
Choose a tag to compare

Minor Changes

  • d4ff47a: Add hasJsDocTag utility.

Patch Changes

  • cd01c40: Fix getSymbolDescription not parsing exported variable declaration comments correctly.

tsxmod@0.2.5

07 Feb 01:43
a32e043
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [216346d]
    • @tsxmod/utils@0.4.3

@tsxmod/utils@0.4.3

07 Feb 01:43
a32e043
Compare
Choose a tag to compare

Patch Changes

  • 216346d: Fix external types when using getComputedQuickInfoAtPosition by also modifying external source files.

tsxmod@0.2.4

06 Feb 08:17
a15d752
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [64d39c0]
  • Updated dependencies [25bc458]
    • @tsxmod/utils@0.4.2

tsxmod@0.2.3

06 Feb 03:29
7a6bbc6
Compare
Choose a tag to compare

Patch Changes

  • Updated dependencies [bdd2ceb]
  • Updated dependencies [b14a7e6]
    • @tsxmod/utils@0.4.1

@tsxmod/utils@0.4.2

06 Feb 08:17
a15d752
Compare
Choose a tag to compare

Patch Changes

  • 64d39c0: Skip existing computed types in addComputedTypes.
  • 25bc458: Fix getComputedQuickInfoAtPosition returning undefined by passing full filePath to getQuickInfoAtPosition.

@tsxmod/utils@0.4.1

06 Feb 03:29
7a6bbc6
Compare
Choose a tag to compare

Patch Changes

  • bdd2ceb: Add return type for getComputedQuickInfoAtPosition to fix build error.
  • b14a7e6: Re-export addComputedTypes and getComputedQuickInfoAtPosition from main export.