Releases: vercel/turborepo
Releases · vercel/turborepo
v1.0.12
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
- @mr-bjerre made their first contribution in #291
- @tknickman made their first contribution in #294
- @marcomafessolli made their first contribution in #297
Full Changelog: v1.0.11...v1.0.12
v1.0.11
What's Changed
- Fix
turbo link
when user has no name by @jaredpalmer in #280
Full Changelog: v1.0.10...v1.0.11
v1.0.10
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
- @kubaprzetakiewicz made their first contribution in #273
Full Changelog: v1.0.9...v1.0.10
v1.0.9
What's Changed
create-turbo
- Remove pnpm
engine
definition to get rid of warning
Internal
- Upgrade actions/setup-node to 2.5.x by @jaredpalmer in #250
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Fix remote cache config detection to support just slug by @jaredpalmer in #248
Docs
- Fix homepage images by @jaredpalmer in #238
- Docs papercuts by @jaredpalmer in #240
Chores / Internal
- Better Kodiak settings by @jaredpalmer in #234
- Bump TS, Next, and fix warnings and peer deps by @jaredpalmer in #231
- Add root turbo commands to basic example by @jaredpalmer in #245
- Refactor examples folder layout to match starters by @jaredpalmer in #246
- Setup remote caching on our own GH Actions by @jaredpalmer in #249
Full Changelog: v1.0.7...v1.0.8
v1.0.7
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
, fixexamples/with-pnpm
by @charkour in #199
Docs
- Use correct casing for TypeScript by @KarelVerschraegen in #188
- Fix overstate typo in command-line-reference by @KarelVerschraegen in #189
- Use the verb set up instead of the noun setup by @KarelVerschraegen in #192
- Fix forseeable typo in complimentary-tools by @KarelVerschraegen in #191
- Fix wildcard typo in scopes docs by @KarelVerschraegen in #193
- Fix typos in docs by @yangshun in #201
- Use double quotes for prettier file glob in yarn format by @yangshun in #202
- Fixed the swagger repo link in the docs by @ashfaqnisar in #200
- Add kitchen sink example by @jaredpalmer in #198
- Kitchen sink: Update cache to boolean, not string by @coreylight in #207
- Added explanation for where to acquire a turbo token by @mattpocock in #228
- Redirect /docs/changelog to GitHub releases by @jaredpalmer in #220
Chores
- Running create-turbo tests by @seanyusa in #216
- Add codeowners by @jaredpalmer in #232
New Contributors
- @lidqqq made their first contribution in #186
- @KarelVerschraegen made their first contribution in #188
- @charkour made their first contribution in #196
- @yangshun made their first contribution in #201
- @ashfaqnisar made their first contribution in #200
- @01walid made their first contribution in #161
- @coreylight made their first contribution in #207
- @seanyusa made their first contribution in #212
- @bolshoytoster made their first contribution in #204
- @mattpocock made their first contribution in #228
Full Changelog: v1.0.6...v1.0.7
v1.0.6
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 inrun
. 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
turbo run test --only --graph
Full Changelog: v1.0.5...v1.0.6
v1.0.5
What's Changed
- Fix packageJson struct by @jaredpalmer in #155
- Fix typos in comments by @Jastor11 in #160
- Fix Spelling Errors in create-turbo readme by @debopamgupta in #164
- ci: Fix typo in issue template by @weyert in #162
- [DOCS] Friendly spellcheck by @Jastor11 in #163
- Fix: add ui package & types library in with-pnpm example by @mnismt in #165
- Fix internal deps by @ezradiniz in #166
- Add comma to package.json code snippet in migrate from lerna doc by @williamtetlow in #168
- Fix: broken "topologically" link in pipelines docs by @mnismt in #171
- Fix ui dep in examples by @jaredpalmer in #173
New Contributors
- @Jastor11 made their first contribution in #160
- @debopamgupta made their first contribution in #164
- @weyert made their first contribution in #162
- @mnismt made their first contribution in #165
- @ezradiniz made their first contribution in #166
- @williamtetlow made their first contribution in #168
Full Changelog: v1.0.4...v1.0.5
v1.0.4
What's Changed
- Stop running
yarn
in base template by @jaredpalmer in #152 - Bump next.js by @jaredpalmer in #151
Full Changelog: v1.0.3...v1.0.4
v1.0.3
What's Changed
- Set a fallback for the user's name when running turbo link by @dglsparsons in #137
- Fix Github link by @ThangHuuVu in #138
- fix: remote caching link by @emersonlaurentino in #136
- Add a codeblock showing how to run a pipeline by @dglsparsons in #140
- Link directly to getting started by @jaredpalmer in #139
- Fix templates backticks by @jaredpalmer in #141
- Updated OG image by @BretHudson in #142
- Update login instruction on failed link to run
npx turbo login
by @gaspar09 in #147
New Contributors
- @ThangHuuVu made their first contribution in #138
- @emersonlaurentino made their first contribution in #136
- @BretHudson made their first contribution in #142
Full Changelog: v1.0.2...v1.0.3