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.
- Update TypeScript to v4.3.2
- 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).
- Windows support (by rewriting tasks from bash to js).
- Project option:
package
fornpm
or anyapp
. - Refactoring on
tsconfig
and app generator logic.
- Initial templates of source code.
- License selection.
- Type checking mode selection.
- Build script.
- Package publication script.