-
Notifications
You must be signed in to change notification settings - Fork 353
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
Fix mustache support #332
Fix mustache support #332
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 ofmustache
v4 (janl/mustache.js#735).This closes #331