Core
- Fix regression so that depending on "*" should match everything by @gsoltis in #855
- Remove
packageManager
warning by @jaredpalmer in #858 - Allow specifying
cache
outputs outside of package folder by @jaredpalmer in #861 - Implement
--dry-run
and--dry-run=json
, formerly--plan
by @gsoltis in #862 - Switch task graph edges to direct dependencies by @gsoltis in #869
- fix: dump all contents of
outputs
in--dry
instead of all but the first one by @weyert in #877 - Hash correct file paths for global dependencies by @gsoltis in #888
- fix: make
--dry=json
jq
andJSON.parse
-friendly by @jaredpalmer in #894 - Add --output-logs= option to turbo CLI by @chelkyl in #822
- fix(remote-cache): use posix paths for tar archives by @thebanjomatic in #895
create-turbo
Docs
- Update configuration.mdx by @marcusmolchany in #856
- Update footer form by @mitchellwright in #857
- docs: make remote caching evergreen by @dbredvick in #868
- Remove tabs from run help text by @gsoltis in #879
- Update CONTRIBUTING.md for pnpm. Use pnpm to run line-staged by @gaspar09 in #889
- Add docs for
--dry
by @gsoltis in #890
New Contributors
- @marcusmolchany made their first contribution in #856
- @mitchellwright made their first contribution in #857
- @dbredvick made their first contribution in #868
- @chelkyl made their first contribution in #822
- @gemwuu made their first contribution in #885
Full Changelog: v1.1.6...v1.1.7