d2p_gen 1.0.2 d2p_gen: ^1.0.2 copied to clipboard
This package .g.proto file, mappers and tests tor them.
Changelog #
All notable changes to this project will be documented in this file.
[0.0.1] - 2023-02-12 #
Initial version.
[1.0.0] - 2024-03-31 #
Bugs
- Fixed bugs related to mapper generation. Parameters of classes must now have strict types (not dynamic) and cannot be Dart base types or asynchronous types. Any violation of these rules will result in a build error.
Feature
- Added feature to generate and run tests for DTO mappers.