trpc_client_generator 0.1.6 trpc_client_generator: ^0.1.6 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.