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

Releases: manuth/TSProjectGenerator

TSProjectGenerator v1.2.1

14 Dec 00:56
Compare
Choose a tag to compare

TSProjectGenerator v1.2.1

Added

  • Missing exports

Fixed

  • Broken Dependabot-settings
  • Typos

Updated

  • All dependencies
  • TypeScript-settings

Show differences

v1.2.0

17 Oct 15:33
Compare
Choose a tag to compare

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

Show differences

TSProjectGenerator v1.1.4

15 Sep 23:13
Compare
Choose a tag to compare

TSProjectGenerator v1.1.4

Updated

  • The .eslintrc.js-file to exclude redundant rule-configurations

Show differences

TSProjectGenerator v1.1.3

15 Sep 00:58
Compare
Choose a tag to compare

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

Show differences

TSProjectGenerator v1.1.2

06 Sep 18:39
Compare
Choose a tag to compare

TSProjectGenerator v1.1.2

Fixed

  • Malformed markdown-files
  • Task execution order

Updated

  • All packages

Show differences

TSProjectGenerator v1.1.1

06 Sep 12:14
Compare
Choose a tag to compare

TSProjectGenerator v1.1.1

Fixed

  • Fixed broken .gitignore file creation

Updated

  • The code for creating launch.json files
  • The terminology of some file-processors

Show differences

TSProjectGenerator v1.1.0

05 Sep 12:34
Compare
Choose a tag to compare

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

Show differences

TSProjectGenerator v1.0.3

01 Sep 16:58
Compare
Choose a tag to compare

TSProjectGenerator v1.0.3

Fixed

  • Errors due to incorrect imports
  • Errors due to the cleanup task being scoped incorrectly

Updated

  • All packages

Show differences

TSProjectGenerator v1.0.2

01 Sep 07:01
Compare
Choose a tag to compare

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

Show differences

TSProjectGenerator v1.0.0

20 Dec 06:13
Compare
Choose a tag to compare

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

Show differences