File tree 3 files changed +7
-2
lines changed
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 1.2.0
2
+
3
+ - chore(deps): bump very_good_analysis from 5.1.0 to 6.0.0 in /packages/dart_frog ([ #1432 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/1432 ) )
4
+ - chore(deps): bump mime from 1.0.6 to 2.0.0 in /packages/dart_frog ([ #1528 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/1528 ) )
5
+
1
6
# 1.1.0
2
7
3
8
- feat: support reuse of nested router ([ #393 ] ( https://github.com/VeryGoodOpenSource/dart_frog/pull/393 ) )
Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ class Response {
95
95
encoding: encoding,
96
96
);
97
97
98
- /// A [ shelf.Response.context] key used to determine if if the
98
+ /// A ` shelf.Response.context` key used to determine if if the
99
99
/// [HttpResponse.bufferOutput] should be enabled or disabled.
100
100
///
101
101
/// See also:
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 : 1.1 .0
3
+ version : 1.2 .0
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
You can’t perform that action at this time.
0 commit comments