Releases: utooland/utoo
Releases · utooland/utoo
utoo-v1.0.30
What's Changed
- chore(pm): drop [bin-link] stdout summary by @elrrrrrrr in #2888
Full Changelog: utoo-v1.0.29...utoo-v1.0.30
utoo-v1.0.29
What's Changed
- fix(pm): suppress blank rows when ut run --if-present skips workspaces by @elrrrrrrr in #2822
- perf(pm): rustls with aws-lc-rs crypto provider instead of ring by @elrrrrrrr in #2856
- perf(pm): single-flight manifest fetches via OnceMap by @elrrrrrrr in #2862
- perf(pm): decouple manifest disk cache via ManifestStore trait by @elrrrrrrr in #2866
- ci(pm): add utoo-next baseline to bench-phases-linux by @elrrrrrrr in #2868
- perf(pm): gate ProgressReceiver on IsTerminal (zero indicatif cost on CI) by @elrrrrrrr in #2876
- perf(pm): introduce VersionsRef<'a> view for resolve_target_version by @elrrrrrrr in #2878
- perf(pm): drop per-package debug logs from resolve hot path by @elrrrrrrr in #2880
- perf(pm): manifest resolve hot-path — rayon offload + network layer (h1+pool+dns) by @elrrrrrrr in #2874
- perf(pm): bin-link sync std::fs (drop tokio fs hop, sort + dedupe) by @elrrrrrrr in #2884
- fix(pm): postinstall OS detection for Windows kernel-version drift by @elrrrrrrr in #2883
- fix(pm): run install lifecycle on workspace packages + unify lifecycle primitive by @elrrrrrrr in #2839
Full Changelog: utoo-v1.0.28...utoo-v1.0.29
utoopack-v1.4.2-alpha.1
feat(pack): add onReady callback for utoopack's devServer
utoopack-v1.4.2-alpha.0
What's Changed
- feat(pack): sync latest next.js by @xusd320 in #2829
- fix(pm): suppress blank rows when ut run --if-present skips workspaces by @elrrrrrrr in #2822
- feat(pack): support externalType: promise by @fireairforce in #2857
- feat(pack): support mdx option by @fireairforce in #2858
Full Changelog: utoopack-v1.4.1...utoopack-v1.4.2-alpha.0
utoopack-v1.4.1
What's Changed
- feat(pm): add phase timings and install summary by @elrrrrrrr in #2813
- test(pm): port file:target dirs for arborist fixtures by @elrrrrrrr in #2817
- feat(pack): bump turbopack & next.js by @fireairforce in #2820
- ci(pm): pm-e2e-bench unified workflow + phase-isolated bench infrastructure by @elrrrrrrr in #2824
- fix(pack): script external export compitable by @fireairforce in #2828
Full Changelog: utoopack-v1.4.0...utoopack-v1.4.1
utoo-v1.0.28
What's Changed
- fix(pm): reconcile install-node runtime deps in outdated check by @elrrrrrrr in #2812
- ci(pm-bench): add aube + flexible bench controls by @elrrrrrrr in #2815
- feat(pm): add phase timings and install summary by @elrrrrrrr in #2813
- test(pm): port file:target dirs for arborist fixtures by @elrrrrrrr in #2817
- ci(pm): pm-e2e-bench unified workflow + phase-isolated bench infrastructure by @elrrrrrrr in #2824
Full Changelog: utoo-v1.0.27...utoo-v1.0.28
utoopack-v1.4.1-alpha.1
chore: update next.js
utoopack-v1.4.1-alpha.0
fix: add sort for webpack stats under snapshot test
utoopack-v1.4.0
What's Changed
- chore(pack): upgrade tokio-util by @xusd320 in #2789
- feat(pack): support
__webpack_public_path__(webpack compitable) by @fireairforce in #2790 - perf(pack): use atom compare / webpack compat for usedExports by @fireairforce in #2794
- chore(deps): bump opfs-project to 0.2.8 by @elrrrrrrr in #2795
- feat(pm): support HTTP(S) tarball dependencies by @elrrrrrrr in #2784
- fix(pm): detect stale lockfile in ut install by @elrrrrrrr in #2797
- feat(pack): support
typefield in module rules by @yuzheng14 in #2796 - feat(pack): native 'use server' directive support by @xusd320 in #2786
- fix(pm): normalize extracted file permissions to 0o644/0o755 by @elrrrrrrr in #2800
- ci(pm-release): fall back to kernel.org mirror when apt times out by @elrrrrrrr in #2803
- feat(pm): show require-by chain on dependency resolution failure by @elrrrrrrr in #2804
- fix(pm): restore hardlink→copy fallback on clone failure by @elrrrrrrr in #2801
- feat(pm): support file: protocol dependencies by @elrrrrrrr in #2799
- feat(pack): rewrite react dev source filename to absolute path by @fireairforce in #2802
- feat(pack): support SOCKER_SERVER env by @fireairforce in #2805
- feat(pack): keep dev watch active before page open by @fireairforce in #2810
- feat(pack): add tracing option to control default tracing output by @fireairforce in #2809
- feat(pack): harden server bundling and simplify configuration by @xusd320 in #2808
- fix(pm): reconcile install-node runtime deps in outdated check by @elrrrrrrr in #2812
- fix(pack): inlineCss with autoCssModules cause panic by @fireairforce in #2814
- ci(pm-bench): add aube + flexible bench controls by @elrrrrrrr in #2815
Full Changelog: utoopack-v1.3.11...utoopack-v1.4.0
utoopack-v1.4.0-alpha.9
feat(pack): harden server bundling and simplify configuration (#2808)