-
Notifications
You must be signed in to change notification settings - Fork 0
Update Rust crate askama to 0.14.0 #193
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/askama-0.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
fa80196 to
d76e0ce
Compare
1259abb to
222eeca
Compare
e135209 to
7e1dd41
Compare
4c98a27 to
0e43c13
Compare
72f9822 to
1a74348
Compare
9336d82 to
38537e6
Compare
38537e6 to
5665d73
Compare
361d527 to
cca10a6
Compare
70e1262 to
520ca17
Compare
1b3a1b3 to
fbf6763
Compare
6f7469d to
73439eb
Compare
748cf87 to
fc3f9f6
Compare
fc3f9f6 to
4e023cc
Compare
243623c to
e58391e
Compare
4957e8c to
fc07cff
Compare
4af50cc to
3fc6ed2
Compare
3d71bc4 to
3e675e7
Compare
3e675e7 to
7b315be
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.12.1->0.14.0Release Notes
askama-rs/askama (askama)
v0.14.0Compare Source
Added Features
Valueson tuple by @GuillaumeGomez in #391firstandblankarguments for|indentby @Kijewski in #401uniquefilter by @GuillaumeGomez in #405Bug Fixes And Consistency
askama_deriveaccidentally exposed as a feature by @Kijewski in #384CARGO_MANIFEST_DIRpart ofConfigKeyby @strickczq in #395uniquefilter implementation by @GuillaumeGomez in #417|titlecaseas alias for|titleby @Kijewski in #416Further Changes
FastWritableby @Kijewski in #407FastWritableintoaskamaroot by @GuillaumeGomez in #411New Contributors
Full Changelog: askama-rs/askama@v0.13.0...v0.14.0
v0.13.1Compare Source
What's Changed
askama_deriveaccidentally exposed as a feature by @Kijewski in #384Valueson tuple by @GuillaumeGomez in #391CARGO_MANIFEST_DIRpart ofConfigKeyby @strickczq in #395New Contributors
Full Changelog: askama-rs/askama@v0.13.0...v0.13.1
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 #353Major added and improved features:
enumvariants by @Kijewski in #255filesizeformatfilter requirements by @GuillaumeGomez in #216blocksby @Kijewski in #337~by @Kijewski in #236#![no_std]compatible by @Kijewski in #286deriveoptional by @Kijewski in #342More added and improved features:
FastWritablepropagate custom errors by @Kijewski in #217PrimitiveTypefor non-zero integers by @Kijewski in #220AsIndentforNonZeroUsizeandWrapping<usize>by @Kijewski in #221HtmlSafefor all reference wrappers by @Kijewski in #219extendsby @Kijewski in #241_by @GuillaumeGomez in #244std::num::Saturatingis stable since rust 1.74 by @Kijewski in #270Errors a bit easier by @Kijewski in #277|fmtand|formatavailable with feature"alloc", but without"std"by @Kijewski in #319enums, letSelfrefer to the original type by @Kijewski in #333rinjapath by @Kijewski in #334Valuesfor all collection types by @Kijewski in #346askama_escapedby @Kijewski in #378Removed features:
EXTENSIONconstant fromTemplateby @Kijewski in #252MIME_TYPEguessing by @Kijewski in #271gento keywords by @Kijewski in #294Performance:
fmt::Formattermachinery in URL encoding by @Kijewski in #218Stringif we can help it by @Kijewski in #235WithSpanto one register by @Kijewski in #257format!(), shorter context on error by @Kijewski in #276serdeandserde_deriveby @Kijewski in #343Safety and correctness:
unions as they requireunsafecode by @Kijewski in #231__rinjaand free namewriterby @Kijewski in #292if letby @Kijewski in #332from_utf8_unsafe()withAsciiStrby @Kijewski in #351synversion by @paolobarbolini in #379Documentation, our book, and examples:
upgrading.mdby @Kijewski in #303blocksby @Kijewski in #340askama_webby @Kijewski in #369Escaperargumentfmtintodestby @Kijewski in #349Testing:
Cluster-Fuzzby @Kijewski in #376Migrate to from nom to winnow
input state by @epage in #275Refactoring, error messages, and changes invisible to the user:
#[template]parsing by @Kijewski in #243proc-macrosupport by @Kijewski in #268enumvariants by @Kijewski in #266write_header()by @Kijewski in #274uppercaseandurlencodeby @Kijewski in #287file_infoinfind_templateby @Kijewski in #290block_in_includeand add explanations on what is going on by @GuillaumeGomez in #279overflow_delimited_exprby @Kijewski in #350New Contributors
Full Changelog: askama-rs/askama@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 was generated by Mend Renovate. View the repository job log.