This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Releases: neurolag/TSProjectGenerator
Releases · neurolag/TSProjectGenerator
TSProjectGenerator v4.1.0
TSProjectGenerator v4.1.0
Updated
- TypeScript configuration files to allow all files to be detected automatically
- All dependencies
TSProjectGenerator v4.0.4
TSProjectGenerator v4.0.4
TSProjectGenerator
Added
- The
ESModuleDependencyCollectionclass for easily creating dependencies based on whether they are used for anESModuleor aCommonJSproject - The
TSProjectTypeScriptFileMappingfor simplifying the process of creatingimportandexportstatements for bothESModuleandCommonJSprojects
TSProjectGenerator v4.0.3
TSProjectGenerator v4.0.3
Fixed
- Compatibility issue with windows
Updated
- All dependencies
TSProjectGenerator v4.0.2
TSProjectGenerator v4.0.2
Updated
- Generators to strip unnecessary settings from
tsconfig.jsonfiles
TSProjectGenerator v4.0.1
TSProjectGenerator v4.0.1
MyTSProjectGenerator
Fixed
- The package for the use on windows systems
TSProjectGenerator v4.0.0
TSProjectGenerator v4.0.0
General
Updated
- All packages to
ESModules - All dependencies
- Generators to add an
exportsfield to generatedpackage.jsonfiles - Generators to also add a
typefield to generatedpackage.jsonfiles - Generators to emit TypeScript code which do not break any linting rule
Added
- The ability to create
ESModuleprojects - An option to choose whether to create a
CommonJSor anESModuleproject - 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.ymlfile 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
ESModuleandCommonJS
TSProjectGeneratorTest
Added
- A method to the
TypeScriptFileMappingTesterforimporting anddefaultimporting.tsfiles on the fly
MyTSProjectGenerator
Removed
- Support for creating dependabot files
TSProjectGenerator v3.1.0
TSProjectGenerator v3.1.0
Updated
- All dependencies
Fixed
- A few typos
- Formatting issues in
@manuth/generator-ts-projects markdown files
Added
- Steps to the drone-pipeline for verifying the
CHANGELOG.mdfile and all access tokens - The
DependabotFileMappingto the exported classes of@manuth/generator-my-ts-project
Removed
- Unnecessary dependencies
- Unnecessary npm scripts
TSProjectGenerator v3.0.13
TSProjectGenerator v3.0.13
Fixed
- Broken creation of the
extensions.jsonfile
Updated
- All dependencies
TSProjectGenerator v3.0.12
TSProjectGenerator v3.0.12
Fixed
- Broken drone pipeline creation
- Incorrect
testnpm script - Creation of vscode debug settings
TSProjectGenerator v3.0.11
TSProjectGenerator v3.0.11
Fixed
- Vulnerabilities in dependencies
- Settings disallowing the use of vscode's integrated terminal
Updated
- All dependencies
- Linting environment
- Unit tests for lowering the memory consumption