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

Releases: vercel/turborepo

Turbopack Nightly Release turbopack-230223.1

23 Feb 08:22
e575eb9
Compare
Choose a tag to compare

Turbopack Nightly Release turbopack-230222.2

22 Feb 17:09
9942db8
Compare
Choose a tag to compare

Turbopack Nightly Release turbopack-230222.1

22 Feb 08:22
c1ac2ee
Compare
Choose a tag to compare

Turborepo v1.8.2-canary.0

22 Feb 00:35
Compare
Choose a tag to compare
Pre-release

What's Changed

Changelog

New Contributors

Full Changelog: v1.8.1...v1.8.2-canary.0

Turbopack Nightly Release turbopack-230221.2

21 Feb 18:49
24801f4
Compare
Choose a tag to compare
add possible unknown mutation to objects and arrays (#3882)

Before the static evaluation didn't consider the fact that objects and arrays can be mutated. So we can't just assume for sure that they have certain properties/items. Instead we add an unknown mutation alternative to handle that.

This avoids `if(obj.prop)` to be replaced with `if(true)` when prop is initialized with true. It might be modified in future.

Turbopack Nightly Release turbopack-230221.1

21 Feb 08:22
450759d
Compare
Choose a tag to compare
Add missing comma to dependsOn code example (#3884)

Turbopack Nightly Release turbopack-230220.1

20 Feb 08:22
2b56684
Compare
Choose a tag to compare
release(turborepo): 1.8.1 (#3869)

Co-authored-by: Turbobot <turbobot@vercel.com>

Turbopack Nightly Release turbopack-230219.1

19 Feb 08:22
2b56684
Compare
Choose a tag to compare
release(turborepo): 1.8.1 (#3869)

Co-authored-by: Turbobot <turbobot@vercel.com>

Turbopack Nightly Release turbopack-230218.1

18 Feb 08:22
2b56684
Compare
Choose a tag to compare
release(turborepo): 1.8.1 (#3869)

Co-authored-by: Turbobot <turbobot@vercel.com>

Turborepo v1.8.1

17 Feb 23:10
Compare
Choose a tag to compare

What's Changed

Changelog

  • release(turborepo): 1.8.0 by @github-actions in #3863
  • Bump versions for eslint plugin packages by @gsoltis in #3868
  • Documentation for Workspace Configs by @mehulkar in #3788
  • Fix issue with merging dependsOn from Workspace Configs by @mehulkar in #3866

Full Changelog: v1.8.0...v1.8.1