Skip to content

Releases: barinbritva/init-typescript-app

1.2.4

03 Jun 15:44
6113d40
Compare
Choose a tag to compare

Changed

  • Update TypeScript to v4.3.2

1.2.3

03 Jun 15:12
Compare
Choose a tag to compare

Fixed

  • Project creating process finishes with correct status code.
  • Build works properly if tsconfig.json contains comments.
  • Fix strict settings for advanced type checking (suppressImplicitAnyIndexErrors flag was removed).

1.2.0

04 Mar 19:57
d47101f
Compare
Choose a tag to compare

[1.2.0] - 2021-03-04

Changed

  • Windows support (by rewriting tasks from bash to js).
  • Project option: package for npm or any app.
  • Refactoring on tsconfig and app generator logic.

v1.0.9

03 Sep 14:36
Compare
Choose a tag to compare

[1.0.9] - 2020-09-03

Added

  • Initial templates of source code.
  • License selection.
  • Type checking mode selection.
  • Build script.
  • Package publication script.