team-formalist / formalist-rb

Flexible form builder
MIT License
22 stars 4 forks source link

Remove dry-types dependency #87

Closed timriley closed 5 years ago

timriley commented 5 years ago

This PR removes the dry-types dependency from the core gem.

We'll be moving to a more dynamic form definition arrangement in future, where the gem lets you compose any kind of form with any kind of elements/attributes, and it'll be up to the renderers to make sure they're compatible.

Removing dry-types at this point also helps with people updating their apps between major dry-types versions.