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

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

Merged
merged 1 commit into from
Aug 31, 2016

Conversation

mmun
Copy link
Contributor

@mmun mmun commented Aug 30, 2016

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.

Now you write

```hbs
{{let a=1 b=2}}
```

instead of

```hbs
{{let a 1 b 2}}
```
@mmun mmun changed the title [BREAKING] Switch inline let to hash syntax [BREAKING] Switch inline {{let}} to hash syntax Aug 30, 2016
@rwjblue
Copy link
Contributor

rwjblue commented Aug 30, 2016

LGTM

@cowboyd
Copy link
Member

cowboyd commented Aug 31, 2016

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
Copy link
Member

taras commented Aug 31, 2016

This is better. LGTM!

@cowboyd
Copy link
Member

cowboyd commented Aug 31, 2016

✨ 💖 ✨

@cowboyd cowboyd merged commit a188a94 into thefrontside:master Aug 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants