All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.1.0 (2023-03-05)
- IndexGenerator: support text format when generate index file re-export content with configuration setting (1ba4040)
- Camelize: cleanup camelize with vscode question (86adfb3)
- Command: [OpenAndRun] support custom delay time (2d561d1)
- IndexGenerator: support text format when generate index file re-export content with configuration setting (accd492)
- Project: cleanup whole project (4c6ce02)
✨ Release with standard-version
✨ Index generator refactor for better re-export format
✨ support change any extension of files. like .md
to .mdx
✨ Prettier format can also format sort at same time(optional).
✨ Whole project code cleanup
- Camelize: cleanup camelize with vscode question (86adfb3)
- Command: [OpenAndRun] support custom delay time (2d561d1)
- Project: cleanup whole project (4c6ce02)
change ts formatter to dozerg.tsimportsorter
- Support to ts config setting with include and exclude, excludeFiles
{
"toTs": {
"include": ["**/src/*"],
"exclude": ["**/build/*"],
"excludeFiles": [".gitignore"] // ignore files that you want to ignore, same as git ignore format
}
}
- Support clear empty folder command
- Complete export default logic
- Change default export to
export { default as Name } from './Name';
- Support run commands with folder all files
- Add support with jsx to tsx
- remove format and Sort auto save file
- add keybinding with format and Sort
- add format and Sort
- make format and to ts cmd more stable
- add add formatSort cmd
- fix to ts format issue
- add firstLowerCase config
- add camelize switcher
- fix index with js
- add index generator with js files
- add prettier format whole folder
- Initial release
- first release with createIndex, createIndexOnlyTarget, switchTypeInterface, toTs