Skip to content

Tags: dirtyarteaga/build

Tags

build_test-v0.10.11

Toggle build_test-v0.10.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add synthetic $package$ file, and update docs (dart-lang#2574)

Fixes dart-lang#1132

The docs have been updated to clarify when to use `$package$` versus `lib/$lib$`, as well as adding a deprecation message to the other placeholder files.

Also updates `build_test`. See CHANGELOG.md notes about the potentially breaking change there, which we are choosing to release as a non-breaking change.

build_runner_core-v4.3.0

Toggle build_runner_core-v4.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add synthetic $package$ file, and update docs (dart-lang#2574)

Fixes dart-lang#1132

The docs have been updated to clarify when to use `$package$` versus `lib/$lib$`, as well as adding a deprecation message to the other placeholder files.

Also updates `build_test`. See CHANGELOG.md notes about the potentially breaking change there, which we are choosing to release as a non-breaking change.

build_web_compilers-v1.2.3

Toggle build_web_compilers-v1.2.3's commit message
Add a warning about DDC deprecation

Closes dart-lang#2564

Add a package version that is only picked up by recent SDK releases that
warns that DDC is no longer supported and directs the user to upgrade to
newer releases of the `build_web_compilers` package.

Fail the build during Builder instantiation to avoid doing work that
will be thrown away and spamming the output with errors for every
module.

build_runner_core-v4.2.1

Toggle build_runner_core-v4.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix a bug when changing the root package name (dart-lang#2570)

build_test-v0.10.10

Toggle build_test-v0.10.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
prep build_test 0.10.10 for release (dart-lang#2555)

build-v1.2.2

Toggle build-v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pubspecs/changelogs and prep for release (dart-lang#2548)

* update build package pubspec and prep for release

* update build_resolvers pubspec/changelog and prep for release

* update build_runner_core pubspec/changelog and prep for release

build_runner_core-v4.2.0

Toggle build_runner_core-v4.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pubspecs/changelogs and prep for release (dart-lang#2548)

* update build package pubspec and prep for release

* update build_resolvers pubspec/changelog and prep for release

* update build_runner_core pubspec/changelog and prep for release

build_resolvers-v1.3.0

Toggle build_resolvers-v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update pubspecs/changelogs and prep for release (dart-lang#2548)

* update build package pubspec and prep for release

* update build_resolvers pubspec/changelog and prep for release

* update build_runner_core pubspec/changelog and prep for release

build_modules-v2.7.0

Toggle build_modules-v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add BUILD_DART2JS_VM_ARGS environment variable support (dart-lang#2544)

build_web_compilers-v2.7.1

Toggle build_web_compilers-v2.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare to publish compilers packages (dart-lang#2522)

Towards dart-lang#2513

Remove dependency overrides for analyzer and for published packages.