Skip to content

Releases: estruyf/vscode-typescript-exportallmodules

v2.13.0 release

06 Jul 12:49
06381e5

Choose a tag to compare

  • [#37](#37: Recursive searching of folder to export all modules

v2.12.0 release

14 Apr 12:55

Choose a tag to compare

  • #36: Added the exportall.config.exportFullPath setting to allow exporting the full path of the folder including the barrel file name
  • #35: Added the exportall.config.barrelName setting to define the barrel file name

v2.11.0 release

12 Sep 14:46

Choose a tag to compare

  • #11: Add the option to define the file extension for the files to export

Full Changelog: v2.10.0...v2.11.0

v2.10.0

22 Jul 12:55

Choose a tag to compare

  • #1: Add support for default named exports

Full Changelog: v2.9.2...v2.10.0

v2.9.2

22 Jul 09:39

Choose a tag to compare

  • #33: Fix enum named export

Full Changelog: v2.9.1...v2.9.2

v2.9.1

12 Jul 09:01

Choose a tag to compare

What's Changed

  • fix issue #31 -- Unable to resolve filesystem provider by @mrheault in #32

Full Changelog: v2.9.0...v2.9.1

v2.9.0 release

03 Jul 09:29

Choose a tag to compare

  • #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

Full Changelog: v2.8.0...v2.9.0

v2.8.0 release

03 Jul 08:37

Choose a tag to compare

What's Changed

  • refactor: Updates to use the vscode.workspace.fs API
  • feat: add support for named exports in barrel file and export type by @mrheault in #29 - related to #13 #14

New Contributors

Full Changelog: v2.7.0...v2.8.0

v2.7.0 release

11 Sep 13:07

Choose a tag to compare

  • #10: Wilcard support added
  • #23: Bundle the extension with ESBuild

v2.6.0 release

19 Feb 13:43

Choose a tag to compare

  • Created a submenu for the context menu items