Skip to content

Files

Latest commit

 

History

History
55 lines (30 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

55 lines (30 loc) · 1.14 KB

Change Log

All notable changes to the "export-typescript" extension will be documented in this file.

[0.4.1]

  • Add a config to support double quotes #16 (Fixes #8)

[0.4.1]

  • Fix publish

[0.4.0]

  • Fix default configuration. Fixes #7

[0.3.1]

  • include typescript-parser dependency in bundle

[0.3.0]

  • Move to rollup
  • Move form tslint to eslint
  • Fix defaults to handle sibling folders with index.ts files

[0.2.0]

  • Support only the command Export Typescript: Export. Depending on the configuration settings, star exports or explicit declarations will be exported. Subdirectories can also be searched.

[0.1.0]

  • Feat: support exporting only missing files (#3)

[0.0.5]

  • Add command to export all exportable declarations explicitly instead of '*'.
    • Export typescript - all exportable declarations

[0.0.4]

  • blacklisted

[0.0.3]

  • Run command on newly created index.ts files
  • Export folders only when they have an index.ts file

[0.0.2]

  • Export folders and only typescript files

[0.0.1]

  • Initial release. No special features or settings.