This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Releases: manuth/TSProjectGenerator
Releases · manuth/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
ESModuleDependencyCollection
class for easily creating dependencies based on whether they are used for anESModule
or aCommonJS
project - The
TSProjectTypeScriptFileMapping
for simplifying the process of creatingimport
andexport
statements for bothESModule
andCommonJS
projects
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.json
files
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
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
TSProjectGenerator v3.1.0
TSProjectGenerator v3.1.0
Updated
- All dependencies
Fixed
- A few typos
- Formatting issues in
@manuth/generator-ts-project
s markdown files
Added
- Steps to the drone-pipeline for verifying the
CHANGELOG.md
file and all access tokens - The
DependabotFileMapping
to 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.json
file
Updated
- All dependencies
TSProjectGenerator v3.0.12
TSProjectGenerator v3.0.12
Fixed
- Broken drone pipeline creation
- Incorrect
test
npm 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