Commit graph

206 commits

Author SHA1 Message Date
Chris Wong
344df28f90 Release 0.6.0 2015-09-16 12:36:17 +12:00
Chris Wong
a940856383 Fix doctests 2015-09-16 12:31:13 +12:00
Chris Wong
5676895dd9 Make Escaper own the wrapped writer, not borrow it 2015-09-16 12:03:09 +12:00
Chris Wong
c68f98d3a7 Expose Escaper type 2015-09-12 18:48:14 +12:00
Chris Wong
59360c719c Release 0.5.1 2015-09-08 13:15:05 +12:00
Chris Wong
86c515e5c3 Fix typo in documentation 2015-09-07 11:47:00 +12:00
Chris Wong
0286287196 Release 0.5.0 2015-09-06 13:00:47 +12:00
Chris Wong
cdcacab1ea Add Utf8Writer 2015-09-06 12:59:41 +12:00
Chris Wong
1badbd9df2 De-closureify the API
Closes 
2015-09-01 18:26:50 +12:00
Chris Wong
abbb565412 Release 0.4.4 2015-07-31 17:37:05 +12:00
Chris Wong
e66723b80b Release 0.4.3 2015-07-03 11:01:12 +12:00
Chris Wong
46fab1372b Allow nested macro invocations
Closes 
2015-07-03 10:59:34 +12:00
Chris Wong
543adf78c0 Fix formatting 2015-05-01 19:56:06 +12:00
Chris Wong
36c9792d0a Release 0.4.2 2015-04-30 16:36:47 +12:00
Chris Wong
d6677b3319 Borrow spliced values instead of moving them
Closes 
2015-04-30 16:32:15 +12:00
Chris Wong
24e390047e Release 0.4.1 2015-04-13 20:42:47 +12:00
Chris Wong
86c6edafae Release 0.4.0 2015-04-11 10:26:43 +12:00
Chris Wong
fa28c39956 Release 0.3.4 2015-04-04 10:43:25 +13:00
Chris Wong
f08963012a Release 0.3.3 2015-04-03 16:30:43 +13:00
Chris Wong
df0689c7ed Release v0.3.2 2015-03-21 13:40:08 +13:00
Chris Wong
40612241f2 Release 0.3.1 2015-03-15 17:28:52 +13:00
Chris Wong
098e71468c Remove #[feature(io)]
I/O is stable now
2015-03-15 11:18:21 +13:00
Chris Wong
9586ebfa63 Release 0.3.0 2015-03-15 11:11:27 +13:00
Chris Wong
0170d76aa8 Add homepage to Cargo.toml 2015-03-15 11:10:06 +13:00
Chris Wong
41f0e15970 Link to the book 2015-03-14 21:28:04 +13:00
Chris Wong
a118f54612 API comment conventions () 2015-03-06 12:50:14 +13:00
Chris Wong
9b13557781 Switch to new std::io module 2015-02-18 20:28:44 +13:00
Chris Wong
64962e2c41 Update Rust 2015-02-13 17:46:02 +13:00
Chris Wong
52bd1e4189 Release 0.2.0 2015-02-07 12:29:34 +13:00
Chris Wong
e01af11eaa Update Rust 2015-02-02 20:53:47 +13:00
Chris Wong
9ee1c76e93 Rename std::io => std::old_io
The iopocalypse begins
2015-01-30 18:00:22 +13:00
Chris Wong
dca0400692 Implement toggleable boolean attributes
Closes 
2015-01-29 13:47:11 +13:00
Chris Wong
d8ee991da2 Rename [render, render_to] -> [to_string, render]
It's more consistent with existing conventions
2015-01-27 11:16:22 +13:00
Chris Wong
dd9679fa89 Release 0.1.1 2015-01-26 12:41:42 +13:00
Chris Wong
8eb655207e Take inner closure by value instead of by reference
Closes 
2015-01-26 12:20:49 +13:00
Chris Wong
af60d7c3ec Edit docs again!
Exclamation marks!
2015-01-25 17:45:08 +13:00
Chris Wong
30a8dccfb0 Release 0.1.0 2015-01-25 15:23:55 +13:00
Chris Wong
17a447d898 Mention Display trait in docs 2015-01-25 15:12:00 +13:00
Chris Wong
9b1402101d Add some more docs 2015-01-24 23:42:38 +13:00
Chris Wong
7056661a3a Update Rust 2015-01-24 20:37:04 +13:00
Chris Wong
a455b4c987 Add documentation links to Cargo.toml 2015-01-22 22:39:52 +13:00
Chris Wong
ced8d50092 Document Markup a bit more 2015-01-19 16:38:38 +13:00
Chris Wong
5265e420c3 Document the whole thing
Like woah
2015-01-19 16:20:08 +13:00
Chris Wong
40424e283c Use the Escaper struct directly
It's internal anyway, so meh
2015-01-17 22:21:27 +13:00
Chris Wong
4da9272494 Finally make splicing variables work 2015-01-17 22:21:27 +13:00
Chris Wong
b984ef19cd Mark rt module as #[doc(hidden)] 2015-01-17 11:53:40 +13:00
Chris Wong
e4a804a365 Give Markup type one lifetime instead of two 2015-01-15 10:16:43 +13:00
Chris Wong
33c487c5e4 Refer to std::fmt types directly instead of using aliases 2015-01-12 15:56:33 +13:00
Chris Wong
663247aef3 Use an opaque Markup type instead of a bare closure 2015-01-12 15:52:11 +13:00
Chris Wong
b1aa300884 Don't use different escaping rules for attributes 2015-01-11 10:58:27 +13:00