Ferdinand Bachmann
|
8ab628faa2
|
Update Rocket dependency to version 0.2.0 (#74)
* Update Rocket dependency to version 0.2.0
* Change rocket dependency to version range
|
2017-02-14 22:54:27 +13:00 |
|
Chris Wong
|
fe08789e3f
|
Make PResult type private
Not sure why it was public in the first place
|
2017-02-11 17:19:12 +13:00 |
|
Chris Wong
|
9ca984c89b
|
Release 0.16.0
|
2017-02-06 16:12:58 +13:00 |
|
Chris Wong
|
aa2c586e36
|
Correct maud::DOCTYPE_HTML to maud::DOCTYPE
Closes #69 (nice)
|
2017-02-06 15:55:29 +13:00 |
|
Chris Wong
|
f858430b51
|
Update to Iron 0.5.1
See #70
|
2017-01-29 12:37:05 +13:00 |
|
Chris Wong
|
b128f25104
|
Update doc upload script to use Cargo workspace
See efe3af85e2
|
2017-01-28 23:04:17 +13:00 |
|
Chris Wong
|
4d4ba6c59b
|
Release 0.15.0
|
2017-01-26 20:15:49 +13:00 |
|
Chris Wong
|
35d50913fb
|
Fix typo in maud_extras/Cargo.toml
|
2017-01-26 19:58:25 +13:00 |
|
Chris Wong
|
ab38909e34
|
Rocket: specify explicit HTML content type
See SergioBenitez/Rocket#49
|
2017-01-26 17:00:10 +13:00 |
|
Chris Wong
|
e577411356
|
Update to rustc 1.16.0-nightly (83c2d9523 2017-01-24)
|
2017-01-26 16:59:07 +13:00 |
|
Chris Wong
|
f21d1b578e
|
Update to rustc 1.16.0-nightly (1a2ed98d3 2017-01-13)
|
2017-01-15 15:37:13 +13:00 |
|
Chris Wong
|
4cc8698638
|
Add Rocket support
|
2016-12-30 21:08:38 +13:00 |
|
Chris Wong
|
efe3af85e2
|
Add Cargo workspace configuration
See rust-lang/rfcs#1525
|
2016-12-30 20:50:08 +13:00 |
|
Chris Wong
|
c849d9efdf
|
Use if_chain from crates.io
|
2016-12-29 12:20:08 +13:00 |
|
Chris Wong
|
b2ff33fea6
|
Use a more flexible if_chain! macro
|
2016-12-27 21:27:54 +13:00 |
|
Chris Wong
|
f991ebaa78
|
Lint against PreEscaped("<!DOCTYPE html>")
See #66
|
2016-12-27 21:27:54 +13:00 |
|
Chris Wong
|
98d0402d87
|
Add #[allow(unused_imports)] to generated code
This prevents a warning when the trait is already in scope.
|
2016-12-27 21:24:49 +13:00 |
|
Chris Wong
|
cd5e247f53
|
Update change log
|
2016-12-23 20:42:05 +13:00 |
|
Chris Wong
|
c57ee6e683
|
Remove RenderOnce
Closes #68
|
2016-12-23 20:38:53 +13:00 |
|
Chris Wong
|
7925fbad43
|
Travis: add cargo-clippy to $PATH
|
2016-12-17 14:18:48 +13:00 |
|
Chris Wong
|
dab8e5108a
|
Add impl Into<String> for PreEscaped
This allows for passing `Markup` values directly to Rouille's
[`Response::html`][1] constructor.
[1]: https://docs.rs/rouille/0.4.1/rouille/struct.Response.html#method.html
|
2016-12-17 13:41:59 +13:00 |
|
Chris Wong
|
2063e61211
|
Travis: don't fail the build if Clippy is broken
|
2016-12-12 21:33:50 +13:00 |
|
Chris Wong
|
504cd9e53d
|
Tweak documentation for maud_extras
|
2016-12-12 13:02:13 +13:00 |
|
Chris Wong
|
db6ac0d364
|
Merge pull request #67 from ernestas-poskus/features/add_meta_tags_to_maud_extras
Features/add meta tags to maud extras
|
2016-12-12 12:50:11 +13:00 |
|
Ernestas Poskus
|
448fa0341a
|
Add meta charset element
|
2016-12-11 22:17:44 +02:00 |
|
Ernestas Poskus
|
5410e73e11
|
Add meta title element
|
2016-12-11 22:14:10 +02:00 |
|
Ernestas Poskus
|
4d3e2cc775
|
Add meta tags element
|
2016-12-11 22:13:26 +02:00 |
|
Ernestas Poskus
|
b81c4a10f0
|
Add Javascript element
Drop type=text/javascript from Javascript fn
Rename Javascript fn to Js
|
2016-12-06 09:08:33 +02:00 |
|
Chris Wong
|
8d0e412336
|
Use toggled class shorthand in benchmark
|
2016-11-24 20:45:08 +13:00 |
|
Chris Wong
|
fb935c2e13
|
Release 0.14.0
|
2016-11-24 20:34:45 +13:00 |
|
Chris Wong
|
1859f1635c
|
Update Rust
rustc 1.15.0-nightly (7b3eeea22 2016-11-21)
|
2016-11-23 22:33:04 +13:00 |
|
Chris Wong
|
9dbba72c7e
|
Build docs for all crates
|
2016-11-22 22:23:23 +13:00 |
|
Chris Wong
|
e05af0a326
|
Add maud_extras crate
Closes #64
|
2016-11-22 22:17:15 +13:00 |
|
Chris Wong
|
b76bda0e50
|
Add a "DOCTYPE" constant
|
2016-11-22 21:58:06 +13:00 |
|
Chris Wong
|
585ed3851b
|
Implement toggled classes
Closes #44
|
2016-11-19 15:59:33 +13:00 |
|
Chris Wong
|
8f77990e8c
|
Remove unnecessary #[feature(conservative_impl_trait)]
|
2016-11-19 15:59:06 +13:00 |
|
Chris Wong
|
68feeeff1b
|
Change empty attribute syntax to use [square brackets]
Closes #59
See #44
|
2016-11-17 20:39:02 +13:00 |
|
Chris Wong
|
ac37a5be46
|
Reword stability spiel in readme
|
2016-11-17 20:37:17 +13:00 |
|
Chris Wong
|
4b81039d2d
|
Flatten substitutions from macro_rules expansion
This fixes a compile error with the test `misc::issue_23`.
|
2016-11-16 18:03:23 +13:00 |
|
Chris Wong
|
39602a075c
|
Implement let expressions
Closes #57
|
2016-11-12 14:46:49 +13:00 |
|
Chris Wong
|
a3908faf24
|
Travis: run Clippy :)
|
2016-11-06 12:49:44 +13:00 |
|
Chris Wong
|
202cc8decf
|
Fix Clippy warnings
|
2016-11-06 12:40:57 +13:00 |
|
Chris Wong
|
872a9f5cbc
|
Update benchmark dependencies
|
2016-11-06 12:40:26 +13:00 |
|
Chris Wong
|
f5219a3757
|
Make Maud benchmark more idiomatic
|
2016-11-04 12:13:17 +13:00 |
|
Chris Wong
|
c614478bd5
|
Release 0.13.0
|
2016-11-03 23:17:34 +13:00 |
|
Chris Wong
|
ac259ebe47
|
Don't escape single quotes
|
2016-11-03 23:13:20 +13:00 |
|
Chris Wong
|
181bb0583e
|
Update Rust
|
2016-11-03 22:47:54 +13:00 |
|
Chris Wong
|
1bdf6ea06a
|
Add Tera benchmark
|
2016-10-22 21:10:07 +13:00 |
|
Chris Wong
|
927a77f0f6
|
Add contributors' guide
|
2016-10-22 20:36:48 +13:00 |
|
Chris Wong
|
90e0f1ccbd
|
Restrict PreEscaped to T: AsRef<str>
Closes #54
|
2016-10-22 19:57:48 +13:00 |
|