Update Rust crate askama to 0.13.0 #375
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/askama-0.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
0.12.1->0.13.0Release Notes
askama-rs/askama (askama)
v0.13.0: – Rinja is Askama, again!Compare Source
With this release, the fork rinja got merged back into the main project. Please have a look at our blog post for more information about the split and the merge.
What's Changed
This release (v0.13.0), when compared to the last stable askama release (v0.12.1), consists of:
Compared to rinja v0.3.5
rinjaintoaskamaby @GuillaumeGomez in https://github.com/askama-rs/askama/pull/353Major added and improved features:
enumvariants by @Kijewski in https://github.com/askama-rs/askama/pull/255filesizeformatfilter requirements by @GuillaumeGomez in https://github.com/askama-rs/askama/pull/216blocksby @Kijewski in https://github.com/askama-rs/askama/pull/337~by @Kijewski in https://github.com/askama-rs/askama/pull/236#![no_std]compatible by @Kijewski in https://github.com/askama-rs/askama/pull/286deriveoptional by @Kijewski in https://github.com/askama-rs/askama/pull/342More added and improved features:
FastWritablepropagate custom errors by @Kijewski in https://github.com/askama-rs/askama/pull/217PrimitiveTypefor non-zero integers by @Kijewski in https://github.com/askama-rs/askama/pull/220AsIndentforNonZeroUsizeandWrapping<usize>by @Kijewski in https://github.com/askama-rs/askama/pull/221HtmlSafefor all reference wrappers by @Kijewski in https://github.com/askama-rs/askama/pull/219extendsby @Kijewski in https://github.com/askama-rs/askama/pull/241_by @GuillaumeGomez in https://github.com/askama-rs/askama/pull/244std::num::Saturatingis stable since rust 1.74 by @Kijewski in https://github.com/askama-rs/askama/pull/270Errors a bit easier by @Kijewski in https://github.com/askama-rs/askama/pull/277|fmtand|formatavailable with feature"alloc", but without"std"by @Kijewski in https://github.com/askama-rs/askama/pull/319enums, letSelfrefer to the original type by @Kijewski in https://github.com/askama-rs/askama/pull/333rinjapath by @Kijewski in https://github.com/askama-rs/askama/pull/334Valuesfor all collection types by @Kijewski in https://github.com/askama-rs/askama/pull/346askama_escapedby @Kijewski in https://github.com/askama-rs/askama/pull/378Removed features:
EXTENSIONconstant fromTemplateby @Kijewski in https://github.com/askama-rs/askama/pull/252MIME_TYPEguessing by @Kijewski in https://github.com/askama-rs/askama/pull/271gento keywords by @Kijewski in https://github.com/askama-rs/askama/pull/294Performance:
fmt::Formattermachinery in URL encoding by @Kijewski in https://github.com/askama-rs/askama/pull/218Stringif we can help it by @Kijewski in https://github.com/askama-rs/askama/pull/235WithSpanto one register by @Kijewski in https://github.com/askama-rs/askama/pull/257format!(), shorter context on error by @Kijewski in https://github.com/askama-rs/askama/pull/276serdeandserde_deriveby @Kijewski in https://github.com/askama-rs/askama/pull/343Safety and correctness:
unions as they requireunsafecode by @Kijewski in https://github.com/askama-rs/askama/pull/231__rinjaand free namewriterby @Kijewski in https://github.com/askama-rs/askama/pull/292if letby @Kijewski in https://github.com/askama-rs/askama/pull/332from_utf8_unsafe()withAsciiStrby @Kijewski in https://github.com/askama-rs/askama/pull/351synversion by @paolobarbolini in https://github.com/askama-rs/askama/pull/379Documentation, our book, and examples:
upgrading.mdby @Kijewski in https://github.com/askama-rs/askama/pull/303blocksby @Kijewski in https://github.com/askama-rs/askama/pull/340askama_webby @Kijewski in https://github.com/askama-rs/askama/pull/369Escaperargumentfmtintodestby @Kijewski in https://github.com/askama-rs/askama/pull/349Testing:
Cluster-Fuzzby @Kijewski in https://github.com/askama-rs/askama/pull/376Migrate to from nom to winnow
input state by @epage in https://github.com/askama-rs/askama/pull/275Refactoring, error messages, and changes invisible to the user:
#[template]parsing by @Kijewski in https://github.com/askama-rs/askama/pull/243proc-macrosupport by @Kijewski in https://github.com/askama-rs/askama/pull/268enumvariants by @Kijewski in https://github.com/askama-rs/askama/pull/266write_header()by @Kijewski in https://github.com/askama-rs/askama/pull/274uppercaseandurlencodeby @Kijewski in https://github.com/askama-rs/askama/pull/287file_infoinfind_templateby @Kijewski in https://github.com/askama-rs/askama/pull/290block_in_includeand add explanations on what is going on by @GuillaumeGomez in https://github.com/askama-rs/askama/pull/279overflow_delimited_exprby @Kijewski in https://github.com/askama-rs/askama/pull/350New Contributors
Full Changelog: https://github.com/askama-rs/askama/compare/v0.3.5...v0.13.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.