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 fa81ef0 commit 6c068b8Copy full SHA for 6c068b8
packages/dart_frog/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.2.0
2
+
3
+- **BREAKING** feat: support mounting dynamic routes
4
+- **BREAKING** deps: upgrade to `Dart ">=2.18.0 <3.0.0"`
5
+- deps: upgrade to `very_good_analysis ^3.1.0`
6
7
# 0.1.2
8
9
- feat: add x-powered-by-header to `serve`
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.1.2
+version: 0.2.0
homepage: https://dartfrog.vgv.dev
repository: https://github.com/VeryGoodOpenSource/dart_frog
issue_tracker: https://github.com/VeryGoodOpenSource/dart_frog/issues
0 commit comments