|
| 1 | +## 1.4.0 |
| 2 | + |
| 3 | +- Require Dart 3.2 |
| 4 | +- Seal the `Dependency` class. |
| 5 | +- Set `Pubspec.environment` to non-nullable. |
| 6 | +- Remove deprecated package_api_docs rule |
| 7 | +- Move to `dart-lang/tools` monorepo. |
| 8 | + |
| 9 | +## 1.3.0 |
| 10 | + |
| 11 | +- Require Dart 3.0 |
| 12 | +- Added support for `ignored_advisories` field. |
| 13 | +- Added structural equality for `Dependency` subclasses and `HostedDetails`. |
| 14 | + |
| 15 | +## 1.2.3 |
| 16 | + |
| 17 | +- Added topics to `pubspec.yaml`. |
| 18 | + |
| 19 | +## 1.2.2 |
| 20 | + |
| 21 | +- Require Dart SDK >= 2.18.0 |
| 22 | +- Required `json_annotation: ^4.8.0` |
| 23 | +- Added support for `topics` field. |
| 24 | + |
| 25 | +## 1.2.1 |
| 26 | + |
| 27 | +- Added support for `funding` field. |
| 28 | + |
| 29 | +## 1.2.0 |
| 30 | + |
| 31 | +- Added support for `screenshots` field. |
| 32 | +- Update `HostedDetails` to reflect how `hosted` dependencies are parsed in |
| 33 | + Dart 2.15: |
| 34 | + - Add `HostedDetails.declaredName` as the (optional) `name` property in a |
| 35 | + `hosted` block. |
| 36 | + - `HostedDetails.name` now falls back to the name of the dependency if no |
| 37 | + name is declared in the block. |
| 38 | +- Require Dart SDK >= 2.14.0 |
| 39 | + |
| 40 | +## 1.1.0 |
| 41 | + |
| 42 | +- Export `HostedDetails` publicly. |
| 43 | + |
| 44 | +## 1.0.0 |
| 45 | + |
| 46 | +- Migrate to null-safety. |
| 47 | +- Pubspec: `author` and `authors` are both now deprecated. |
| 48 | + See https://dart.dev/tools/pub/pubspec#authorauthors |
| 49 | + |
| 50 | +## 0.1.8 |
| 51 | + |
| 52 | +- Allow the latest `package:pub_semver`. |
| 53 | + |
| 54 | +## 0.1.7 |
| 55 | + |
| 56 | +- Allow `package:yaml` `v3.x`. |
| 57 | + |
| 58 | +## 0.1.6 |
| 59 | + |
| 60 | +- Update SDK requirement to `>=2.7.0 <3.0.0`. |
| 61 | +- Allow `package:json_annotation` `v4.x`. |
| 62 | + |
| 63 | +## 0.1.5 |
| 64 | + |
| 65 | +- Update SDK requirement to `>=2.2.0 <3.0.0`. |
| 66 | +- Support the latest `package:json_annotation`. |
| 67 | + |
| 68 | +## 0.1.4 |
| 69 | + |
| 70 | +- Added `lenient` named argument to `Pubspec.fromJson` to ignore format and type errors. |
| 71 | + |
| 72 | +## 0.1.3 |
| 73 | + |
| 74 | +- Added support for `flutter`, `issue_tracker`, `publish_to`, and `repository` |
| 75 | + fields. |
| 76 | + |
| 77 | +## 0.1.2+3 |
| 78 | + |
| 79 | +- Support the latest version of `package:json_annotation`. |
| 80 | + |
| 81 | +## 0.1.2+2 |
| 82 | + |
| 83 | +- Support `package:json_annotation` v1. |
| 84 | + |
| 85 | +## 0.1.2+1 |
| 86 | + |
| 87 | +- Support the Dart 2 stable release. |
| 88 | + |
| 89 | +## 0.1.2 |
| 90 | + |
| 91 | +- Allow superfluous `version` keys with `git` and `path` dependencies. |
| 92 | +- Improve errors when unsupported keys are provided in dependencies. |
| 93 | +- Provide better errors with invalid `sdk` dependency values. |
| 94 | +- Support "scp-like syntax" for Git SSH URIs in the form |
| 95 | + `[user@]host.xz:path/to/repo.git/`. |
| 96 | + |
| 97 | +## 0.1.1 |
| 98 | + |
| 99 | +- Fixed name collision with error type in latest `package:json_annotation`. |
| 100 | +- Improved parsing of hosted dependencies and environment constraints. |
| 101 | + |
| 102 | +## 0.1.0 |
| 103 | + |
| 104 | +- Initial release. |
0 commit comments