This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
TSProjectGenerator v4.0.0
TSProjectGenerator v4.0.0
General
Updated
- All packages to
ESModule
s - All dependencies
- Generators to add an
exports
field to generatedpackage.json
files - Generators to also add a
type
field to generatedpackage.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 anESModule
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
andCommonJS
TSProjectGeneratorTest
Added
- A method to the
TypeScriptFileMappingTester
forimport
ing anddefault
import
ing.ts
files on the fly
MyTSProjectGenerator
Removed
- Support for creating dependabot files