- Update ranges of dependencies so that in Dart 3 we can resolve to analyzer 6, while still working with Dart 2.19. #46
- Update webdev installation message to use
dart pub global activate
rather thanpub global activate
.
- Use Dart 2.19.6 in CI
- Updated to null safety. Dart SDK minimum of 2.12.
- Dependency upgrades #26
- #24 Use dart pub instead of just pub
- Dependency upgrades #20
- #19 Replace deprecated commands with new dart commands
- #17 Fix wildcard to include branch names with slashes
- Dependency upgrades
- Update the minimum Dart SDK version to 2.11.0
- Fix bug when using
--hostname
that would cause the build daemon to fail to start.
- Initial release!