modest_ex v0.0.2-dev Release Notes

Release Date: 2018-04-27 // almost 6 years ago
  • 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]