| OLD | NEW |
| 1 # Changelog | 1 ## 0.1.2+1 |
| 2 | 2 |
| 3 - Remove unneeded change to Dart SDK constraint. |
| 4 |
| 3 ## 0.1.2 | 5 ## 0.1.2 |
| 4 | 6 |
| 5 - Fix a bug in `getSdkDir` (#21) | 7 - Fix a bug in `getSdkDir` (#21) |
| 6 | 8 |
| 7 ## 0.1.1 | 9 ## 0.1.1 |
| 8 | 10 |
| 9 - Updated to the output for indeterminate progress | 11 - Updated to the output for indeterminate progress |
| 10 - Exposed a `Logger.isVerbose` getter | 12 - Exposed a `Logger.isVerbose` getter |
| 11 | 13 |
| 12 ## 0.1.0 | 14 ## 0.1.0 |
| 13 | 15 |
| 14 - Use the new `Platform.resolvedExecutable` API to locate the SDK | 16 - Added a new `getSdkPath()` method to get the location of the SDK (this uses th
e new |
| 17 `Platform.resolvedExecutable` API to locate the SDK) |
| 18 - Deprecated `getSdkDir()` in favor of `getSdkPath()` |
| 15 - Add the `cli_logging.dart` library - utilities to display output and progress | 19 - Add the `cli_logging.dart` library - utilities to display output and progress |
| 16 | 20 |
| 17 ## 0.0.1+3 | 21 ## 0.0.1+3 |
| 18 | 22 |
| 19 - Find SDK properly when invoked from inside SDK tests. | 23 - Find SDK properly when invoked from inside SDK tests. |
| 20 | 24 |
| 21 ## 0.0.1+2 | 25 ## 0.0.1+2 |
| 22 | 26 |
| 23 - Support an executable in a symlinked directory. | 27 - Support an executable in a symlinked directory. |
| 24 | 28 |
| 25 ## 0.0.1+1 | 29 ## 0.0.1+1 |
| 26 | 30 |
| 27 - Fix for when the dart executable can't be found by `which`. | 31 - Fix for when the dart executable can't be found by `which`. |
| 28 | 32 |
| 29 ## 0.0.1 | 33 ## 0.0.1 |
| 30 | 34 |
| 31 - Initial version | 35 - Initial version |
| OLD | NEW |