Releases: infernojs/ts-plugin-inferno
Releases · infernojs/ts-plugin-inferno
v6.1.1
11 Jun 06:50
Compare
Sorry, something went wrong.
No results found
Dependencies updated
Test case added to prevent an issue where Component props get transformed
v6.1.0
31 Aug 15:08
Compare
Sorry, something went wrong.
No results found
v6.1.0
This release fixes an issue where ts-plugin-inferno crashed on invalid TSX data. #8
v6.0.0
06 Apr 19:38
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes an issue where spread operator order was not honored #3
v1.0.3
05 Oct 08:20
Compare
Sorry, something went wrong.
No results found
Fixes an issue where automatically updating ES6 named imports did not work