Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 963 Bytes

CHANGELOG.md

File metadata and controls

31 lines (25 loc) · 963 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.2.4] - 2021-06-03

Changed

  • Update TypeScript to v4.3.2

[1.2.3] - 2021-06-03

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] - 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.

[1.0.9] - 2020-09-02

Added

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