thefrontside / ember-let

Create variable bindings inside your handlebars templates
MIT License
52 stars 16 forks source link

[BREAKING] Switch inline {{let}} to hash syntax #16

Closed mmun closed 7 years ago

mmun commented 7 years ago

Now you write

{{let a=1 b=2}}

instead of

{{let a 1 b 2}}

@cowboyd said it was alright to do a breaking change and bump to v0.5.0.

rwjblue commented 7 years ago

LGTM

cowboyd commented 7 years ago

Just want to give @taras a heads up since he's the only person (that I'm aware of) using the inline form in production.

taras commented 7 years ago

This is better. LGTM!

cowboyd commented 7 years ago

✨ 💖 ✨