aboutsummaryrefslogtreecommitdiffstats
path: root/askama_tide (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Advertise Discord channel instead of GitterLibravatar Dirkjan Ochtman2023-10-031-1/+1
|
* Add MSRV checking in CILibravatar Dirkjan Ochtman2023-09-291-1/+1
| | | | Bump MSRV to 1.65 for the use of let .. else.
* Re-export `askama::*` in `askama_tide` (#802)Libravatar René Kijewski2023-04-012-2/+2
| | | | Every integration crate but `askama_tide` exports `askama::*`. This PR makes `askama_tide` behave the same as every other `integration crate`.
* Bump versions for Askama 0.12 (#784)Libravatar Dirkjan Ochtman2023-03-031-2/+2
|
* Apply clippy suggestions for 1.67 (#769)Libravatar Dirkjan Ochtman2023-01-302-2/+2
|
* Remove ext argument in integrationsLibravatar René Kijewski2022-09-191-3/+3
|
* Expose features in integration cratesLibravatar René Kijewski2022-06-071-0/+10
|
* Moved Features into derive (#662)Libravatar Andrew Wheeler(Genusis)2022-04-061-1/+1
| | | | | * Moved Features into derive, Updated Askama versions to 0.11 * Lock minimal versions to 0.11.2
* Use Template::MIME_TYPE instead of extensionLibravatar René Kijewski2022-01-071-7/+3
|
* Add `#![forbid(unsafe_code)]` to all crates except askama_escapeLibravatar René Kijewski2022-01-061-0/+1
|
* Add `#![deny(unreachable_pub)]` to all cratesLibravatar René Kijewski2022-01-061-0/+1
|
* Bump version numbersLibravatar Dirkjan Ochtman2021-11-241-2/+2
|
* Remove authors from Cargo metadata (see RFC 3052)Libravatar Dirkjan Ochtman2021-11-241-1/+0
|
* Bump version numbers in anticipation of beta releaseLibravatar Dirkjan Ochtman2021-08-211-1/+1
|
* Stop eliding lifetimes in pathsLibravatar Dirkjan Ochtman2021-07-011-0/+2
|
* askama_tide: bump version to 0.13.0Libravatar Dirkjan Ochtman2021-02-041-1/+1
|
* Update tide requirement from 0.15 to 0.16Libravatar dependabot-preview[bot]2021-02-011-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>
* Disable askama's default features in web framework cratesLibravatar Randati2020-12-211-1/+1
| | | | | | Without disabling these default features, askama's default features get automatically enabled when web framework specific crates are included in the project.
* Bump askama_tide version to 0.12Libravatar Dirkjan Ochtman2020-11-161-1/+1
|
* 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>
* 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
* Bump version number for askama_tideLibravatar Dirkjan Ochtman2020-09-191-1/+1
|
* 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>
* 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>
* Apparently no more than 5 keywords are allowedLibravatar Dirkjan Ochtman2020-07-141-1/+1
|
* Bump version number for askama_tide to make it consistentLibravatar Dirkjan Ochtman2020-07-141-1/+1
|
* Bump versions to prepare for askama_tide releaseLibravatar Dirkjan Ochtman2020-07-141-1/+1
|
* askama tideLibravatar Jacob Rothstein2020-07-147-0/+91