Skip to content

Releases: tamj0rd2/ts-quickfixes

ts-quickfixes-plugin-v1.12.0

17 May 08:44
Compare
Choose a tag to compare

ts-quickfixes-plugin-v1.12.0 (2021-05-17)

Features

  • delcare missing members that are functions (6635d5b), closes #159

ts-quickfixes-extension-v1.15.0

17 May 09:12
Compare
Choose a tag to compare

ts-quickfixes-extension-v1.15.0 (2021-05-17)

Features

  • deps: update to latest plugin version 1.12.0 (73b57d6)

ts-quickfixes-plugin-v1.11.0

11 May 22:50
Compare
Choose a tag to compare

ts-quickfixes-plugin-v1.11.0 (2021-05-11)

Features

  • autofill objects returned by functions/methods (0250906), closes #187

ts-quickfixes-extension-v1.14.0

11 May 22:52
Compare
Choose a tag to compare

ts-quickfixes-extension-v1.14.0 (2021-05-11)

Features

  • deps: update to latest plugin version 1.11.0 (e7afb4c)

ts-quickfixes-extension-v1.13.0

11 May 22:51
Compare
Choose a tag to compare

ts-quickfixes-extension-v1.13.0 (2021-05-11)

Features

  • autofill objects returned by functions/methods (0250906), closes #187

ts-quickfixes-plugin-v1.9.0

10 May 12:02
Compare
Choose a tag to compare

ts-quickfixes-plugin-v1.9.0 (2021-05-10)

Features

  • only shallowly declare missing members (cd8b749), closes #160

ts-quickfixes-plugin-v1.10.0

10 May 20:09
Compare
Choose a tag to compare

ts-quickfixes-plugin-v1.10.0 (2021-05-10)

Features

  • declare missing members for member calls (1e6fb59), closes #182

ts-quickfixes-extension-v1.12.0

10 May 20:19
Compare
Choose a tag to compare

ts-quickfixes-extension-v1.12.0 (2021-05-10)

Features

  • deps: update to latest plugin version 1.10.0 (6563e74)

ts-quickfixes-extension-v1.11.0

10 May 12:04
Compare
Choose a tag to compare

ts-quickfixes-extension-v1.11.0 (2021-05-10)

Features

  • deps: update to latest plugin version 1.9.0 (f9d8c72)

ts-quickfixes-plugin-v1.8.1

15 Apr 19:53
Compare
Choose a tag to compare

ts-quickfixes-plugin-v1.8.1 (2021-04-15)

Bug Fixes

  • plugin: wrap invalid object keys with quotes (c5b8b97), closes #157