-
-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release what's currently planned as 2.1 as 3.0 to comply with semver #121
Comments
Hmmm, v2 introduces DateInRegion but was still a bit quirky indeed. v2.1 is the bug fix but introduces no major changes. Check the develop branch. A major release should have incompatible API changes link but from a functional perspective. Currently I am working to make v2.1 backward compatible with v2.0. Thanks for your idea! |
Not |
Aaaah! Correct, I will include a typealias for backward compatibility and deprecate later. |
Fixed in 416f751 |
@Hout I think that there were some more changes, for example the initializer's parameters of the |
I am convinced. |
Yeah seems reasonable; we will label it as 3rd version :) |
Agreed. Closed |
I just switched from 2.0.x to develop and my code broke because of breaking changes (for example Region renamed to DateRegion). I would like to use this ticket as a reminder that it should be released as 3.0 and not 2.1. If this is already planned, just close this issue and carry on. Thanks!
The text was updated successfully, but these errors were encountered: