What's New?
- Added new
turbo bin
command that prints the location of the installed binary - Fixed crash and added error message if
packageManager
field is invalid - Stop targeting all packages with
--since
if no changes are found
Bug fixes
- Make logging threadsafe (causing flaky CI tests)
- Fix regressions is child process exit codes
Internal
- Bumped Go version
- Fixed docs search
- De-flaked tests
Commits
- Make logging threadsafe by @gsoltis in #677
- chore(deps): Bump go version by @jaredpalmer in #570
- feat: turbo bin by @Xenfo in #561
- Track child exit codes and propagate them by @gsoltis in #697
- Continue de-flaking tests by @gsoltis in #698
- Fixed crash and added error message if packageManager field is invalid. by @grigorii-zander in #680
- Rename go module to allow command line installs by @dglsparsons in #327
- Fix cache index being missing after incremental builds by @shuding in #704
- fix: stop targeting all packages with --since if no changes by @stevejcox in #637
- Move to a packages directory by @jaredpalmer in #708
- Fix typo in CounterButton in kitchen-sink example by @eDonec in #710
New Contributors
- @grigorii-zander made their first contribution in #680
- @stevejcox made their first contribution in #637
- @eDonec made their first contribution in #710
Full Changelog: v1.1.2...v1.1.3-canary.1