File tree 5 files changed +12
-2
lines changed
5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,6 @@ coverage/
12
12
* .dylib
13
13
* .exe
14
14
* .so
15
+
16
+ # Dartdoc dir
17
+ doc /
Original file line number Diff line number Diff line change
1
+ ## 0.4.2
2
+
3
+ - Fix dartdoc generation. Hide the implementation details.
4
+
1
5
## 0.4.1
2
6
3
7
- ** Breaking change** Removed all code not used in ` build.dart ` scripts out of
Original file line number Diff line number Diff line change
1
+ dartdoc :
2
+ nodoc :
3
+ - ' lib/native_assets_cli_internal.dart'
Original file line number Diff line number Diff line change 5
5
/// This library should not be used by `build.dart` scripts.
6
6
///
7
7
/// Only `package:native_assets_builder` should use this.
8
- library native_assets_cli ;
8
+ library native_assets_cli_internal ;
9
9
10
10
export 'src/model/asset.dart' ;
11
11
export 'src/model/build_config.dart' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: >-
4
4
native assets CLI.
5
5
6
6
# Note: Bump BuildConfig.version and BuildOutput.version on breaking changes!
7
- version : 0.4.1
7
+ version : 0.4.2
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
9
9
10
10
topics :
You can’t perform that action at this time.
0 commit comments