Releases: estruyf/vscode-typescript-exportallmodules
Releases · estruyf/vscode-typescript-exportallmodules
v2.4.1 release
- Changed activation to
onStartupFinished
- Fix for
date-fns
dependency
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
file
parsing
v2.3.0 release
- #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.