Releases: dart-lang/native
Releases · dart-lang/native
package:native_toolchain_c v0.11.0
- Replace
linkInPackage
withRouting
. - Bump
package:native_assets_cli
to 0.14.0.
package:native_assets_cli v0.14.0
- Added support for sending assets between build hooks via the
ToBuild
Routing
. This replaces the deprecatedMetadata
. - Added support for user-defines.
package:native_assets_builder v0.14.0
- Bump
package:native_assets_cli
to 0.14.0. - Route assets from build hook to build hook with
ToBuild
Routing
. - Support user-defines.
package:native_toolchain_c v0.10.0
- Bump
package:native_assets_cli
to 0.13.0 and required fixes.
package:native_assets_cli v0.13.0
- Breaking change Removed
CodeAsset.type
, useEncodedAsset.isCodeAsset
instead. - Breaking change: Removed
CodeAsset.os
andCodeAsset.architecture
. Use
CodeConfig.targetOS
andCodeConfig.targetArchitecture
instead. HookInput.outputDirectory
is now based onHookInput.outputDirectoryShared
.
TheoutputDirectory
now creates its own subdirectory inside
outputDirectoryShared
.- Another overhaul of the JSON encoding. (Old encoding still read and emitted for
the time being).
package:native_assets_builder v0.13.0
- Bump
package:native_assets_cli
to 0.13.0 and required fixes. - Stop reading
HookInput
andHookOutput
version
.
package:native_toolchain_c v0.9.0
- Added support for forced includes to
CBuilder
. - Toolchain recognizing fixes.
- Bump
package:native_assets_cli
to 0.12.0.
package:native_assets_cli v0.12.0
- Added validation that all URLs in the
Input
andOutput
of hooks are
absolute. - Added
addDataAssetDirectories
extension method onBuildOutputBuilder
. - Replaced JSON serialization/deserialization logic with code generated from
the JSON schemas documenting the protocol.
package:native_assets_builder v0.12.0
- Organized the
ProtocolExtension
s in a class. - Bump
package:native_assets_cli
to 0.12.0.
objective_c-v7.0.0
[ffigen] Prepare to publish v18 (#2083)