good_intentions 0.5.0
good_intentions: ^0.5.0 copied to clipboard
Validate and visualize architectural intentions in your codebase.
0.2.0 #
- BREAKING: Replaced
build_runnerwith standalonepackage:analyzer. No longer requiresbuild_runner,source_gen, orbuild.yaml. ClassCollector.collect()now takes aString packageRootinstead of aBuildStep.- Removed
IntentionsBuilderandintentionsBuilder()factory. - Designed for use with Dart build hooks (
hook/build.dart).
0.1.0 #
- Initial release.