这是indexloc提供的服务,不要输入任何密码
Skip to content

v1.1.3

Compare
Choose a tag to compare
@jaredpalmer jaredpalmer released this 17 Feb 16:29
· 7469 commits to main since this release

What's New?

  • turbo bin now prints the location of binary

  • VSCode now recognizes turbo.json with a custom file icon

  • Added JSON Schema schema.json to have a better IDE intellisense in turbo.json. You can add this line to turbo.json to get it working:

       {
         "$schema": "https://turborepo.org/schema.json",	    
       }

    This will give you descriptions over each key in VSCode and other IDEs...

    CleanShot 2022-02-17 at 11 26 00@2x

Bug fixes

  • Logging is now thread-safe (no more awkward line collisions)
  • Exit codes are now properly propagated
  • Fixed crash and added error message if packageManager field in package.json is invalid
  • Stopped targeting all packages with --since if no there are no git/scm changes
  • Fixed --scope exclusion. As a reminder, a ! is the proper way to ignore something from execution scope (e.g. --scope="!something-*"). Recall that --ignoreis only used for--since`.
  • Fixed passthrough CLI args so that they are now only applied to primary tasks

Commits

New Contributors

Full Changelog: v1.1.2...v1.1.3