- Implement Pretty for Cow (5897df33)
- CJK characters display width (d1cdc4ef)
- Don't leak the indentation of earlier documents into latter ones (430bb457)
- Add the BlockDoc formatter (d4106e4e)
- Make
RcDoc
a wrapper aroundRc<Doc>
, notBox<Doc>
- Implement Add/AddAssign on DocBuilder (45e085a4)
- Allow &String in the docs! macro again (e02bdc8f)
- Use display width during rendering (b88f123a, closes #67)
- Introduce the Pretty trait (84a41d3d)
- Implement Deref for DocBuilder (97602f36)
- Implement Debug on DocBuilder (05bc8b76)
- Debug print Line documents (063052d5)
- Debug print sotfline_ docs in a shortform (b64b8b37)
- Debug print sotfline docs in a shortform (86915fea)