tbranyen / combyne

A template engine that works the way you expect.
MIT License
144 stars 19 forks source link

More intelligent arguments (can now be properties) #62

Closed tbranyen closed 9 years ago

tbranyen commented 9 years ago

Updated the logic to accomodate property arguments (vs simple literals). Refactored the code to introduce a new helper: parseProperty.

chikamichi commented 9 years ago

This looks great. I will test it asap. It makes for a far more powerful rendering process!

chikamichi commented 9 years ago

Tested and approved!

Thank you for your quick review and implementation of this feature request. Obviously I couldn't have done it as good as you did in such a timely fashion, so it's very nice to you :cake:

What's your policy about releases? Could we get a 0.6.4 I mean?

tbranyen commented 9 years ago

@chikamichi awesome, yeah! I'll tag and publish a 0.6.4 tonight. Thanks for verifying, and also no worries, when I realized how much more work it'd be, I figured I'd just make the change.

tbranyen commented 9 years ago

@chikamichi all set 0.6.4 is tagged and released

chikamichi commented 9 years ago

Oh, thanks! You're a swift fox.