robb / Cartography

A declarative Auto Layout DSL for Swift :iphone::triangular_ruler:
Other
7.35k stars 525 forks source link

Version 3.0.0 documentation #280

Closed dcordero closed 6 years ago

dcordero commented 6 years ago

As documented in Readme.md the expected Cartography version to use for each version of the swift language are:

For Swift 3.x: 1.1.0
For Swift 4.x: 2.0.0

I see that 3.0.1 was actually released. Is 3.0.0 a dev version not intended to be used in production? or is it just a not updated documentation?

orta commented 6 years ago

No, those are only for the older last per-swift versions, the full changes are here: https://github.com/robb/Cartography/releases

dcordero commented 6 years ago

I see, it makes sense thanks for your reply @orta

Would it make sense to rephrase it to make it more clear?

I mean something like this:

## Versioning

-For *Swift 3.x*: 1.1.0
+For *Swift 3.x*: Versions <= 1.1.0

-For *Swift 4.x*: 2.0.0
+For *Swift 4.x*: Versions >= 2.0.0
orta commented 6 years ago

Sure thing, send a PR?

dcordero commented 6 years ago

Sure, and thanks a lot for your time

PR: #282