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