Incorporate inline-blocks/etc into the layout model.
Improve documentation & naming for flexbox.
Fixes to traverse & retrieve laid out text!
Integrate flexbox CSS property parsing.
Fix release of CatTrap 0.4 (as I should've called it...)
Expose text data from main module.
Improve concurrency, release 0.3, & (not in 0.3) better expose text info
Segfault/performance fixes.
Performance optimizations: Concurrency, & move download/styling/layout to out-of-thread.
Insert Bidi characters into the tree handed to Balkon!
Refactor tree to aid future dev (Inline layout got a major overhaul anyways...)
Correctly reporting surrounding whitespace on inline elements.
Incorporate CSS Box Model into positioning inline ancestors.
Correctly assign positions, prepare to incorporate padding into size calc
Refactor to use newer Balkón APIs.
Add support for logical properties thanks to Stylist Traits update.
Reference document main module.
Reference-document generic layout/tree-traversal, seperate natural from final size fields.