Skip to content
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

Current version is ...? 1.0.0rc3 or 1.0.10? #474

Closed
nathanvda opened this issue Mar 25, 2013 · 3 comments
Closed

Current version is ...? 1.0.0rc3 or 1.0.10? #474

nathanvda opened this issue Mar 25, 2013 · 3 comments
Labels

Comments

@nathanvda
Copy link

Hi, we have still some weird code in our templates because of #428 and it bit me just recently because when I cleaned up an empty line, suddenly our templates were broken again 😄

Now this issue was fixed a month ago, and I was wondering what the current "official" version of handlebarsjs now is? On the website I only see 1.0.0rc3 but in github I can already see 1.0.10 (and 1.0.9 and I seem to overlook 1.0.0).

@morgoth
Copy link

morgoth commented Mar 31, 2013

Just noticed the same. Any official statement on that?

@kpdecker
Copy link
Collaborator

There are two different versions of the library. The 1.0.0rc* line are the client versions and the 1.0.* line are the node package versions. This happened for a variety of reasons, the biggest being differences between semver in node and semver in ruby as well as a desire to not delete versions from the npm repository.

The goal is to unify the two package versions after the release of the 1.0.0 final client as there has been a lot of confusion about this distinction in the version numbers.

Right now 1.0.0rc3 maps to approximately 1.0.9. 1.0.10 has the fix for #428 but this has not made it into a formal client release yet. I hope that we can get a formal client release out with these changes shortly.

@kpdecker
Copy link
Collaborator

kpdecker commented Apr 8, 2013

Merging with #474

@kpdecker kpdecker closed this as completed Apr 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants