Skip to content

Releases: vercel/turbo

v1.0.14

16 Dec 16:54
Compare
Choose a tag to compare

What's Changed

  • Update README.md by @Dueen in #312
  • Add nodemon to api in kitchen sink by @mr-bjerre in #316
  • Fix create-turbo ui typescript to support next.js dynamic imports by @jaredpalmer in #324

New Contributors

Full Changelog: v1.0.13...v1.0.14

v1.0.13

16 Dec 02:04
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.12...v1.0.13

v1.0.12

15 Dec 17:15
Compare
Choose a tag to compare

What's Changed

  • chore: Add clean to turbo pipeline in design system example by @mr-bjerre in #291
  • docs: Docs update playwright link by @tknickman in #294
  • feat: Improve create-turbo instructions by @jaredpalmer in #276
  • chore: removes dup base.json file from package files export by @marcomafessolli in #297

New Contributors

Full Changelog: v1.0.11...v1.0.12

v1.0.11

14 Dec 23:02
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.10...v1.0.11

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