You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: