- Updated dependencies.
- Added topics to
pubspec.yaml
.
- Updated dependencies.
- Removed explicit dependency on package
meta
.
- Updated examples and docs.
- Moved example folder to repository: merging_builder_example
- Updated dependencies.
- Updated dependencies.
- Removed
test
directory fromexample/researcher
. Reason:BuildStep
is now a sealed class and may not be extended or implemented.
Migrated CI to github.
Expanded Dart docs.
Migrated to null-safety.
Renamed classes LibDir
and PackageDir
to LibDir
and PackageDir
.
Added abstract class SyntheticBuilder
.
Package now uses quote_builder
as dev_dependency.
Applied pedantic lint suggestions. Removed builder getters: outputDirectory
and outputPath
.
Amended docs.
Amended docs.
Added classes SyntheticBuilder
and StandaloneBuilder
.
Extended example researcher_builder
. The builder addNamesBuilder
now handles BuilderOptions
specified in the build.yaml
file of the package consuming the config settings, researcher
.
Amended docs and hyperlinks. Changed MergingBuilder
log message type from log.info
to log.fine
.
Changed MergingBuilder
log message type from log.fine
to log.info
.
Updated to latest version of directed_graph
.
Changed format of README.md hyperlinks.
Amended typo in README.md.
Amended docs.
Amended docs, renamed builder method combinedStream
to combineStreams
.
Renamed generator method mergedContent
to generateMergedContent
.
Initial version of the library.