-
Notifications
You must be signed in to change notification settings - Fork 446
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
Difference between 1.x and 2.x? #864
Comments
Sorry about the lack of messaging about the releases and the inconsistent docs. The project is getting more attention and you've probably seen me fixing some bugs and closing issues. We'll take some time to update the
The dual 1.x and 2.x thing is a little wonky, but we did this to give internal teams a chance to adopt the breaking changes at their leisure, since different projects depend on different versions of falcor currently. The goal was to make 2.x the current canonical version, but we wanted to let internal teams vet the release candidates before doing a full on release. My preference is to drop the 'developer preview' qualifier at this point, but I'll defer to the rest of the team and come back with an answer. Honestly I'm surprised the -rc versions became the default We'll try to provide a followup comment about the roadmap within a week, but in the meantime I'll be keeping a close eye on the repo and try to keep things moving. Thanks for checking in, and sorry for the confusion. |
Cool, thanks for the reply! |
Closing out, now that we've got 1.0.0 on npm, removed the developer preview verbiage, and MIGRATIONS.md filled out. |
It's a bit hard for us outsiders to ascertain the state of the project. The master branch
package.json
says0.2.0-alpha.1
, butREADME.md
in that same branch mentions the1.x
line. Meanwhile,npm install falcor
puts2.0.0-rc1
into mynode_modules/
folder. So I checked the2.0.0
branch, but the readme is still talking about the1.x
line. Admittedly, I haven't been following everything super closely, so hopefully I'm not missing something obvious. Anyhow:It might also be helpful to put this info somewhere newcomers (or occasional check-in people like me) are likely to see it.
Cheers
The text was updated successfully, but these errors were encountered: