modest_ex v0.0.8-dev Release Notes

  • March 7, 2018

    • ➕ Added :scope flag to applications config. The scope controls the way html is serialized. Default scope is now :body_children, which handles fragmented html as fragments. This behaviour is much closer to the common use case.
    • ✅ Added custom scope to ModestEx.serialize, since this function can be used to build a complete html document from an empty string (see test for example).
    • ModestEx.split now returns a single string on lists with one item.