April 27, 2018
- Fixed hexdoc formatting, issue #16
April 24, 2018
- Fixed clean script
April 24, 2018
- Updated submodule
modest_html
for better performance
April 23, 2018
- Updated submodule
modest_html
related to a bug fix with large html strings
April 23, 2018
- Removed submodules
Modest
,cJSON
,vec
- Removed dependency to
jason
- Removed
ModestEx.delimiter
andModestEx.split
sind all return types are imeplemented as erlang lists - Added submodule
modest_html
- Implemented all
Modest
related code withmodest_html
library - Implemented new target tests for handler functions
- Removed feature
ModestEx.compare
andModestEx.transform
March 28, 2018
- Feature
ModestEx.transform
March 20, 2018
- Feature
ModestEx.pretty_print
- Feature
ModestEx.compare
March 11, 2018
- Feature
ModestEx.wrap
March 11, 2018
- Feature
ModestEx.position
March 7, 2018
- Fixed bug in
ModestEx.find
proper use of scope - Feature
ModestEx.slice
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.
March 6, 2018
- Feature
ModestEx.insert_before
- Feature
ModestEx.insert_after
- Feature
ModestEx.replace
March 6, 2018
- Feature
ModestEx.prepend
March 4, 2018
- Feature
ModestEx.append
March 4, 2018
- Feature
ModestEx.remove
March 4, 2018
- Feature
ModestEx.get_text
- Feature
ModestEx.set_text
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]
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