-
Notifications
You must be signed in to change notification settings - Fork 128
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
1.3 violates semantic versioning #87
Comments
Sorry. |
No worries, just thought I'd tell you before a lot of product owners start complaining about compile errors. Thanks for a great framework! |
I'm finding this as well, Tom. Are there any intentions to fix this to remove 1.3.0? |
I don't see what the big deal is. It is just a number. Use 1.2.0 for Swift 2 and 1.3.0 for Swift 3. Done. |
Using Carthage as an example: With the way dependencies are worked out, artifacts such as This means that any projects expecting compatibility for any This deters implementers from running
to seek patch version updates that might fix issues with the library and encourages
Integration gets a little more difficult--less straightforward. I understand if you feel this doesn't warrant action. Thank you for the framework; I hope I can help by contributing, some day. 🙂 |
Ok, next time I will do this properly. For now the 'damage' is done and I am also not sure if I can delete a Cocoapod version. |
You're welcome to contribute by the way, but there is not much to be done. This framework is almost obsolete anyway, since less than 10% run iOS 8 right now. |
1.3 includes a load of breaking changes and thus should increase the major version of the library.
http://semver.org
The text was updated successfully, but these errors were encountered: