Conversation
Use `mustache.render()` instead of `mustache.to_html()` that got removed as of `mustache` v4.
|
@doowb any chance we can get this merged in and pushed to npm? Lib is effectively broken without this when people upgrade to latest |
|
@vladimyr thanks for the PR. I'll review this over the weekend. |
|
Take your time 😉 |
|
@doowb pinging so this doesn't get forgotten |
|
@doowb come out come out wherever you are 🤡 |
|
For everyone wondering here, until this PR gets merged, you can fix it yourself for your project in a few easy steps. Hope it helps people! |
|
@doowb Any news on this one? |
|
Thank you! |
|
@doowb Are there any plans for the new release? |
Use
mustache.render()instead ofmustache.to_html()that got removed as ofmustachev4 (janl/mustache.js#735).This closes #331