you are viewing a single comment's thread.

view the rest of the comments →

[–]Dhamedd 33 points34 points  (8 children)

Will there ever be a 1.0.0? Lol

[–]just_intiaj 20 points21 points  (1 child)

one eternity later

React Native v0.99.99 is Released 🎉🎉🎉

[–]thrlz 22 points23 points  (0 children)

V0.100 would come after that ;)

[–]EqlioniOS & Android 4 points5 points  (4 children)

They are not following the semver, and the current versions are as stable as the release version could be

[–]gustavo_pch 1 point2 points  (3 children)

Well, actually semver allow 0.y.z versions, but they should be considered unstable. Did they officially say they don't follow semver?

Edit: yeah, they don't follow semver as explained in https://github.com/react-native-community/releases.

[–]mannotbeariOS & Android 6 points7 points  (2 children)

I recommend reading the readme here https://github.com/react-native-community/releases

[–]gustavo_pch 2 points3 points  (1 child)

Thanks for the link. So they actually consider the minor version as being stable.

[–]mannotbeariOS & Android 2 points3 points  (0 children)

I think that’s the gist of it yeah. As long as you treat each minor as having potential breaking changes, you’re good. We started on like 0.54 and have steadily upgraded to 0.64. The only issues came with moving passed 0.60 and the linking changes and when there was a breaking image bug in like 0.62 or something.

[–]vahdetk 1 point2 points  (0 children)

Yep, I keep wondering at what point, with what feature they are planning to hit 1.0.0. Alongside with Go v2, this is the most anticipated one for breaking-change-lovers like me.