This is a major breaking change release that introduces new information when options are parsed. Shortly, options are now arrays with fields text
, marker
and separator
. See below the full changelog.
Changed
- Options are now arrays with fields
text
,marker
andseparator
.
Added
- Config entry
attr_validation
to control how attributes are validated.