Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Releases: nadeesha/ts-prune

v0.8.7

19 Jan 19:36
4788e25
Compare
Choose a tag to compare

0.8.7 (2021-01-19)

Bug Fixes

  • core: Remove .flatmap for nodejs 10 compatibility (#111) (4788e25), closes #103

v0.8.6

12 Jan 04:38
b96349f
Compare
Choose a tag to compare

0.8.6 (2021-01-12)

Bug Fixes

  • upgrade commander from 6.1.0 to 6.2.0 (#101) (90040f0)

v0.8.5

10 Jan 23:22
22d1c42
Compare
Choose a tag to compare

0.8.5 (2021-01-10)

Bug Fixes

  • core: Filter out null-results (#106) (22d1c42), closes #105
  • dependencies: upgrade true-myth from 4.0.0 to 4.1.0 (#109) (6f9fcd7)

v0.8.4

18 Sep 22:22
Compare
Choose a tag to compare

0.8.4 (2020-09-18)

Bug Fixes

  • upgrade commander from 6.0.0 to 6.1.0 (16931be)

v0.8.3

16 Sep 22:47
e24866b
Compare
Choose a tag to compare

0.8.3 (2020-09-16)

Bug Fixes

  • config: Add a default config for tsconfig.json (613a6e0)

v0.8.2

06 Sep 07:05
f5acfa5
Compare
Choose a tag to compare

0.8.2 (2020-09-06)

Bug Fixes

  • security: Upgrade lodash from 4.17.19 to 4.17.20 (#86) (f5acfa5)
  • security: Upgrade ts-morph from 7.1.2 to 7.3.0 (#85) (7a8f9d3)

v0.8.1

06 Sep 00:01
c86542c
Compare
Choose a tag to compare

0.8.1 (2020-09-06)

Bug Fixes

  • core: Safely get comment ranges for ignoring (#84) (c86542c), closes #83

v0.8.0

05 Sep 23:48
018a6d2
Compare
Choose a tag to compare

0.8.0 (2020-09-05)

Features

  • core: Track start imports with greater granularity (#75) (018a6d2)

v0.7.4

27 Aug 22:39
5a6c91e
Compare
Choose a tag to compare

0.7.4 (2020-08-27)

Bug Fixes

  • core: Add support for leading JSDoc comments (#80) (5a6c91e), closes #64

v0.7.3

23 Aug 23:31
4be7bcd
Compare
Choose a tag to compare

0.7.3 (2020-08-23)

Bug Fixes

  • output: Annotate results that are used within the same file (#74) (112756c)