This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
Releases: manuth/TSProjectGenerator
Releases · manuth/TSProjectGenerator
TSProjectGenerator v1.2.1
TSProjectGenerator v1.2.1
Added
- Missing exports
Fixed
- Broken Dependabot-settings
- Typos
Updated
- All dependencies
- TypeScript-settings
v1.2.0
TSProjectGenerator v1.2.0
Added
- A feature for creating
CHANGELOG
files for new projects - A feature to set the default package-name to the name of the existing package
- New unit-tests
Updated
- The development environment
- The format of transformed JSON and YAML files
- All dependencies
- The typescript-configuration for tests
- The
.npmignore
file to exclude the.github
directory .json
and.yml
file-mappings to include new lines at the end of files
TSProjectGenerator v1.1.4
TSProjectGenerator v1.1.4
Updated
- The
.eslintrc.js
-file to exclude redundant rule-configurations
TSProjectGenerator v1.1.3
TSProjectGenerator v1.1.3
Added
- A dependabot configuration
- The feature to generate a dependabot configuration using the
MyTSProjectGenerator
Updated
- All dependencies
- The coding-style
- The markdown-processing for the
MyTSProjectGenerator
TSProjectGenerator v1.1.2
TSProjectGenerator v1.1.2
Fixed
- Malformed markdown-files
- Task execution order
Updated
- All packages
TSProjectGenerator v1.1.1
TSProjectGenerator v1.1.1
Fixed
- Fixed broken
.gitignore
file creation
Updated
- The code for creating
launch.json
files - The terminology of some file-processors
TSProjectGenerator v1.1.0
TSProjectGenerator v1.1.0
Added
- Statements to the generated
package.json
files which ensure the package is published with public access
Updated
- All dependencies
Fixed
- Slow tests by increasing timeouts
TSProjectGenerator v1.0.3
TSProjectGenerator v1.0.3
Fixed
- Errors due to incorrect imports
- Errors due to the
cleanup
task being scoped incorrectly
Updated
- All packages
TSProjectGenerator v1.0.2
TSProjectGenerator v1.0.2
Fixed
- Fix the creation of
.gitignore
files - Malformed and inexistent imports
- Fix the creation of
.drone.yml
files - Errors due to missing dependencies
- Errors during the
cleanup
-task due to.eslintrc.js
being placed incorrectly
TSProjectGenerator v1.0.0
TSProjectGenerator v1.0.0
Initial release
Added
- A package for generating generators and modules written in TypeScript
- A set of generators with custom additions (such as custom markdown-codestyle and drone-configuration)
- Components for creating a similar generator