-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: askama-rs/askama
base: v0.13.0
head repository: askama-rs/askama
compare: v0.14.0
Commits on Mar 31, 2025
-
askama_derive
accidentally exposed as a featureIf you don't use an optional dependency at least once with `dep:…` in a feature, it automatically, implicitly becomes a feature flag. The `dep:` prefix was missing from `askama_derive` for the `derive` feature.
Kijewski committedMar 31, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 68fbf93 - Browse repository at this point
Copy the full SHA 68fbf93View commit details -
Merge pull request #384 from Kijewski/pr-derive
`askama_derive` accidentally exposed as a feature
GuillaumeGomez authoredMar 31, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for aa5e200 - Browse repository at this point
Copy the full SHA aa5e200View commit details -
GuillaumeGomez committed
Mar 31, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for d3f0947 - Browse repository at this point
Copy the full SHA d3f0947View commit details
Commits on Apr 1, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 8344828 - Browse repository at this point
Copy the full SHA 8344828View commit details -
Kijewski committed
Apr 1, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for dabb537 - Browse repository at this point
Copy the full SHA dabb537View commit details -
Merge pull request #385 from GuillaumeGomez/track-config-files
Track config files
GuillaumeGomez authoredApr 1, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 6e987eb - Browse repository at this point
Copy the full SHA 6e987ebView commit details
Commits on Apr 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 20149db - Browse repository at this point
Copy the full SHA 20149dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4af7a13 - Browse repository at this point
Copy the full SHA 4af7a13View commit details -
Add another example for tuple for runtime values
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 5253e7c - Browse repository at this point
Copy the full SHA 5253e7cView commit details
Commits on Apr 11, 2025
-
If using local variable as value when creating a new variable, do not…
… put it behind a reference
Configuration menu - View commit details
-
Copy full SHA for 8081d71 - Browse repository at this point
Copy the full SHA 8081d71View commit details -
Describe declaration/ownership when creating a new variable
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for c76d1a2 - Browse repository at this point
Copy the full SHA c76d1a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2437a57 - Browse repository at this point
Copy the full SHA 2437a57View commit details -
generator: move
manifest_root()
call intoConfig::new()
Kijewski committedApr 11, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 7727d40 - Browse repository at this point
Copy the full SHA 7727d40View commit details
Commits on Apr 12, 2025
-
Configuration menu - View commit details
-
Copy full SHA for ddfdd20 - Browse repository at this point
Copy the full SHA ddfdd20View commit details -
Update variable initialization rule docs
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 4a17df5 - Browse repository at this point
Copy the full SHA 4a17df5View commit details
Commits on Apr 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d6bf966 - Browse repository at this point
Copy the full SHA d6bf966View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20af543 - Browse repository at this point
Copy the full SHA 20af543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22648ac - Browse repository at this point
Copy the full SHA 22648acView commit details -
Implement
|wordcount
filter with access to runtime valuesKijewski committedApr 15, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for f7fc39d - Browse repository at this point
Copy the full SHA f7fc39dView commit details -
Always supply
values
to custom filtersKijewski committedApr 15, 2025 Loading Loading status checks…1Configuration menu - View commit details
-
Copy full SHA for c6d45e1 - Browse repository at this point
Copy the full SHA c6d45e1View commit details
Commits on Apr 17, 2025
-
Merge pull request #397 from Kijewski/pr-fast-writable-values
Pass variables to sub-templates more reliably even if indirectly
GuillaumeGomez authoredApr 17, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 2c1e86e - Browse repository at this point
Copy the full SHA 2c1e86eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba33974 - Browse repository at this point
Copy the full SHA ba33974View commit details -
Implement
first
andblank
arguments for|indent
Kijewski committedApr 17, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 7881bc1 - Browse repository at this point
Copy the full SHA 7881bc1View commit details
Commits on Apr 19, 2025
-
book: add page about
FastWritable
Kijewski committedApr 19, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 94fddd4 - Browse repository at this point
Copy the full SHA 94fddd4View commit details -
Update to more current rust version on readthedocs
Our documentation needs nightly features `doc_cfg`, `doc_auto_cfg` to build. Instead of using the nightly channel, which is not available on readthedocs.org, we opt in to nightly features by setting the environment variable `RUSTC_BOOTSTRAP` to `1`. This gives on unstable features in a stable channel. Our dependency `proc-macro2` tests if opting-in to unstable feature is possible, and if so, it expects that it runs on a quite recent `nightly` release. The newest rust version that is available out-of-the-box on readthedocs is rust 1.82, which is not *that* recent anymore, being released on 2024-08-30. This PR makes use of the readly configured tool `asdf` to select a more recent rust version semi-manually.
Kijewski committedApr 19, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 72c46f4 - Browse repository at this point
Copy the full SHA 72c46f4View commit details
Commits on Apr 20, 2025
-
Merge pull request #410 from Kijewski/pr-fix-rtd
Update to more current rust version on readthedocs
GuillaumeGomez authoredApr 20, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 7cb3ac0 - Browse repository at this point
Copy the full SHA 7cb3ac0View commit details -
Merge pull request #407 from Kijewski/pr-book-fast-writable
book: add page about `FastWritable`
GuillaumeGomez authoredApr 20, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 4c0398a - Browse repository at this point
Copy the full SHA 4c0398aView commit details -
Add throughput to derive benchmark
Kijewski committedApr 20, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 704a33b - Browse repository at this point
Copy the full SHA 704a33bView commit details
Commits on Apr 21, 2025
-
Merge pull request #413 from Kijewski/pr-throughput
Add throughput to derive benchmark
GuillaumeGomez authoredApr 21, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 12db32b - Browse repository at this point
Copy the full SHA 12db32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd58a0 - Browse repository at this point
Copy the full SHA 8fd58a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74cb991 - Browse repository at this point
Copy the full SHA 74cb991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f9a7dc - Browse repository at this point
Copy the full SHA 9f9a7dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fe13a0 - Browse repository at this point
Copy the full SHA 4fe13a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for de9d6b7 - Browse repository at this point
Copy the full SHA de9d6b7View commit details -
generator: do argument coercion for
|truncate
/|center
Don't simply pass any arguments to the filter. The error message won't be useful otherwise. Also ensure that the argument is a `usize`.
Configuration menu - View commit details
-
Copy full SHA for 4be3023 - Browse repository at this point
Copy the full SHA 4be3023View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f8de0c - Browse repository at this point
Copy the full SHA 6f8de0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b402936 - Browse repository at this point
Copy the full SHA b402936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cea91a - Browse repository at this point
Copy the full SHA 6cea91aView commit details -
Rename
pluralize
arguments intosingular
andplural
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 7c5deda - Browse repository at this point
Copy the full SHA 7c5dedaView commit details
Commits on Apr 22, 2025
-
Move
FastWritable
intoaskama
rootLoading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 6f912ab - Browse repository at this point
Copy the full SHA 6f912abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d23ca - Browse repository at this point
Copy the full SHA d0d23caView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a788a - Browse repository at this point
Copy the full SHA d2a788aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04a4d5b - Browse repository at this point
Copy the full SHA 04a4d5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a16256 - Browse repository at this point
Copy the full SHA 6a16256View commit details -
Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 7fccbdf - Browse repository at this point
Copy the full SHA 7fccbdfView commit details -
Fix
unique
filter implementationLoading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for a5b43c0 - Browse repository at this point
Copy the full SHA a5b43c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5775033 - Browse repository at this point
Copy the full SHA 5775033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72bbe3e - Browse repository at this point
Copy the full SHA 72bbe3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79be271 - Browse repository at this point
Copy the full SHA 79be271View commit details -
Add
|titlecase
as alias for|title
Kijewski committedApr 22, 2025 Loading Loading status checks…Configuration menu - View commit details
-
Copy full SHA for 61b7422 - Browse repository at this point
Copy the full SHA 61b7422View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.