File tree Expand file tree Collapse file tree 5 files changed +12
-2
lines changed
Expand file tree Collapse file tree 5 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,6 @@ coverage/
1212* .dylib
1313* .exe
1414* .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+
15## 0.4.1
26
37- ** 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 55/// This library should not be used by `build.dart` scripts.
66///
77/// Only `package:native_assets_builder` should use this.
8- library native_assets_cli ;
8+ library native_assets_cli_internal ;
99
1010export 'src/model/asset.dart' ;
1111export 'src/model/build_config.dart' ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ description: >-
44 native assets CLI.
55
66# Note: Bump BuildConfig.version and BuildOutput.version on breaking changes!
7- version : 0.4.1
7+ version : 0.4.2
88repository : https://github.com/dart-lang/native/tree/main/pkgs/native_assets_cli
99
1010topics :
You can’t perform that action at this time.
0 commit comments