All Versions
18
Latest Version
Avg Release Cycle
6 days
Latest Release
2181 days ago

Changelog History
Page 2

  • v0.0.8-dev Changes

    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.
  • v0.0.7-dev Changes

    March 6, 2018

    • ๐Ÿ”‹ Feature ModestEx.insert_before
    • ๐Ÿ”‹ Feature ModestEx.insert_after
    • ๐Ÿ”‹ Feature ModestEx.replace
  • v0.0.6-dev Changes

    March 6, 2018

    • ๐Ÿ”‹ Feature ModestEx.prepend
  • v0.0.5-dev Changes

    March 4, 2018

    • ๐Ÿ”‹ Feature ModestEx.append
  • v0.0.4-dev Changes

    March 4, 2018

    • ๐Ÿ”‹ Feature ModestEx.remove
  • v0.0.3-dev Changes

    March 4, 2018

    • ๐Ÿ”‹ Feature ModestEx.get_text
    • ๐Ÿ”‹ Feature ModestEx.set_text
  • v0.0.2-dev Changes

    April 27, 2018

    March 2, 2018

    • ๐Ÿ”‹ Features can now be piped together ModestEx.Find(..) |> ModestEx.get_attribute(...)
    • โž• Added hexpm badge for version and counter
    • โž• Added travis build badge
    • ๐Ÿ”‹ Feature ModestEx.set_attribute
    • ๐Ÿ”‹ Feature ModestEx.get_attribute
    • ๐Ÿšš Moved delimiter to :modest_ex config. Default delimiter is "|"
    • ๐Ÿ”„ Changed success type to @type success() :: String.t | [String.t]
  • v0.0.1-dev Changes

    April 27, 2018

    February 28, 2018

    • List of ModestEx features
    • ๐Ÿ”‹ Feature ModestEx.serialize
    • ๐Ÿ”‹ Feature ModestEx.find with optional delimiter
    • ๐Ÿ“š Documentation
    • ๐Ÿ‘ List of supported CSS selectors
    • ModestEx icon
    • ๐Ÿ“ฆ Package test
    • C-Node Binding to Modest library
    • LGPL license