Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-12-26 | Updated book to be on par with readme | 1 | -1/+0 | ||
2020-12-18 | Some README updates (fixes #406) | 1 | -5/+1 | ||
2020-10-26 | Fix links and actions which were broken since the default branch was renamed ↵ | 1 | -1/+1 | ||
from master to main | |||||
2020-07-14 | alphabetize frameworks | 1 | -1/+1 | ||
2020-07-14 | askama tide | 1 | -1/+1 | ||
2020-06-30 | Prune duplicate documentation | 1 | -58/+2 | ||
2020-05-27 | Tweak example in README | 1 | -3/+1 | ||
2020-02-24 | Mention warp as an available integration | 1 | -1/+1 | ||
2020-01-02 | Fix URL for CI badge, again | 1 | -1/+1 | ||
2020-01-02 | Update CI badge to point to GitHub | 1 | -2/+2 | ||
2019-07-25 | Remove Appveyor build badge | 1 | -1/+0 | ||
2019-07-25 | Update CI badges for migration to Azure | 1 | -1/+1 | ||
2019-01-11 | Remove rerun_if_templates_changed and update README. | 1 | -16/+1 | ||
2018-12-10 | Implement `IntoResponse` for `Template`, allowing them to be used in ↵ | 1 | -1/+1 | ||
`gotham` handlers. | |||||
2018-12-08 | Remove unused macro_use attributes | 1 | -1/+0 | ||
2018-11-13 | Update generate code example | 1 | -2/+3 | ||
2018-11-11 | Update generated code example | 1 | -3/+2 | ||
2018-11-07 | Update generated code example | 1 | -9/+13 | ||
2018-11-05 | Send debug output to stderr instead of stdout | 1 | -0/+2 | ||
2018-10-08 | Tweak and update feature highlights in README | 1 | -4/+3 | ||
2018-10-08 | Add docs.rs badge to README | 1 | -0/+1 | ||
2018-06-25 | Link to benchmarks repo from README | 1 | -1/+2 | ||
2018-06-25 | Bump version numbers in README | 1 | -2/+2 | ||
2018-06-25 | Remove non-functional code coverage badge for now | 1 | -1/+0 | ||
2018-06-25 | Add AppVeyor badge to README | 1 | -0/+1 | ||
2018-06-25 | Update README, removing some limitations | 1 | -2/+2 | ||
2018-06-22 | Further improve paragraph on Patreon support | 1 | -3/+4 | ||
2018-06-22 | Add link to Patreon | 1 | -0/+5 | ||
2018-05-22 | Switch to SVG for Gitter badge | 1 | -1/+1 | ||
2018-05-22 | Add newline to fix testimonial layout | 1 | -0/+1 | ||
2018-05-22 | Add testimonial from Nikolay Kim | 1 | -0/+3 | ||
2018-01-29 | `build = "build.rs"` is no longer necessary | 1 | -3/+0 | ||
For all rust versions >= 1.19, cargo will assume `build = "build.rs"` if it sees a `build.rs` file in the same directory as the `Cargo.toml` | |||||
2017-11-21 | Bump version in README | 1 | -2/+2 | ||
Update askama version in the README. Makes the example below compile and work | |||||
2017-09-06 | Add badge for Gitter chat to README | 1 | -0/+1 | ||
2017-09-06 | Reflow line | 1 | -2/+1 | ||
2017-09-06 | Add and update feature highlights and limitations | 1 | -4/+7 | ||
2017-08-25 | Add `unwrap()` to the hello world example in README | 1 | -1/+1 | ||
2017-08-10 | Update debugging example in README | 1 | -8/+12 | ||
2017-08-08 | Update README to clarify/update status | 1 | -3/+1 | ||
2017-05-14 | Remove duplicate "if/else" | 1 | -1/+1 | ||
2017-03-10 | Bump versions in README | 1 | -3/+2 | ||
Without using this version I was getting a warning on stable rust. | |||||
2017-03-08 | Ask for feedback before diving into details | 1 | -4/+4 | ||
2017-03-08 | Clarify limitations a bit more | 1 | -2/+3 | ||
2017-03-08 | Improve feature documentation in README and docs | 1 | -4/+14 | ||
2017-03-08 | Thank @dtolnay for his support in the README | 1 | -0/+2 | ||
2017-03-08 | Improve language in talking about build script | 1 | -2/+2 | ||
2017-03-08 | Remove incorrect remark about proc macro export restrictions | 1 | -2/+0 | ||
2017-03-06 | Remove unused template alias from README (see #5) | 1 | -1/+0 | ||
2017-03-06 | Hide askama_derive dependency inside askama (fixes #2) | 1 | -2/+1 | ||
2017-03-05 | Slightly update limitations in README | 1 | -2/+1 | ||