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

feat: add Tera:new_uninitialized (#677) #845

Closed
wants to merge 1 commit into from
Closed

feat: add Tera:new_uninitialized (#677) #845

wants to merge 1 commit into from

Commits on Jul 25, 2023

  1. feat: add Tera::new_unitialized (#677)

    Exposes a new function which creates an instance of Tera without
    registering the default filters, testers, and functions. If this is
    merged, the version of `tera` in `Cargo.toml` will have to get
    its minor version incremented. No tests were added as no new
    code was actually; I simply cut and paste the body from the
    `Default` implementation. I need this functionality and thing no-ops
    as an overwrite are too hacky. I hope others can benefit from this, too.
    seancroach committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    bd445b7 View commit details
    Browse the repository at this point in the history