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 1ed6249 commit b2755a7Copy full SHA for b2755a7
packages/dart_frog_gen/CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.3.0
2
+
3
+- **BREAKING** fix: support for cascading middleware
4
+ - `RouteDirectory` signature for `middleware` changed from `MiddlewareFile?` -> `List<MiddlewareFile>`
5
+- perf: exclude route directories with no routes
6
7
# 0.2.0
8
9
- **BREAKING** feat: support for mounting dynamic routes
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.2.0
+version: 0.3.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