File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.3.5
2
+
3
+ - feat: add SecurityContext named argument to serve method
4
+ - feat: add Response.stream
5
+
1
6
# 0.3.4
2
7
3
8
- feat: add support for ` multipart/form-data ` ([ #551 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/551 ) )
Original file line number Diff line number Diff line change 1
1
name : dart_frog
2
2
description : A fast, minimalistic backend framework for Dart built by Very Good Ventures.
3
- version : 0.3.4
3
+ version : 0.3.5
4
4
homepage : https://dartfrog.vgv.dev
5
5
repository : https://github.com/VeryGoodOpenSource/dart_frog
6
6
issue_tracker : https://github.com/VeryGoodOpenSource/dart_frog/issues
@@ -24,3 +24,6 @@ dev_dependencies:
24
24
path : ^1.8.2
25
25
test : ^1.19.2
26
26
very_good_analysis : ^4.0.0
27
+
28
+ false_secrets :
29
+ - test/src/serve_test.dart
You can’t perform that action at this time.
0 commit comments