-
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
Mustache support is broken since mustache v4 release #331
Comments
PRs are welcome. |
Merged
Hopefully it will get published to npm soon 🤞 |
Hey there, any news on a release containing this fix anytime soon? |
Join the waiting party 🥳 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
consolidate
internally usesmustache.to_html()
(source) that got removed inv4
: https://github.com/janl/mustache.js/blob/aca97b8/CHANGELOG.md#400--16-january-2020Original
to_html
implementation can be seen here:https://github.com/janl/mustache.js/pull/735/files#diff-634d226b45dfff37e6e48538dbfe4cb0L730-L742
which clearly indicates that it can be safely replaced with
mustache.render
call.Reading through issues I got under impression that this package is effectively unmaintained (#292) but if you have any free time I believe this is something that needs your (immediate) attention @doowb
The text was updated successfully, but these errors were encountered: