Closed alysson-pina closed 8 years ago
We aren't actively supporting anything other than the latest version and all language in the docs should be relative to this version. Anything noting a change is just to assist users in upgrading to the new version. Please let me know if it's not clear on how the current version behaves.
Ok cool. Thanks for the update.
Handlebars3 has differently behavior, and was able to completely understand the difference after some tests.
On Handlebars3, every block helper adds one more level to the depthed path, so this is one important thing to keep in mind while using relative addressing to the parent content via '../'.
On Wed, Dec 9, 2015 at 7:24 PM, Kevin Decker notifications@github.com wrote:
Closed #134 https://github.com/wycats/handlebars-site/issues/134.
— Reply to this email directly or view it on GitHub https://github.com/wycats/handlebars-site/issues/134#event-487714787.
On Handlebars Paths section, it is mentioned that Handlebars 4, a new behavior of depthed paths were introduced (i.e. behavior of ../ inside #each helpers).
However, there is no mention of how was before. Seems that on Handlebars 3.03 it has similar behavior.
It would be nice to have documentation for these versions as well.
Thanks