Skip to content

Releases: dart-lang/native

package:native_toolchain_c v0.17.1

04 Aug 11:29
dfd5857
Compare
Choose a tag to compare
  • Bump package:hooks and package:code_assetsto 0.20.0.

package:hooks_runner v0.22.0

04 Aug 11:09
09e4bdb
Compare
Choose a tag to compare
  • Bump package:hooks to 0.20.0.
  • Enable passing metadata from link hooks of a package to the link hooks in
    depending packages, by fixing the link hook execution order. This brings an
    order in which the link hooks are run - reverse to the build hook run order.
    Starting at the application link hook, then it's dependencies, and so on. This
    enables us to pass information from on link hook to another as
    MetadataAssets - but also means that now link hooks must be invoked,
    regardless of whether assets are sent to the from a build hook.

package:hooks v0.20.0

04 Aug 11:08
09e4bdb
Compare
Choose a tag to compare
  • Breaking change Rename EncodedAsset.jsonPath to
    EncodedAsset.encodingJsonPath. This field only governs the EncodedAsset.encoding field, not the whole object.
  • Enable passing metadata from link hooks of a package to the link hooks in
    dependencies, by fixing the link hook execution order.

package:data_assets v0.19.2

04 Aug 11:10
09e4bdb
Compare
Choose a tag to compare
  • Bump package:hooks to 0.20.0.

package:code_assets v0.19.5

04 Aug 11:27
dfd5857
Compare
Choose a tag to compare
  • Bump package:hooks to 0.20.0.

package:native_toolchain_c v0.17.0

16 Jul 15:29
ccbd88a
Compare
Choose a tag to compare
  • Fix treeshaking on mac.

objective_c-v8.1.0

15 Jul 23:25
c27b84e
Compare
Choose a tag to compare
  • Bump minimum Dart version to 3.8.0.
  • Support the KVO pattern by adding Observer, Observation, and NSObject.addObserver.

ffigen-v19.1.0

15 Jul 23:26
c27b84e
Compare
Choose a tag to compare
  • Bump minimum Dart version to 3.8.0.
  • Format using dart format so that the formatter uses the target package's Dart version and formatting options.
  • Add _ to the list of Dart keywords, since it has special meaning in newer Dart versions.
  • Update to the latest lints.

package:native_toolchain_c v0.16.8

10 Jul 07:11
2dca9b0
Compare
Choose a tag to compare
  • Support building assets for packages which are not the input package.

package:native_toolchain_c v0.16.7

07 Jul 10:20
3ab1e77
Compare
Choose a tag to compare
Pre-release
  • Support Module Definitions for linking on Windows.