Releases: estruyf/vscode-typescript-exportallmodules
Releases · estruyf/vscode-typescript-exportallmodules
v2.5.0 release
- #16: New exportall.config.messagesetting to specify a message that will be added at the top of the generated barrel file.
v2.4.1 release
- Changed activation to onStartupFinished
- Fix for date-fnsdependency
v2.4.0 release
- 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.
v2.3.2 release
- #15: Fix for folder names with a dot notation
v2.3.1 release
- #4: Fix file path in fileparsing
v2.3.0 release
- #4: Fix file and folder parsing on Windows
- #8: Exporting folders that contain a index.tsxfile. Thanks to
 Robin Blomberg.
- #9: Ability to specify which type of quotes to use when exporting. Thanks to rveldpaus.