Releases: Trickfilm400/typescript-project-scaffolding
Releases · Trickfilm400/typescript-project-scaffolding
Inquierer Update
Changes
- migrated to new inquirer
- if http-api selected, now the example-repo-folder is copied completely, instead of creating all files manually
- dependency updates
Full Changelog: v0.0.13...v0.0.14
Dependency updates
Full Changelog: v0.0.12...v0.0.13
Dependency updates
Full Changelog: v0.0.11...v0.0.12
Changes
- ci versions updated
- dependencies updated
- fixed one bug with npm typings
- styling formatting updates
Dependency updates
Full Changelog: v0.0.9...v0.0.10
NPM dependencies were updated and one project example was updated
Dependency Updates & minor improvments
Full Changelog: v0.0.8...v0.0.9
Some Changes
- Updated node versions in Dockerfile, updated express-utils package
- fixed a bug where the wrong dockerfile was copied with the http utils package selected
Bug fixes
Full Changelog: v0.0.7...v0.0.8
Dependency Updates
v0.0.7 0.0.7
Bug fix and dependency updates
Changes
- fixed a bug where in the
npm-package
template thetsconfig.json
file was wronly named - dependency updates
v0.0.5: Dependency Update & Bug fixxes
Changes
- Updated project dependencies & bundled dependency versions
- Added code commenhts
- changed Dockerfile heartbeat configuration
Added eslint npm script
Changes
- in the generated
package.json
was a eslint command to check for eslint errors missing - but it was configured in the ci-cd pipelines which would fail then- -> command was added