builder 0.2.0 builder: ^0.2.0 copied to clipboard
Build tool library for Dart, to easily create flexible `build.dart` files compatible with the Dart Editor, and `pub` transformers for standard Dart tools.
Change History for builder.dart #
0.2.0 #
::Overview::
Bug fix around the transformer. Updated the library to work with the newer Dart APIs. Moved from using dartdoc to docgen.
::Details::
- Old DartDoc class is deprecated. Use DocGen instead.
- Added the DocGen tool.
- Removed dartdoc from the transformers. Bug repored by maiermic.
0.1.0 #
::Overview::
Initial release