Sergio Benitez
4dbd87a36f
New version: 0.4.0-rc.1.
2018-10-31 14:35:30 -07:00
Sergio Benitez
34c76dd0a9
Keep release info in site's 'index.toml'.
2018-10-28 20:17:44 -07:00
Sergio Benitez
38536b58b5
Improve templates guide documentation.
2018-10-26 20:52:28 -07:00
Sergio Benitez
2b89acb5bc
Use better verbage on site index.
2018-10-26 03:33:12 -07:00
Sergio Benitez
3903ffdb47
Update guide in full for current 0.4.0-dev.
2018-10-22 14:50:57 -07:00
Sergio Benitez
26ee132782
Update site content for restructure.
2018-10-15 22:53:05 -07:00
Sergio Benitez
2839aca8ce
Update features for latest nightly.
2018-10-09 04:31:09 -07:00
Sergio Benitez
360b0e80b0
Port all codegen tests to codegen_next.
2018-10-09 04:31:08 -07:00
Sergio Benitez
a019f0d1f3
Use new 'JsonValue' type as return type of 'json!'.
...
Prior to this commit, a 'json!' invocation returned a value of type
'Value' from 'serde_json'. Because 'Value' does not implement
'Responder', most uses of 'json!' were wrapped in 'Json':
'Json(json!(..))`. By returning a crate-local 'JsonValue' type that
implements 'Responder', this repetition is resolved, and a 'json!' can
appear unwrapped.
This commit also removes the reexport of 'Value' from 'rocket_contrib'
as well as the default type of 'Value' for 'T' in 'Json<T>'.
2017-08-25 23:14:42 -07:00
Sergio Benitez
3f6c6fd576
Move to 0.4.0-dev on master.
2017-08-11 09:32:27 -07:00
Sergio Benitez
cdacda0896
New version: 0.3.0.
2017-07-14 11:30:48 -07:00
Sergio Benitez
65886c8c4e
Rename 'contrib::JSON' to 'contrib::Json'.
2017-07-12 15:11:41 -07:00
Sergio Benitez
1c866f34fa
Various guide updates for 0.3.
2017-07-10 05:05:25 -07:00
Sergio Benitez
73fed03ef4
New version: 0.2.8.
2017-06-01 22:10:05 -07:00
Sergio Benitez
a4292ba666
Update site for 0.2.7.
2017-05-26 20:38:56 -07:00
Sergio Benitez
e6bbeacb1c
New version: 0.2.6.
2017-04-17 16:21:56 -07:00
Sergio Benitez
b5ef6ec85b
Add site contents, including the guide. Add license information.
2017-04-16 21:11:41 -07:00