borg 1.4.4 copy "borg: ^1.4.4" to clipboard
borg: ^1.4.4 copied to clipboard

outdated

Dart borg is a command-line tool to support development teams working on large scale Dart and Flutter mono repositories.

[1.4.4] - 2020-07-05 #

  • Production-grade incremental bootstrapping
  • Bootstrapping dependency analysis takes dependency overrides into account
  • Unit test coverage improvements

[1.4.3] - 2020-06-28 #

  • Improved performance of incremental bootstrapping for massive changes of packages configuration

[1.4.2] - 2020-06-08 #

Maturing of incremental bootstrapping implementation:

  • Correct handling of rolled back changes of pubspec files
  • Incremental bootstrapping is ignored when Dart version is changed between runs of borg boot
  • Incremental bootstrapping is ignored when Flutter SDK version is changed between runs of borg boot
  • Incremental bootstrapping is ignored when command line specifies packages to bootstrap
  • Incremental bootstrapping ignores previous bootstrapping of specific (not all) packages
  • Boot mode switch is persistent

[1.4.1] - 2020-06-04 #

  • Incremental bootstrapping takes dependencies between packages in the mono repository into account

[1.4.0] - 2020-06-04 #

  • Experimental support for incremental bootstrapping

[1.3.2] - 2020-06-01 #

  • Optimization: probe scans repository for packages only once
  • Optimization: more efficient scan of Flutter repositories by built-in filtering of generated Flutter plug-in packages in .symlinks directories
  • Optimization: Automatic detection of Dart packages in Flutter repositories and using faster pub get to bootstrap them i.s.o. flutter packages get

[1.3.1] - 2020-05-23 #

  • Bugfix: Incorrect bootstrapping of Flutter packages

[1.3.0] - 2020-05-23 #

  • borg boot -- Command to execute pub get for multiple packages across repository

[1.2.0+1] - 2020-05-20 #

  • README.md formatting fix

[1.2.0] - 2020-05-20 #

  • Configuration file support: borg.yaml

[1.1.0] - 2020-04-19 #

  • borg evolve -- command for consistent upgrade of all external dependencies across repository

[1.0.0] - 2020-04-02 #

  • Consistency check on package specifications in pubspec.yaml files

[0.1.2+1] - 2020-03-27 #

  • Dependency on args is relaxed to make compatible with stable Flutter release

[0.1.2] - 2020-03-27 #

  • Bugfix: Incorrect report generation

[0.1.1] - 2020-03-27 #

  • Bugfix: Dependency types are ignored during consistency analysis

[0.1.0] - 2020-03-27 #

  • Consistency check on use of Dart dependencies
15
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Dart borg is a command-line tool to support development teams working on large scale Dart and Flutter mono repositories.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, collection, functional_data, glob, json2yaml, meta, path, plain_optional, pubspec_lock, pubspec_yaml, yaml

More

Packages that depend on borg