Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | ||
2017-03-05 | Rewrite README in Markdown | 1 | -0/+149 | ||