hanami-router/spec
Tim Riley d4f7a677a3
Update API docs for 2.0 (#236)
Updated API docs for 2.0; now nothing public is left undocumented.

Key changes:

- Rename `InvalidRouteException` to `MissingRouteError`
- Rename `InvalidRouteExpansionException` to `InvalidRouteExpansionError`
- Rename `hanami/router/error.rb` to `errors.rb` for consistency with our other codebases
- Make `UrlHelpers` private. This is an internal class and its behaviour is exposed by already-public methods on router. I think this one must have been mislabeled as public in the first place.
- Keep `Inspector` as public, and document `Route` as public to go along with it.
2022-11-08 19:49:00 +11:00
..
integration/hanami Ensure root path to work with prefix (#235) 2022-11-07 10:23:00 +01:00
support Support configurable body parsers (#230) 2022-10-14 15:31:40 +02:00
unit/hanami Update API docs for 2.0 (#236) 2022-11-08 19:49:00 +11:00
spec_helper.rb Merge branch 'develop' into unstable 2018-07-11 09:37:58 +02:00