zenrouter_file_annotation 0.4.0
zenrouter_file_annotation: ^0.4.0 copied to clipboard
Shared annotation and structure for zenrouter file-based routing.
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.