- #11: Add the option to define the file extension for the files to export
- #1: Add support for default named exports
- #33: Fix enum named export
- #31: Fix issue unable to resolve filesystem provider (thanks to Mike Rheault)
- #30: Added the
Barrel Generator: Export all modules from the current file directory
command to generate a barrel file from the current file its directory
- Updates to use the
vscode.workspace.fs
API - #13 #14: Added support for named exports (thanks to Mike Rheault)
- Created a submenu for the context menu items
- #16: New
exportall.config.message
setting to specify a message that will be added at the top of the generated barrel file.
- Changed activation to
onStartupFinished
- Fix for
date-fns
dependency
- Update to extension engine version
1.64.0
(January 2022) of VS Code - #12: Check if there are changes to be applied to the barrel file. If not, there is no need to update the barrel file.
- #15: Fix for folder names with a dot notation
- #4: Fix file path in
file
parsing
- #4: Fix file and folder parsing on Windows
- #8: Exporting folders that contain a
index.tsx
file. Thanks to Robin Blomberg. - #9: Ability to specify which type of quotes to use when exporting. Thanks to rveldpaus.
- Added default save functionality from VS Code (Thanks to yamaimo)
- #3: Add an option about adding semis automatically
- Name change to TypeScript Barrel Generator
- Fixed merge
- Added the functionality to export options which contain a
index.ts
file - Added the functionality to specify folders/files to be excluded from the export
- Run silently without always showing a message. Only on manual export you still get a message.
- Fix issues for the Windows file system
- Official release