Skip to content

Releases: dart-lang/native

package:native_assets_cli v0.18.0

29 Apr 09:55
6e675b3
Compare
Choose a tag to compare
Pre-release
  • Breaking change Reorganized the libraries structure. Classes are no longer
    exported multiple times.
  • Breaking change multiple classes renamed.

package:native_assets_builder v0.18.0

29 Apr 09:55
6e675b3
Compare
Choose a tag to compare
Pre-release
  • Bump package:native_assets_cli to 0.18.0.

package:native_toolchain_c v0.14.0

23 Apr 17:02
5b1d144
Compare
Choose a tag to compare
Pre-release
  • Bump package:native_assets_cli to 0.17.0.

package:native_assets_cli v0.17.0

23 Apr 16:02
173b932
Compare
Choose a tag to compare
Pre-release
  • Breaking change Removed support for old JSONs. Newer SDKs will not work
    with older hooks, and the lower bound of this package is bumped.
    #2199

package:native_assets_builder v0.17.0

23 Apr 17:16
5747dbe
Compare
Choose a tag to compare
Pre-release
  • Bump package:native_assets_cli to 0.17.0.

package:native_toolchain_c v0.13.0

16 Apr 17:06
dfb9ffb
Compare
Choose a tag to compare
Pre-release
  • Bump package:native_assets_cli to 0.16.0.

package:native_assets_cli v0.16.0

16 Apr 16:01
b176c6d
Compare
Choose a tag to compare
Pre-release
  • Support relative paths in user-defines to be loaded as absolute paths.

package:native_assets_builder v0.16.0

16 Apr 17:23
735250a
Compare
Choose a tag to compare
Pre-release
  • Pass in path to pubspec (to read user-defines) in this package rather than in
    the SDKs using this package.
  • Bump package:native_assets_cli to 0.16.0.

package:native_toolchain_c v0.12.0

15 Apr 14:30
b046089
Compare
Choose a tag to compare
Pre-release
  • Bump package:native_assets_cli to 0.15.0.

package:native_assets_cli v0.15.0

15 Apr 14:13
6c23c1a
Compare
Choose a tag to compare
Pre-release
  • Breaking change JSON encoding migration: change written asset type to the
    namespaced one. Still keep reading the old one. (Old build hooks will keep
    working with new SDKs.)
  • Bump SDK lower bound to version that understands namespaced asset types.
    (Version 3.8.0-260.0.dev)
  • Note: due to a Dart SDK dev release lowerbound, this is now a pre-release.