shelf_router_generator 1.0.3 shelf_router_generator: ^1.0.3 copied to clipboard
A package:build compatible builder for generating request routers for the shelf web-framework based on source annotations.
v1.0.3 #
- Update the pubspec
repository
field.
v1.0.2 #
- Support update-to-date dependencies.
v1.0.1 #
- Support update-to-date dependencies.
v1.0.0 #
- Support update-to-date dependencies.
- Migrate implementation to null safety.
- Generate null-safe code.
v0.7.2+4 #
- Relax dependency constraint on
analyzer
.
v0.7.2+3 #
- Relax dependency constraint on
analyzer
.
v0.7.2+2 #
- Relax dependency constraint on
analyzer
.
v0.7.2+1 #
- Relax dependency constraint on
analyzer
.
v0.7.2 #
- Use
literalString('...', raw: true)
frompackage:code_builder
to ensure that generated strings are properly escaped (fixing #10).
v0.7.1 #
- Bumped dependencies.
v0.7.0+1 #
- Updated
README.md
with references to packagebuild_runner
.
v0.7.0 #
- Initial release