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

Update Rust crate minijinja to 0.30 #135

Merged
merged 1 commit into from
Jan 28, 2023
Merged

Update Rust crate minijinja to 0.30 #135

merged 1 commit into from
Jan 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 7, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
minijinja dependencies minor 0.27 -> 0.30

Release Notes

mitsuhiko/minijinja

v0.30.1

Compare Source

  • Changed add_global to perform Into<Value> implicitly.
  • Added source_mut to retrieve a mutable reference to the source.
  • Improved Python bindings by adding support for template reloading, better
    documentation, error reporting.
  • Added pass_state to the Python binding.

v0.30.0

Compare Source

  • Expose debug flag from environment.
  • Added experimental Python bindings.

v0.29.0

Compare Source

  • Resolve a runtime panic if {% extends %} appears in the template
    but never is executed.
  • Fixed recursion detection for macros.
  • Enforce a maximum size of 10000 items on the range output.
  • Added fuel tracking support.
  • Added none test. (#​185)
  • Improved various issues with whitespace trimming. (#​187)
  • Value::default now returns Undefined rather than None.
  • Added support for loop.previtem and loop.nextitem. (#​188)

v0.28.0

Compare Source

  • Added capitalize filter. (#​163)
  • Added support for {% call %}. (#​164)
  • Added support for {% do %}. (#​167)
  • Improved testsuite to execute on wasm32-wasi.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update Rust crate minijinja to 0.28 Update Rust crate minijinja to 0.29 Jan 15, 2023
@renovate renovate bot changed the title Update Rust crate minijinja to 0.29 Update Rust crate minijinja to 0.30 Jan 18, 2023
@zdz zdz merged commit 3e543a7 into master Jan 28, 2023
@renovate renovate bot deleted the renovate/minijinja-0.x branch January 28, 2023 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant