Releases: dart-lang/native
Releases · dart-lang/native
package:native_toolchain_c v0.17.1
- Bump
package:hooks
andpackage:code_assets
to 0.20.0.
package:hooks_runner v0.22.0
- 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
MetadataAsset
s - 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
- Breaking change Rename
EncodedAsset.jsonPath
to
EncodedAsset.encodingJsonPath
. This field only governs theEncodedAsset.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
- Bump
package:hooks
to 0.20.0.
package:code_assets v0.19.5
- Bump
package:hooks
to 0.20.0.
package:native_toolchain_c v0.17.0
- Fix treeshaking on mac.
objective_c-v8.1.0
- Bump minimum Dart version to 3.8.0.
- Support the KVO pattern by adding
Observer
,Observation
, andNSObject.addObserver
.
ffigen-v19.1.0
- 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
- Support building assets for packages which are not the input package.
package:native_toolchain_c v0.16.7
- Support Module Definitions for linking on Windows.