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 709ad40 commit bdc45ccCopy full SHA for bdc45cc
packages/dart_frog/CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.3.2
2
+
3
+- feat: cache `Request` and `Response` body
4
5
# 0.3.1
6
7
- feat: add `formData` to `Request`/`Response`
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.3.1
+version: 0.3.2
homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
0 commit comments