Releases: johnTurknett/dry_generators_rails
Releases · johnTurknett/dry_generators_rails
Validation Params
You can now supply an array of params to the dry:validation generator.
See rails g dry:validation --help for full details.
Monad
Now has the ability to generate dry-monads.
Struct
Now has the ability to generate dry-struct classes.
Validation
The validation generator now includes the generation of specs/tests.