Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored getting path extension | vallentin | 2021-03-10 | 2 | -36/+17 |
| | |||||
* | Fix style suggestion per nightly clippy | Dirkjan Ochtman | 2021-02-28 | 1 | -1/+1 |
| | |||||
* | Reworked constants to be parsed as paths | vallentin | 2021-02-23 | 2 | -11/+26 |
| | |||||
* | Added option test | vallentin | 2021-02-22 | 1 | -0/+16 |
| | |||||
* | Added var and path parser tests | vallentin | 2021-02-22 | 1 | -1/+72 |
| | |||||
* | Fixed path parser to account for single identifier type names | vallentin | 2021-02-22 | 1 | -7/+23 |
| | |||||
* | Added range test case | vallentin | 2021-02-22 | 1 | -6/+22 |
| | |||||
* | Removed needless borrow of range | vallentin | 2021-02-22 | 1 | -0/+1 |
| | |||||
* | Update askama_warp/README.md | Frederik B | 2021-02-17 | 1 | -1/+1 |
| | | | The file calls itself the readme for askama_actix, but clearly it's warp. | ||||
* | Rename askama_actix trait method as suggested by clippy | Dirkjan Ochtman | 2021-02-15 | 6 | -12/+12 |
| | | | | | By bumping the dependency versions for askama and askama_shared, this should be safe. | ||||
* | Fix formatting for rust 1.50.0 | Dirkjan Ochtman | 2021-02-15 | 1 | -4/+6 |
| | |||||
* | Fix bitvec broken dependency temporarily | Edgar | 2021-02-15 | 1 | -0/+1 |
| | |||||
* | Ignore .DS_Store files | Dirkjan Ochtman | 2021-02-05 | 1 | -0/+1 |
| | |||||
* | shared: remove accidentally added .DS_Store file | Dirkjan Ochtman | 2021-02-05 | 1 | -0/+0 |
| | |||||
* | askama_tide: bump version to 0.13.0 | Dirkjan Ochtman | 2021-02-04 | 1 | -1/+1 |
| | |||||
* | Bring Ws type name in line with API guidelines | Dirkjan Ochtman | 2021-02-01 | 3 | -84/+84 |
| | |||||
* | Update tide requirement from 0.15 to 0.16 | dependabot-preview[bot] | 2021-02-01 | 1 | -1/+1 |
| | | | | | | | Updates the requirements on [tide](https://github.com/http-rs/tide) to permit the latest version. - [Release notes](https://github.com/http-rs/tide/releases) - [Commits](https://github.com/http-rs/tide/compare/v0.15.0...v0.16.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Apply suggestions from nightly clippy | Dirkjan Ochtman | 2021-01-22 | 1 | -4/+2 |
| | |||||
* | Upgrade to warp 0.3 | Paolo Barbolini | 2021-01-19 | 1 | -4/+4 |
| | |||||
* | Add no_std support to askama_escape | Wim Looman | 2021-01-15 | 1 | -3/+10 |
| | |||||
* | Added constants test | vallentin | 2021-01-13 | 1 | -0/+30 |
| | |||||
* | Fixed constants (fixes #291) | vallentin | 2021-01-13 | 1 | -2/+5 |
| | |||||
* | Added urlencode filter to book | vallentin | 2021-01-06 | 1 | -5/+5 |
| | |||||
* | Added missing punctuation and backticks | vallentin | 2021-01-06 | 1 | -14/+16 |
| | |||||
* | Added abs filter to book | vallentin | 2021-01-06 | 1 | -0/+14 |
| | |||||
* | Improved comment parsing test | vallentin | 2021-01-06 | 1 | -0/+18 |
| | |||||
* | Fixed comment parsing | vallentin | 2021-01-06 | 1 | -7/+1 |
| | |||||
* | Added copy literals related test case | vallentin | 2021-01-05 | 1 | -0/+12 |
| | |||||
* | Removed implicit borrowing of literals, calls, and more (fixes #404) | vallentin | 2021-01-05 | 6 | -59/+109 |
| | |||||
* | Added numbers parser test | vallentin | 2021-01-05 | 1 | -0/+13 |
| | |||||
* | Fixed parsing floats | vallentin | 2021-01-05 | 1 | -2/+4 |
| | |||||
* | Improved filter parsing test | vallentin | 2021-01-05 | 1 | -1/+35 |
| | |||||
* | Fixed precedence of filters and unary operators (fixes #424) | vallentin | 2021-01-05 | 1 | -3/+3 |
| | |||||
* | Changed multi-line commands to single-line commands | vallentin | 2021-01-01 | 1 | -21/+14 |
| | |||||
* | Resolved Clippy lints | vallentin | 2021-01-01 | 1 | -10/+10 |
| | |||||
* | Updated book to include tojson alias | vallentin | 2020-12-30 | 1 | -1/+3 |
| | |||||
* | Added tojson alias | vallentin | 2020-12-30 | 1 | -1/+5 |
| | |||||
* | Fixed yaml filter generation | vallentin | 2020-12-29 | 1 | -1/+1 |
| | |||||
* | Refactored into filters constant | vallentin | 2020-12-29 | 1 | -8/+6 |
| | |||||
* | Added error to hint enabling serde features | vallentin | 2020-12-29 | 1 | -0/+9 |
| | |||||
* | Updated book to be on par with readme | vallentin | 2020-12-26 | 2 | -7/+1 |
| | |||||
* | Updated book to include let shadow | vallentin | 2020-12-25 | 1 | -1/+11 |
| | |||||
* | Added let shadow test | vallentin | 2020-12-25 | 2 | -0/+43 |
| | |||||
* | Added support for redefining variables (fixes #329) | vallentin | 2020-12-25 | 1 | -5/+34 |
| | |||||
* | Improved implicit borrowing and changed to resolve Askama variables at ↵ | vallentin | 2020-12-21 | 1 | -49/+127 |
| | | | | compile time | ||||
* | Remove an explicit lifetime to fix a clippy warning | Randati | 2020-12-21 | 1 | -1/+1 |
| | |||||
* | Disable askama's default features in web framework crates | Randati | 2020-12-21 | 6 | -6/+6 |
| | | | | | | Without disabling these default features, askama's default features get automatically enabled when web framework specific crates are included in the project. | ||||
* | Updated book to include nested comments | vallentin | 2020-12-18 | 1 | -1/+10 |
| | |||||
* | Added comment parser tests | vallentin | 2020-12-18 | 1 | -0/+17 |
| | |||||
* | Added support for nested comments | vallentin | 2020-12-18 | 1 | -4/+22 |
| |