Skip to content

Releases: nonara/ts-patch

v3.2.1

26 Jun 20:58
Compare
Choose a tag to compare

3.2.1 (2024-06-26)

Bug Fixes

v3.2.0

03 Jun 21:03
Compare
Choose a tag to compare

3.2.0 (2024-06-03)

Features

  • Added support for TS 5.5 (2c4954d)

v3.1.2

10 Jan 23:58
Compare
Choose a tag to compare

3.1.2 (2024-01-10)

Bug Fixes

  • don't break if other plugin is added (f2b591e)

v3.1.1

06 Dec 06:44
Compare
Choose a tag to compare

3.1.1 (2023-12-06)

Bug Fixes

  • parseAllJsDoc breaking with < ts 5.3 (d21e02e)

v3.1.0

05 Dec 18:47
Compare
Choose a tag to compare

3.1.0 (2023-12-05)

Features

  • Added Plugin Package Configuration + parseAllJsDoc (closes #134 closes #133) (15570d0)
  • Added support for chaining transformers in single factory (closes #122 closes #120) (aabf389)

Bug Fixes

  • TsExtras 'ts' type registering as 'any' (fixes #127) (069411e)
  • tsp.currentLibrary was not set (detail) (24d8031)

v3.0.2

20 Jul 00:54
Compare
Choose a tag to compare

3.0.2 (2023-07-20)

Bug Fixes

  • Plugins returning TransformerBasePlugin not supported (fixes #113) (12ee3a2)

v3.0.1

22 Jun 22:51
Compare
Choose a tag to compare

3.0.1 (2023-06-22)

Bug Fixes

  • Added explicit error if ts is patched and cached backup is removed (ac25743)
  • ESM temp files not cleaned up (8802054)
  • Lock file deletion check (#102) (cacf908)

v2.1.0

08 Dec 22:30
Compare
Choose a tag to compare

2.1.0 (2022-12-08)

Features

  • Updated to support TS 4.9 (26f6099)

v2.0.2

10 Aug 01:56
Compare
Choose a tag to compare

2.0.2 (2022-08-10)

Changes

v2.0.1

01 Nov 22:45
Compare
Choose a tag to compare

2.0.1 (2021-11-01)

Bug Fixes

  • Corrected path error in previous release (7c56d56)