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+
16# 0.3.4
27
38- 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 11name : dart_frog
22description : A fast, minimalistic backend framework for Dart built by Very Good Ventures.
3- version : 0.3.4
3+ version : 0.3.5
44homepage : https://dartfrog.vgv.dev
55repository : https://github.com/VeryGoodOpenSource/dart_frog
66issue_tracker : https://github.com/VeryGoodOpenSource/dart_frog/issues
@@ -24,3 +24,6 @@ dev_dependencies:
2424 path : ^1.8.2
2525 test : ^1.19.2
2626 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