Skip to content

Releases: estruyf/vscode-typescript-exportallmodules

v2.11.0 release

12 Sep 14:46
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • #10: Wilcard support added
  • #23: Bundle the extension with ESBuild

v2.6.0 release

19 Feb 13:43
Compare
Choose a tag to compare
  • Created a submenu for the context menu items

v2.5.0 release

11 Jul 07:38
Compare
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
Compare
Choose a tag to compare
  • Changed activation to onStartupFinished
  • Fix for date-fns dependency