tildeio / htmlbars

A variant of Handlebars that emits DOM and allows you to write helpers that manipulate live DOM nodes
MIT License
1.61k stars 193 forks source link

Status of the project? #473

Open jvitela opened 7 years ago

jvitela commented 7 years ago

Is this project abandoned? It is already 6 months since the last update, and there are several issues and pull requests without answer.

rwjblue commented 7 years ago

This project was created to be used inside of Ember, as the default templating engine. We have been working on a replacement (glimmer) for quite some time, and as of Ember 2.10.0 (recently shipped) glimmer is now the default rendering templating engine.

So...

I'd say this project is essentially in maintenance mode and will eventually be EOL'ed. My assumption is that we would EOL it when Ember 2.8 (the most recent Ember LTS) is no longer supported, which will be near the end of 2017. In the meantime (while in maintenance mode), we would likely only be considering critical bugfixes and whatnot...