@d1g1tal/tsbuild 1.8.6 → 1.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,33 @@
1
+ ## [1.8.7](https://github.com/D1g1talEntr0py/tsbuild/compare/v1.8.6...v1.8.7) (2026-05-09)
2
+
3
+ ### Performance Improvements
4
+
5
+ * **core:** speed up build and cleanup paths (9d44486ac97b3d7ea5a647246cf814649fffe27a)
6
+ - defer cache persistence until after parallel build phases complete
7
+ - add manifest-based stale output cleanup and incremental state probes
8
+ - optimize file clearing, path normalization, and dependency collection
9
+ - reduce declaration bundling and preprocessing overhead
10
+ - refactor the iife plugin to reuse in-memory primary outputs
11
+
12
+
13
+ ### Tests
14
+
15
+ * **perf:** update coverage for build optimizations (284857a6dac88fe0fb6940060f10ea92fc898962)
16
+ - refresh benchmark measurements for the new tinybench-based runner
17
+ - remove tests for the exported performance step helper
18
+ - add coverage for the new cache manifest and stale output cleanup paths
19
+ - adapt iife plugin tests to the outputFiles-based primary build flow
20
+
21
+
22
+ ### Build System
23
+
24
+ * **tooling:** migrate scripts to strip-types loader (7f236e0e92ec4a790a00b3fdbcbdcdc62756bdf4)
25
+ - replace tsx-based build and tooling entrypoints with node --experimental-strip-types
26
+ - add the custom loader used to resolve and transpile local TypeScript scripts
27
+ - move the benchmark runner to the test scripts directory and switch it to tinybench
28
+ - update lint config for JavaScript script files and package manager metadata
29
+ - refresh workspace and lockfile dependencies for the toolchain migration
30
+
1
31
  ## [1.8.6](https://github.com/D1g1talEntr0py/tsbuild/compare/v1.8.5...v1.8.6) (2026-04-14)
2
32
 
3
33
  ### Bug Fixes
@@ -3,7 +3,7 @@ import {
3
3
  Json,
4
4
  Paths,
5
5
  typeScriptExtensionExpression
6
- } from "./JKGYA2AW.js";
6
+ } from "./QL4XMDMJ.js";
7
7
 
8
8
  // src/plugins/decorator-metadata.ts
9
9
  import { dirname } from "node:path";