v0.1.4
What's Changed
Rendering
- Put an RL or BT chart's arrowheads back on the end it asked for by @tokuhirom in #8
- End a statement at a semicolon or a comment, not only at a newline by @tokuhirom in #9
- Match a mermaid keyword as a word, not as a run of letters by @tokuhirom in #10
- Give an edge label somewhere to be that is not on top of the connector by @tokuhirom in #11
- Route a left-to-right edge that skips a rank under the boxes by @tokuhirom in #12
- Look for a sequence diagram's arrow before the colon, not anywhere by @tokuhirom in #13
- Decline a self-edge instead of quietly leaving it out by @tokuhirom in #14
- Draw an edge label wherever the edge is, not only in a top-down fan by @tokuhirom in #17
- Work out a junction from every line that meets it, not the last one drawn by @tokuhirom in #19
- Let a lane cross another lane instead of stopping at its corner by @tokuhirom in #20
- Hang a label off the end of its edge that the edge has to itself by @tokuhirom in #21
Fixes
- Stop the HTML parser panicking on multi-byte text by @tokuhirom in #7
Terminals and platforms
- Keep the upload cache when the id being retired is not the one cached by @tokuhirom in #15
Documentation
- Record what reading html.rs, mermaid.rs, and graphics.rs turned up by @tokuhirom in #6
- Record the two defects that fixing the others turned up by @tokuhirom in #16
- Record the label collision that drawing the labels turned up by @tokuhirom in #18
- Record the case the label rule cannot place by @tokuhirom in #22
- Release 0.1.4 by @tokuhirom in #23
Full Changelog: v0.1.3...v0.1.4