Skip to content

Releases: vercel/turborepo

v1.1.7-canary.3

15 Mar 18:55
Compare
Choose a tag to compare
v1.1.7-canary.3 Pre-release
Pre-release

Core

  • Implement --dry-run, formerly --plan by @gsoltis in #862
  • Switch task graph edges to direct dependencies by @gsoltis in #869
  • fix: dump all contents of Outputs instead of all but the first one by @weyert in #877
  • Remove tabs from run help text by @gsoltis in #879

New Contributors

Full Changelog: v1.1.6...v1.1.7-canary.3

v1.1.7-canary.1

11 Mar 18:24
Compare
Choose a tag to compare
v1.1.7-canary.1 Pre-release
Pre-release

Core

Docs

New Contributors

Full Changelog: v1.1.7-canary.0...v1.1.7-canary.1

v1.1.7-canary.0

11 Mar 18:23
Compare
Choose a tag to compare
v1.1.7-canary.0 Pre-release
Pre-release

Core

  • depending on "*" should match everything by @gsoltis in #855

Docs

New Contributors

Full Changelog: v1.1.6...v1.1.7-canary.0

v1.1.6

09 Mar 20:17
Compare
Choose a tag to compare

Core

  • Fix SSO login regression to ensure that the RepoConfig Directory and file exists before writing team ID and API url by @gaspar09 in #823
  • Log an error when scope is invalid in turbo prune #703 by @m-shaka in #826
  • Update text for more inclusive language. by @leerob in #837
  • Add support for turbo run w/ yarn pnp by @thebanjomatic in #797
  • Add back support for file:... dependencies by @gsoltis in #854
  • Don't consider peerDependencies when constructing graph by @thebanjomatic in #813

Docs

  • docs: Complimentary Tools -> Complementary Tools by @jaredpalmer in #831
  • docs: Add note about Fast Refresh to the FAQ docs by @leerob in #832

Internal

New Contributors

Full Changelog: v1.1.5...v1.1.6

v1.1.5

03 Mar 23:19
Compare
Choose a tag to compare

Core

Documentation

Internal

  • Remove dependencies on context methods / functions by @gsoltis in #821
  • Continue evolving Context towards a data structure that can be sent over the wire by @gsoltis in #788
  • Move to core monorepo to pnpm by @jaredpalmer in #810
  • Add cancel workflow GH Action by @jaredpalmer in #808

New Contributors

Full Changelog: v1.1.4...v1.1.5

v1.1.5-canary.0

02 Mar 19:23
Compare
Choose a tag to compare
v1.1.5-canary.0 Pre-release
Pre-release

Core

  • Running build with --cwd works by @gsoltis in #783
  • Continue evolving Context towards a data structure that can be sent over the wire by @gsoltis in #788
  • Prep before SSO login flow work by @gsoltis in #798
  • Implement SSO login with combined link step by @gsoltis in #811
  • Fixing generateBinPath in postinstall.js when yarn pnp is enabled by @thebanjomatic in #795

create-turbo

Documentation

Internal

New Contributors

Full Changelog: v1.1.4...v1.1.5-canary.0

v1.1.4

25 Feb 17:40
Compare
Choose a tag to compare

Core

  • Stop hitting remote cache after a few failures by @jaredpalmer in #545
  • Add support for JSON5 with comments in turbo.json file by @weyert in #745
  • Fix --no-cache flag regression by @Xenfo in #699
  • Switch default Remote Caching API URL to https://vercel.com/api by @jaredpalmer in #776
  • Fix upstream eslint-plugin-react issue causing next build and lint to fail by @jaredpalmer in #779
  • Add /artifacts/events by @gsoltis in #754
  • Fix postinstall script on node 16 on ubuntu by @jaredpalmer in #778
  • Throw an error when --scope returns an empty set by @ragrag in #735

Documentation

New Contributors

Full Changelog: v1.1.3...v1.1.4

v1.1.4-canary.2

25 Feb 17:18
Compare
Choose a tag to compare
v1.1.4-canary.2 Pre-release
Pre-release

Core

Documentation

Full Changelog: v1.1.4-canary.1...v1.1.4-canary.2

v1.1.4-canary.1

19 Feb 16:18
Compare
Choose a tag to compare
v1.1.4-canary.1 Pre-release
Pre-release

What's Changed

  • turbo.json now supports JSON5 (comments, etc.)
  • Fixed --no-cache flag and added e2e tests

Commits

  • feat: add support for JSON with comments turbo.json file by @weyert in #745
  • fix(run): no-cache flag by @Xenfo in #699

Full Changelog: v1.1.4-canary.0...v1.1.4-canary.1

v1.1.4-canary.0

18 Feb 19:50
Compare
Choose a tag to compare
v1.1.4-canary.0 Pre-release
Pre-release

What's Changed?

Commits

Full Changelog: v1.1.3...v1.1.4-canary.0