Releases: danburzo/hred
Releases · danburzo/hred
v1.5.1
v1.5.0
Support for attribute wildcards
Upgraded to qsx@3.3.0, which adds support for the attribute wildcard @*
that can be used to extract all HTML attributes from an element:
echo "<a href='#' rel='noopener' target='_blank'>Click me</a>" | hred 'a @*'
[
{
"href": "#",
"rel": "noopener",
"target": "_blank"
}
]
v1.3.0
Upgraded to qsx@3.2.0
, see the release notes for new features.
v1.2.0
v1.1.6
Upgraded to qsx@v3.1.3
.
v1.1.5
v1.1.2
v1.1.1
Upgraded to qsx@v3.1.1