shelf_router_generator 1.0.6 shelf_router_generator: ^1.0.6 copied to clipboard
A package:build-compatible builder for generating request routers for the shelf web-framework based on source annotations.
1.0.6 #
- Added package topics to the pubspec file.
1.0.5 #
- Require
analyzer: '>=4.6.0 <6.0.0'
- Require
sdk: '>=2.17.0 <3.0.0'
- Require
code_builder: ^4.2.0
1.0.4 #
- Support update-to-date dependencies.
1.0.3 #
- Update the pubspec
repository
field.
1.0.2 #
- Support update-to-date dependencies.
1.0.1 #
- Support update-to-date dependencies.
1.0.0 #
- Support update-to-date dependencies.
- Migrate implementation to null safety.
- Generate null-safe code.
0.7.2+4 #
- Relax dependency constraint on
analyzer
.
0.7.2+3 #
- Relax dependency constraint on
analyzer
.
0.7.2+2 #
- Relax dependency constraint on
analyzer
.
0.7.2+1 #
- Relax dependency constraint on
analyzer
.
0.7.2 #
- Use
literalString('...', raw: true)
frompackage:code_builder
to ensure that generated strings are properly escaped (fixing #10).
0.7.1 #
- Bumped dependencies.
0.7.0+1 #
- Updated
README.md
with references to packagebuild_runner
.
0.7.0 #
- Initial release