++++++++++++++++++
Features:
- Add support for path level parameters (:issue:`453`).
Thanks :user:`karec` for the PR.
- *Backwards-incompatible*: A ``apispec.exceptions.DuplicateParameterError`` is
raised when two parameters with same name and location are passed to a path
or an operation (:pr:`455`).
- *Backwards-incompatible*: A ``apispec.exceptions.InvalidParameterError`` is
raised when a parameter is missing required ``name`` and ``in`` attributes
after helpers have been executed (:pr:`455`).
Other changes:
- *Backwards-incompatible*: All plugin helpers must accept extra ``**kwargs``
(:issue:`453`).
- *Backwards-incompatible*: Components must be referenced by ID, not full path
(:issue:`463`).