We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6e1459 commit 9e6d75fCopy full SHA for 9e6d75f
packages/dart_frog/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.0.1-dev.12
2
+
3
+- feat: expose `HttpConnectionInfo` on `Request`
4
+- chore: upgrade to very_good_analysis v3.0.1
5
6
# 0.0.1-dev.11
7
8
- fix: Request/Response `headers` is of type `Map<String, String>`
packages/dart_frog/pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_frog
description: A fast, minimalistic backend framework for Dart built by Very Good Ventures.
-version: 0.0.1-dev.11
+version: 0.0.1-dev.12
homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
0 commit comments