Skip to content

Releases: infernojs/ts-plugin-inferno

v6.0.0

06 Apr 19:38
Compare
Choose a tag to compare

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

26 Mar 12:13
Compare
Choose a tag to compare

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

22 Jan 13:51
Compare
Choose a tag to compare
  • 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

29 Nov 19:36
Compare
Choose a tag to compare
  • Fixes an issue where spread operator order was not honored #3

v1.0.3

05 Oct 08:20
1107894
Compare
Choose a tag to compare

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