All notable changes to the "ng2react" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial release
- Added
ng2react.sandbox
setting to enable testing without an OpenAI API key. - Prevented unchecked overwriting of files.
- Changlog added!
- Updated documentation
- Excluded unwanted files from package
- Fixed bug where scanning file system for files to convert might fail
- Fixed bug where sandboxMode was always on!
- Fixed bug where converson would fail if
ng2react.sourceRoot
was not set - Added package bundling for smaller package size
- Replaced
ng2react.sourceRoot
property withng2react.angularRoot
andng2react.reactRoot
- Fixed default entry for
ng2react.openai.orginization
- Added custom prompt support
- Added test generation
- Added prompt review (after generation)
- Added ability to save response as Markdown or J/TSX
- Added ability to select target (JSX/TSX)
- Added Treeview to display all source and converted files
- Fixed numerous bugs
- Added "Check Connection command