dry-rb / dry-schema

Coercion and validation for data structures
https://dry-rb.org/gems/dry-schema
MIT License
425 stars 109 forks source link

Use explicit conversion of config to hash #371

Closed timriley closed 3 years ago

timriley commented 3 years ago

The support for implicit conversion has been removed (https://github.com/dry-rb/dry-configurable/pull/114) and will be included in the upcoming dry-configurable 0.13.0 release.

This change is also compatible with all existing releases of dry-configurable, since they all feature a Config#to_h method.

timriley commented 3 years ago

I'm going to merge to merge this in right away, since it is uncontroversial given the feedback in https://github.com/dry-rb/dry-configurable/pull/114, and then cut a 1.7.1 release from it. /cc @flash-gordon @solnic