Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
89d32617ce | |||
094702b917 |
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-03-04 - 2.2.4 - fix(core)
|
||||
Fix compiler logic to remove duplicate compiled files and improve glob pattern handling.
|
||||
|
||||
- Resolved an issue causing duplicate file compilations when using compileGlobStringObject.
|
||||
- Improved handling of glob patterns to ensure accurate compilation paths.
|
||||
|
||||
## 2025-03-04 - 2.2.3 - fix(exports)
|
||||
Fixed duplicate file compilation in compileGlobStringObject
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@git.zone/tsbuild",
|
||||
"version": "2.2.3",
|
||||
"version": "2.2.4",
|
||||
"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.2.3',
|
||||
version: '2.2.4',
|
||||
description: 'A tool for compiling TypeScript files using the latest nightly features, offering flexible APIs and a CLI for streamlined development.'
|
||||
}
|
||||
|
Reference in New Issue
Block a user