XaminProject / handlebars.php

Handlebars processor for php
331 stars 134 forks source link

Add ability to merge Helpers collections #99

Closed JustBlackBird closed 9 years ago

JustBlackBird commented 9 years ago

I believe that an ability to merge helpers collections can be very useful. So I've added such ability in the PR.

@everplays, @fzerorubigd, what do you think?

JustBlackBird commented 9 years ago

Coding standards checks failed because PHPCS 2.0.0 used instead of 1.x branch. I've opened #100 to fix this.

fzerorubigd commented 9 years ago

No its ok by me. and I think its ready to merge. Thank you!

JustBlackBird commented 9 years ago

@fzerorubigd, should we also release v0.11.0 to make the changes available to third-party developers?

fzerorubigd commented 9 years ago

I think we need to create a milestone for the v0.11.0 , some rewrite for performance is required, some change in helpers api, and .... its better to create issue for each one of them and after resolving all of them, we can publish next stable version.