hanami / validations

Validation mixin for Ruby objects
http://hanamirb.org
MIT License
213 stars 49 forks source link

Prepare README and API docs for 2.0 #226

Closed timriley closed 1 year ago

timriley commented 1 year ago

Because this gem is currently only used as an internal support gem, with Hanami::Action.params being the primary public interface for action params validation, everything here is marked as @api private. This will allow us to adjust this gem (possibly stripping it back further) later during the 2.0 release cycle.

timriley commented 1 year ago

Prepare API docs for hanami-validations