aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #400 from djc/localLibravatar Dirkjan Ochtman2020-12-154-8/+8
|\ | | | | Sync local repo with GitHub
| * Bump version for askama_sharedLibravatar Dirkjan Ochtman2020-11-191-1/+1
| |
| * Adapt to changed mendes APILibravatar Dirkjan Ochtman2020-11-191-2/+2
| |
| * Bump versions to fix semver problemLibravatar Dirkjan Ochtman2020-11-173-6/+6
| |
| * Bump version numbers for askama and askama_deriveLibravatar Dirkjan Ochtman2020-11-172-5/+5
| |
* | Fixed whitespace issue when generating match (#399)Libravatar Christian Vallentin2020-12-127-53/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | * Fixed #397 * Updated parser to ignore whitespace between match and when * Updated test cases * Updated Python script to generate match ws tests * Added match ws tests * Resolved rustfmt lint
* | Fixed whitespace issue when generating if statement (#394)Libravatar Christian Vallentin2020-12-033-5/+281
| | | | | | * Fixed #377
* | Allow paths to start with `::` (#393)Libravatar Christian Vallentin2020-12-022-4/+34
| |
* | Improved if statement generation to avoid issues with implicit borrows (#392)Libravatar Christian Vallentin2020-12-013-0/+72
| | | | | | | | | | | | | | * Changed to automatically coerce to bool * Added new test case * Updated test case to include else if
* | Fixed parsing precedence and associativity (#391)Libravatar Christian Vallentin2020-12-011-33/+173
| |
* | Fixed implicit borrow of expressions (#390)Libravatar Christian Vallentin2020-12-014-2/+32
| |
* | Disable nom default featuresLibravatar Konrad Borowski2020-11-211-3/+1
| | | | | | | | | | This removes unnecessary lexical feature reducing amount of crates Askama depends on.
* | Fix small wording issues in bookLibravatar Fabian Würfl2020-11-211-2/+2
|/
* Bump version for askama_sharedLibravatar Dirkjan Ochtman2020-11-161-1/+1
|
* Bump askama_tide version to 0.12Libravatar Dirkjan Ochtman2020-11-161-1/+1
|
* Fix urlencode to be usable for URL segments and query keys/values (#384)Libravatar Jakub Valtar2020-11-161-30/+88
|
* Update tide requirement from 0.14 to 0.15Libravatar dependabot-preview[bot]2020-11-161-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.14.0...v0.15.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Correctly scope macro argument name bindings (fixes #382)Libravatar Dirkjan Ochtman2020-11-131-3/+12
|
* Use `syn::Error::to_compile_error` and add trybuild ui test (#374)Libravatar msrd02020-11-026-5/+28
|
* Improve error handling (see #368)Libravatar Dirkjan Ochtman2020-11-026-436/+584
|
* Apply clippy suggestionsLibravatar Dirkjan Ochtman2020-11-021-2/+2
|
* Upgrade to nom 6Libravatar Dirkjan Ochtman2020-11-022-37/+38
|
* Fix links and actions which were broken since the default branch was renamed ↵Libravatar jake2020-10-265-10/+10
| | | | from master to main
* askama_actix: bump version to 0.11.1Libravatar Dirkjan Ochtman2020-10-181-1/+1
|
* bump versionLibravatar Jacob Rothstein2020-10-181-1/+1
|
* update to tide 0.14Libravatar Jacob Rothstein2020-10-181-2/+4
|
* Disable tide default featuresLibravatar Matt Johnston2020-10-061-1/+1
| | | | h1-server feature is currently needed for tide to build
* Do not include default actix-web featuresLibravatar Rob Ede2020-09-251-1/+1
| | | closes #360
* Update ci config for new default branch nameLibravatar Dirkjan Ochtman2020-09-191-1/+1
|
* Bump version number for askama_tideLibravatar Dirkjan Ochtman2020-09-191-1/+1
|
* Add integration tests for into_{f64,isize}Libravatar Yuxuan Shui2020-09-161-0/+14
| | | | Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
* fix into_f64 and into_isizeLibravatar Yuxuan Shui2020-09-161-13/+13
| | | | | | | | | | | askama passes references to the filters (e.g. &f64), and &f64 doesn't implement NumCast, only f64 does. So, the filters should take &T instead of T. Fixes #357 Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
* actix: upgrade to actix 3Libravatar Dirkjan Ochtman2020-09-111-2/+2
|
* Schedule a CI run every FridayLibravatar Dirkjan Ochtman2020-09-071-0/+2
|
* Upgrade to gotham 0.5Libravatar Dirkjan Ochtman2020-09-071-2/+2
|
* Use unstable sort for size median calculationLibravatar Dirkjan Ochtman2020-08-251-1/+1
|
* Use efficient method for nested template renderingLibravatar Dirkjan Ochtman2020-08-252-5/+6
|
* tide: use set_error for correct error handlingLibravatar Jacob Rothstein2020-08-041-2/+2
|
* Update tide requirement from 0.12 to 0.13Libravatar dependabot-preview[bot]2020-08-041-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.12.0...v0.13.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Bump askama_derive dependency on askama_sharedLibravatar Dirkjan Ochtman2020-07-281-1/+1
|
* Bump version numbersLibravatar Dirkjan Ochtman2020-07-283-5/+5
|
* Add mendes integrationLibravatar Dirkjan Ochtman2020-07-285-0/+55
|
* Use modern dyn syntax to prevent warningsLibravatar Dirkjan Ochtman2020-07-281-1/+1
|
* Point to relevant book chapter from the filters module docsLibravatar Dirkjan Ochtman2020-07-231-2/+2
|
* Fix filter docs to clarify whitespace handlingLibravatar Dirkjan Ochtman2020-07-231-16/+18
|
* Update tide requirement from 0.11 to 0.12Libravatar dependabot-preview[bot]2020-07-201-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.11.0...v0.12.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Fix additional clippy issueLibravatar Dirkjan Ochtman2020-07-202-2/+2
|
* Clean up clippy issuesLibravatar Dirkjan Ochtman2020-07-203-11/+9
|
* Add fmt filter that swaps the first two arguments to format!().Libravatar Andrew Dona-Couch2020-07-143-1/+53
| | | | | | This allows a more natural filter usage: `{{ val | fmt("{:?}") }}` as well as enabling convenient filter composition: `{{ price | to_f64 | fmt("${:.2}") | center }}`
* Apparently no more than 5 keywords are allowedLibravatar Dirkjan Ochtman2020-07-141-1/+1
|