|
| 1 | +## 2.1.1 |
| 2 | + |
| 3 | +- Require Dart 3.4 |
| 4 | +- Move to `dart-lang/tools` monorepo. |
| 5 | + |
| 6 | +## 2.1.0 |
| 7 | + |
| 8 | +- Adds `minVersion` to `findPackageConfig` and `findPackageConfigVersion` |
| 9 | + which allows ignoring earlier versions (which currently only means |
| 10 | + ignoring version 1, aka. `.packages` files.) |
| 11 | + |
| 12 | +- Changes the version number of `SimplePackageConfig.empty` to the |
| 13 | + current maximum version. |
| 14 | + |
| 15 | +- Improve file read performance; improve lookup performance. |
| 16 | +- Emit an error when a package is inside the package root of another package. |
| 17 | +- Fix a link in the readme. |
| 18 | + |
| 19 | +## 2.0.2 |
| 20 | + |
| 21 | +- Update package description and README. |
| 22 | +- Change to package:lints for style checking. |
| 23 | +- Add an example. |
| 24 | + |
| 25 | +## 2.0.1 |
| 26 | + |
| 27 | +- Use unique library names to correct docs issue. |
| 28 | + |
| 29 | +## 2.0.0 |
| 30 | + |
| 31 | +- Migrate to null safety. |
| 32 | +- Remove legacy APIs. |
| 33 | +- Adds `relativeRoot` property to `Package` which controls whether to |
| 34 | + make the root URI relative when writing a configuration file. |
| 35 | + |
| 36 | +## 1.9.3 |
| 37 | + |
| 38 | +- Fix `Package` constructor not accepting relative `packageUriRoot`. |
| 39 | + |
| 40 | +## 1.9.2 |
| 41 | + |
| 42 | +- Updated to support new rules for picking `package_config.json` over |
| 43 | + a specified `.packages`. |
| 44 | +- Deduce package root from `.packages` derived package configuration, |
| 45 | + and default all such packages to language version 2.7. |
| 46 | + |
| 47 | +## 1.9.1 |
| 48 | + |
| 49 | +- Remove accidental transitive import of `dart:io` from entrypoints that are |
| 50 | + supposed to be cross-platform compatible. |
| 51 | + |
| 52 | +## 1.9.0 |
| 53 | + |
| 54 | +- Based on new JSON file format with more content. |
| 55 | +- This version includes all the new functionality intended for a 2.0.0 |
| 56 | + version, as well as the, now deprecated, version 1 functionality. |
| 57 | + When we release 2.0.0, the deprecated functionality will be removed. |
| 58 | + |
| 59 | +## 1.1.0 |
| 60 | + |
| 61 | +- Allow parsing files with default-package entries and metadata. |
| 62 | + A default-package entry has an empty key and a valid package name |
| 63 | + as value. |
| 64 | + Metadata is attached as fragments to base URIs. |
| 65 | + |
| 66 | +## 1.0.5 |
| 67 | + |
| 68 | +- Fix usage of SDK constants. |
| 69 | + |
| 70 | +## 1.0.4 |
| 71 | + |
| 72 | +- Set max SDK version to <3.0.0. |
| 73 | + |
| 74 | +## 1.0.3 |
| 75 | + |
| 76 | +- Removed unneeded dependency constraint on SDK. |
| 77 | + |
| 78 | +## 1.0.2 |
| 79 | + |
| 80 | +- Update SDK constraint to be 2.0.0 dev friendly. |
| 81 | + |
| 82 | +## 1.0.1 |
| 83 | + |
| 84 | +- Fix test to not write to sink after it's closed. |
| 85 | + |
| 86 | +## 1.0.0 |
| 87 | + |
| 88 | +- Public API marked stable. |
| 89 | + |
| 90 | +## 0.1.5 |
| 91 | + |
| 92 | +- `FilePackagesDirectoryPackages.getBase(..)` performance improvements. |
| 93 | + |
| 94 | +## 0.1.4 |
| 95 | + |
| 96 | +- Strong mode fixes. |
| 97 | + |
| 98 | +## 0.1.3 |
| 99 | + |
| 100 | +- Invalid test cleanup (to keep up with changes in `Uri`). |
| 101 | + |
| 102 | +## 0.1.1 |
| 103 | + |
| 104 | +- Syntax updates. |
| 105 | + |
| 106 | +## 0.1.0 |
| 107 | + |
| 108 | +- Initial implementation. |
0 commit comments