redstone_mapper 0.1.3 redstone_mapper: ^0.1.3 copied to clipboard
A mapper plugin for Redstone.dart
v0.1.3 #
- Fix: Properly handle setter methods.
v0.1.2 #
- The
@Encode
annotation can now be used with groups. If a group is annotated with@Encode
, then redstone_mapper will encode the response of all routes within the group.
v0.1.1 #
- Fix: transformer is generating broken code for validators.
v0.1.0 #
- First release.