What's Changed
create-turbo
- fix: Sanitize git command inputs in create-turbo by @anthonyshew in #11876
Changelog
- fix: Move
node-plopto dependencies soPlopTypesresolves for consumers by @anthonyshew in #11862 - chore: Use 2024 edition in more packages, do not ignore some clippy l… by @ognevny in #11860
- perf: Optimize hot-path hash computation by avoiding clones and using unstable sorts by @anthonyshew in #11872
- perf: Replace twox-hash with xxhash-rust and optimize file hashing by @anthonyshew in #11874
- fix: Restrict credential file permissions to owner-only by @anthonyshew in #11870
- perf: Reduce allocations in globwalk by @anthonyshew in #11528
- perf: Replace O(V³) Floyd-Warshall with O(V+E) DFS in watch mode subgraph creation by @anthonyshew in #11878
- feat: Generate LLM-friendly markdown alongside --profile trace output by @anthonyshew in #11880
- feat: Make
--profileand--anon-profilefilename optional by @anthonyshew in #11883 - perf: Batch per-package git subprocess calls into repo-wide index by @anthonyshew in #11887
- perf: Parallelize and pre-build RepoGitIndex by @anthonyshew in #11889
- perf: Pre-compile glob exclusion filter and cache path prefix in file hashing by @anthonyshew in #11891
Full Changelog: v2.8.9...v2.8.10