Skip to content

Releases: estruyf/vscode-typescript-exportallmodules

v2.5.0 release

11 Jul 07:38

Choose a tag to compare

  • #16: New exportall.config.message setting to specify a message that will be added at the top of the generated barrel file.

v2.4.1 release

20 Jun 13:30

Choose a tag to compare

  • Changed activation to onStartupFinished
  • Fix for date-fns dependency

v2.4.0 release

20 Jun 12:41

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

Choose a tag to compare

  • #15: Fix for folder names with a dot notation

v2.3.1 release

07 Feb 09:57

Choose a tag to compare

  • #4: Fix file path in file parsing

v2.3.0 release

07 Feb 08:07

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

Choose a tag to compare

  • Added default save functionality from VS Code (Thanks to yamaimo)
  • #3: Add an option about adding semis automatically