nicolasblanco/rails_param

Introduce an UPGRADING.md file

iMacTia opened this issue · 0 comments

Issue description

We've recently merged some changes in master that will be released under v1.0 because they're breaking changes.
To make it easier for developers to upgrade, we should add an UPGRADING.md file (and mention it in the README?) so that they can quickly upgrade from 0.x to 1.0.

e.g. As a result of #66, namespaces have changes and this directly affect the RailsParam::InvalidParameterError class which was previously defined as RailsParam::Param::InvalidParameterError and thus rescued like this by users of this gem