You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 0.0.11
2024-01-21 15:29
#### IMPROVED
- Add option for --local_links_only to html and links command, only returning links with the same origin site
### 0.0.10
2024-01-17 13:50
#### IMPROVED
- Update YARD documentation
- Breaking change, ensure all return types are Arrays, even with single objects, to aid in scriptability
- Screenshot test suite
### 0.0.9
2024-01-16 12:38
#### IMPROVED
- You can now use dot syntax inside of a square bracket comparison in --query (`[attrs.id*=what]`)
- *=, ^=, $=, and == work with array values
- [] comparisons with no comparison, e.g. [attrs.id], will return every match that has that element populated
### 0.0.8
2024-01-15 16:45
#### IMPROVED
- Dot syntax query can now operate on a full array using empty set []
- Dot syntax query should output a specific key, e.g. attrs[id*=news].content (work in progress)
- Dot query syntax handling touch-ups. Piping to jq is still more flexible, but the basics are there.