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 9f1732b commit df60ae9Copy full SHA for df60ae9
packages/dart_frog_gen/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.2.0
2
+
3
+- **BREAKING** feat: support for 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.0
8
9
- chore: stable 0.1.0 release
packages/dart_frog_gen/pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_frog_gen
description: Code generation tooling for Dart Frog. Built by Very Good Ventures.
-version: 0.1.0
+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