- Add
sdkPath
getter, deprecategetSdkPath
function.
- Move to
dart-lang/tools
monorepo.
- Fix a broken link in the readme.
- Require Dart 3.0.
- Remove the deprecated method
getSdkDir()
(instead, usegetSdkPath()
). - Require Dart 2.19.
- Make
applicationConfigHome
throw anException
when it fails to find a configuration folder.
- Introduce
applicationConfigHome
for making it easy to consistently find the user-specific application configuration folder.
- Reverted
meta
constraint to^1.3.0
.
- Update
meta
constraint to>=1.3.0 <3.0.0
.
- Fix a bug in
AnsiProgress
where the spinning character doesn't every update.
- Stable null safety release.
- Updated to support 2.12.0 and null safety.
- Add
Logger.write
andLogger.writeCharCode
methods which write without printing a trailing newline.
- Add
Ansi.reversed
getter.
- Update Dart SDK constraint to < 3.0.0.
- Update Dart SDK to 2.0.0-dev.
- In verbose mode, instead of printing the diff from the last log message, print the total time since the tool started
- Change to not buffer the last log message sent in verbose logging mode
- Expose more classes from the logging library
- Remove unneeded change to Dart SDK constraint.
- Fix a bug in
getSdkDir
(#21)
- Updated to the output for indeterminate progress
- Exposed a
Logger.isVerbose
getter
- Added a new
getSdkPath()
method to get the location of the SDK (this uses the newPlatform.resolvedExecutable
API to locate the SDK) - Deprecated
getSdkDir()
in favor ofgetSdkPath()
- Add the
cli_logging.dart
library - utilities to display output and progress
- Find SDK properly when invoked from inside SDK tests.
- Support an executable in a symlinked directory.
- Fix for when the dart executable can't be found by
which
.
- Initial version