zenrouter_file_annotation 0.4.7
zenrouter_file_annotation: ^0.4.7 copied to clipboard
Shared annotation and structure for zenrouter file-based routing.
0.4.7 #
- Docs: Update README
0.4.6 #
- Docs: Update README and add screenshots
0.4.5 #
- Support new
RouteQueryParametersand new dot notation flavor in naming convention.
0.4.0 #
- Update README.md
0.3.1 #
- Add support for lazy loading routes using the
deferredImportoption in the@ZenCoordinatorannotation.
0.3.0 #
- Add support for catch-all parameters ([...slugs], [...ids], etc) in routes, including
List<String>type handling and updated route specificity sorting.
0.2.1 #
- Initial extraction of annotations and structure from
zenrouter_file_generator.