Skip to content

Commit 24b10df

Browse files
authored
Prepare to publish (#524)
- Fix changelog version and remove wording about the allow list which does not apply anymore. - Drop overrides on `test` and `http_parser`. Add dev dependency and override on `shelf` which is the sole cause of an impossible solve. This will be resolved once shelf is published and `test` allows it.
1 parent 20188c0 commit 24b10df

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

CHANGELOG.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
1-
## 0.13.0-nullsafety-dev
2-
3-
Pre-release for the null safety migration of this package.
4-
5-
Note that 0.12.3 may not be the final stable null safety release version, we
6-
reserve the right to release it as a 0.13.0 breaking change.
7-
8-
This release will be pinned to only allow pre-release sdk versions starting from
9-
2.10.0-2.0.dev, which is the first version where this package will appear in the
10-
null safety allow list.
1+
## 0.13.0-nullsafety.0
112

3+
* Migrate to null safety.
124
* Add `const` constructor to `ByteStream`.
135
* Migrate `BrowserClient` from `blob` to `arraybuffer`.
14-
* **BREAKING** All APIs which previously allowed a `String` or `Uri` to be
6+
* **Breaking** All APIs which previously allowed a `String` or `Uri` to be
157
passed now require a `Uri`.
168
* **Breaking** Added a `body` and `encoding` argument to `Client.delete`. This
179
is only breaking for implementations which override that method.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ dependencies:
1313
pedantic: ^1.10.0-nullsafety
1414

1515
dev_dependencies:
16+
shelf: any
1617
test: ^1.16.0-nullsafety.4
1718

1819
dependency_overrides:
19-
http_parser: ^4.0.0-nullsafety
20-
# Because pkg:test does not support pkg:http ^0.13.0
21-
test: ^1.16.0-nullsafety.5
20+
shelf:
21+
git: git://github.com/dart-lang/shelf.git

0 commit comments

Comments
 (0)