Skip to content
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

Remove mustache.to_html() #735

Merged
merged 1 commit into from
Jan 15, 2020
Merged

Remove mustache.to_html() #735

merged 1 commit into from
Jan 15, 2020

Commits on Jan 11, 2020

  1. Remove mustache.to_html()

    In the spirit of keeping the public API of mustache.js as small as
    possible for maintainence reasons, the undocumented and un-tested
    `.to_html()` method is removed.
    
    The functionality involved, where it can rather invoke an optional
    function provided with the result of `.render()`, instead of returning
    it as a string like `.render()` does, is something that using projects
    very easily can do themselfs -- it does not have to be provided by
    mustache.js.
    phillipj committed Jan 11, 2020
    Configuration menu
    Copy the full SHA
    9808a70 View commit details
    Browse the repository at this point in the history