Releases: infernojs/ts-plugin-inferno
Releases · infernojs/ts-plugin-inferno
v6.1.1
- Dependencies updated
- Test case added to prevent an issue where Component props get transformed
v6.1.0
v6.1.0
- This release fixes an issue where ts-plugin-inferno crashed on invalid TSX data. #8
v6.0.0
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
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
- 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
- Fixes an issue where spread operator order was not honored #3
v1.0.3
Fixes an issue where automatically updating ES6 named imports did not work