This repository was archived by the owner on Aug 23, 2018. It is now read-only.
This repository was archived by the owner on Aug 23, 2018. It is now read-only.
Allow package authors to request major versions if API is the same, but behavior is not #165
Open
Description
elm-package bump
will only look at the types. It is possible to introduce a breaking change that it cannot see, for example, changing List.reverse
to not reverse things anymore. Types are the same, but it is a breaking change.
#97 reports this root issue.
Proposal: Allow users to give elm-package bump
a reason to do an extra bump. Make it structured so we can always have nice structured change logs for all packages.