Skip to content

Releases: estruyf/vscode-typescript-exportallmodules

v2.4.1 release

20 Jun 13:30
Compare
Choose a tag to compare
  • Changed activation to onStartupFinished
  • Fix for date-fns dependency

v2.4.0 release

20 Jun 12:41
Compare
Choose a tag to compare
  • 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

20 Jun 11:49
Compare
Choose a tag to compare
  • #15: Fix for folder names with a dot notation

v2.3.1 release

07 Feb 09:57
Compare
Choose a tag to compare
  • #4: Fix file path in file parsing

v2.3.0 release

07 Feb 08:07
Compare
Choose a tag to compare
  • #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.

v2.2.0 release

11 Jun 07:12
Compare
Choose a tag to compare
  • Added default save functionality from VS Code (Thanks to yamaimo)
  • #3: Add an option about adding semis automatically