Skip to content

Releases: vercel/turbo

v1.0.10

14 Dec 21:57
Compare
Choose a tag to compare

What's Changed

  • Add more customer testimonials from Twitter. by @leerob in #254
  • docs: Set timeout before closing search by @jaredpalmer in #274
  • docs: Fix docs' typos by @kubaprzetakiewicz in #273
  • Support yarn not installed in create-turbo by @seanyusa in #255
  • Add design system example by @jaredpalmer in #269
  • CLI papercuts by @jaredpalmer in #277
    • Fix --global-deps
    • Documented --global-deps, --cache-dir
    • Deprecated --cacheFolder with warning
    • All CLI flags should can now be dash-cased (--includeDependencies -> --include-dependencies)

New Contributors

Full Changelog: v1.0.9...v1.0.10

v1.0.9

13 Dec 21:00
Compare
Choose a tag to compare

What's Changed

create-turbo

  • Remove pnpm engine definition to get rid of warning

Internal

Full Changelog: v1.0.8...v1.0.9

v1.0.8

13 Dec 20:45
Compare
Choose a tag to compare

What's Changed

  • Fix remote cache config detection to support just slug by @jaredpalmer in #248

Docs

Chores / Internal

Full Changelog: v1.0.7...v1.0.8

v1.0.7

13 Dec 15:58
Compare
Choose a tag to compare

What's Changed

turbo

  • Fix parsing weird formats of the keywords field of some package.json files by @01walid in #161
  • Remove WriteFile and move it into CopyFile by @bolshoytoster in #204
  • Fix error when passing --api, --url, --heap, --cpuprofile, --trace, --no-gc flags by @jaredpalmer in #233

create-turbo

  • fix: remove ., which is not needed by @lidqqq in #186
  • update create-turbo template gitignore pnpm by @charkour in #196
  • Fix initiating a project within the current directory by @seanyusa in #212
  • Improved success output for create-turbo by @seanyusa in #222
  • Add engine requirements to create-turbo/package.json, fix examples/with-pnpm by @charkour in #199

Docs

Chores

New Contributors

Full Changelog: v1.0.6...v1.0.7

v1.0.6

10 Dec 18:48
Compare
Choose a tag to compare

What's Changed

  • Add support for --only flag that matches lerna/pnpm run behavior by @jaredpalmer in #174 The --only flag is to support restricting task execution to only the tasks specified in run. This makes it easier to adopt Turbo in a Lerna codebase since --only behavior is effectively an exact match.

For this Turbo pipeline:

"turbo": {
    "pipeline": {
      "build": {
        "outputs": [
          "dist/**/*"
        ],
        "dependsOn": [
          "^build"
        ]
      },
      "test": {
        "dependsOn": [
          "^build"
        ]
      }
    }
turbo run test

graph-1639160891531963000

turbo run test --only --graph

graph-1639160830365669000

Full Changelog: v1.0.5...v1.0.6

v1.0.5

10 Dec 17:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.4...v1.0.5

v1.0.4

09 Dec 19:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

09 Dec 18:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

09 Dec 16:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Dec 14:28
Compare
Choose a tag to compare
publish 1.0.1 to registry