From 00046837a71d77dfd5bfbbe1ff5ae09449d4ef22 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 24 Jun 2024 12:06:18 +0200 Subject: [PATCH] fix(core): Minor improvements and optimizations in core TypeScript compiler integration. --- changelog.md | 9 +++++++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 2353b9a..c766cd0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,14 @@ # Changelog +## 2024-06-24 - 2.1.82 - fix(core) +Minor improvements and optimizations in core TypeScript compiler integration. + +- Updated TypeScript dependency to latest version 5.5.2. +- Enhanced logging in compiler process. +- Improved handling of CLI commands for better flexibility. +- Compiled output directories are now more structured. +- Refactored internal compiler options merge function. + ## 2024-06-24 - 2.1.81 - fix(dependencies) Update dependencies to latest versions diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index e6f5349..662c234 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tsbuild', - version: '2.1.81', + version: '2.1.82', description: 'TypeScript nightly to easily make use of latest features' }