trpc_client_generator 0.2.1
trpc_client_generator: ^0.2.1 copied to clipboard
A TRPC router mapper for Dart.
0.1.0 #
- Initial version.
0.1.1 #
- Added support for directly passing the routes file path to the generator, instead of using a json file.
0.1.2 #
- Using trpc-extractor@1.2.0 to generate the routes. (Adds compatibility with tRPC v11)
0.1.3 #
- Using trpc-extractor@1.2.1. (1.2.0 was not working)
0.1.4 #
- Fixed the router data validation.
0.1.5 #
- Fixed the router data validation.
0.1.6 #
- Updated quicktype to the latest version.
0.1.7 #
- Updated quicktype to the latest version. (Fixes conflicting enums)
0.1.8 #
0.1.9 #
- Fixed quicktype version.
0.1.10 #
- Faster model build (using pool).
- Fixed quicktype version.
- Fixed null safety.
0.2.0 #
- Removed Pooling for generator (was skipping some routes, it's not safe).
- Using --bun to speed up quicktype.
- BREAKING: Bumped quicktype (fixes parent name not being on children objects).
0.2.1 #
- Bumped analyzer