Skip to content

Releases: infernojs/ts-plugin-inferno

v6.2.0

Choose a tag to compare

@Havunen Havunen released this 19 Aug 10:41
4c96c90
  • keep strict false, as thats how this plugin used to work. Typescript v6 flipped the switch
  • Updated to typescript v6

v6.1.1

Choose a tag to compare

@Havunen Havunen released this 11 Jun 06:50
3287458
  • Dependencies updated
  • Test case added to prevent an issue where Component props get transformed

v6.1.0

Choose a tag to compare

@Havunen Havunen released this 31 Aug 15:08

v6.1.0

  • This release fixes an issue where ts-plugin-inferno crashed on invalid TSX data. #8

v6.0.0

Choose a tag to compare

@Havunen Havunen released this 06 Apr 19:38

ts-plugin-inferno v6.0.0

  • Fixes an issue where type information was emitted to javascript output: #6 #5

Breaking change

  • transformer needs to be set to typescript "after" collection

v5.0.0

Choose a tag to compare

@Havunen Havunen released this 26 Mar 12:13

v5.0.0

  • This plugin now uses typescript v5

Version has been bumped form v1 to v5 to jump over existing tags of the old plugin

v1.1.0

Choose a tag to compare

@Havunen Havunen released this 22 Jan 13:51
  • CommonJS module system fully refactored to correctly insert require statements and avoid duplicate require statement calls
  • Unnecessary files removed from the source control
  • All files formatted
  • NodeJS v16 is now set as minimum requirement to use this plugin
  • Ecmascript 2015 module system reliability improved
  • Fixes an issue where default Inferno import was removed
  • This plugin now consistently uses locally provided typescript factory over global reference

v1.0.4

Choose a tag to compare

@Havunen Havunen released this 29 Nov 19:36
  • Fixes an issue where spread operator order was not honored #3

v1.0.3

Choose a tag to compare

@Havunen Havunen released this 05 Oct 08:20
1107894

Fixes an issue where automatically updating ES6 named imports did not work