All Versions
18
Latest Version
Avg Release Cycle
6 days
Latest Release
1975 days ago
Changelog History
Page 2
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.
- โ Added
-
v0.0.7-dev Changes
March 6, 2018
- ๐ Feature
ModestEx.insert_before
- ๐ Feature
ModestEx.insert_after
- ๐ Feature
ModestEx.replace
- ๐ Feature
-
v0.0.6-dev Changes
March 6, 2018
- ๐ Feature
ModestEx.prepend
- ๐ Feature
-
v0.0.5-dev Changes
March 4, 2018
- ๐ Feature
ModestEx.append
- ๐ Feature
-
v0.0.4-dev Changes
March 4, 2018
- ๐ Feature
ModestEx.remove
- ๐ Feature
-
v0.0.3-dev Changes
March 4, 2018
- ๐ Feature
ModestEx.get_text
- ๐ Feature
ModestEx.set_text
- ๐ Feature
-
v0.0.2-dev Changes
April 27, 2018March 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]
- ๐ Features can now be piped together
-
v0.0.1-dev Changes
April 27, 2018February 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