Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

TSProjectGenerator v4.0.0

Compare
Choose a tag to compare
@manuth manuth released this 09 Sep 23:20
· 39 commits to gh-moving since this release

TSProjectGenerator v4.0.0

General

Updated

  • All packages to ESModules
  • All dependencies
  • Generators to add an exports field to generated package.json files
  • Generators to also add a type field to generated package.json files
  • Generators to emit TypeScript code which do not break any linting rule

Added

  • The ability to create ESModule projects
  • An option to choose whether to create a CommonJS or an ESModule project
  • An option to skip the cleanup-task at the end of running a generator
  • The ability to generate mocha files which are exposed as functions rather than direct suite-calls
  • Steps to the .drone.yml file for checking whether all authentication tokens are working

TSProjectGenerator

Updated

  • Tests to be less performance heavy

Added

  • Support for generating yeoman-generator dependencies for generators written in both ESModule and CommonJS

TSProjectGeneratorTest

Added

  • A method to the TypeScriptFileMappingTester for importing and default importing .ts files on the fly

MyTSProjectGenerator

Removed

  • Support for creating dependabot files

Show differences