Compare commits
2 Commits
5ecf4b7125
...
6d68f35a9a
Author | SHA1 | Date | |
---|---|---|---|
6d68f35a9a | |||
0378b9feca |
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-03-20 - 2.3.2 - fix(compileGlobStringObject)
|
||||
Fix duplicate file outputs in glob pattern processing
|
||||
|
||||
- Removed duplicate concatenation of compiled files in compileGlobStringObject
|
||||
- Ensured unique file paths are used during TypeScript compilation
|
||||
|
||||
## 2025-03-20 - 2.3.1 - fix(compiler)
|
||||
Refactor compiler implementation with consolidated TsBuild class and improved diagnostics handling
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tsbuild",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"private": false,
|
||||
"description": "A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.",
|
||||
"main": "dist_ts/index.js",
|
||||
|
@ -3,6 +3,6 @@
|
||||
*/
|
||||
export const commitinfo = {
|
||||
name: '@git.zone/tsbuild',
|
||||
version: '2.3.1',
|
||||
version: '2.3.2',
|
||||
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user