All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Added
If
control - Added callback function for converting output for selectors
- Added
TODO.md
- Extend It is possible to scrap also using
selectors
in controls - Extend split to
/selectors
and/controls
- Extend
/test
structure - Fix Selectors are using
_type
instead oftype
- Fix Context has proper type
- Added support for nested
- Added
count
selector that returns number of elements - Added
link
selector that returnshref
from an element - Added
predicate
callback tolist
to filter elements
- Added
select
selector, a custom selector - Added
exists
selector list
now accept both query and selector- You can import selector instead of using
Q.
prefix - Fixed
list
ignoring context - Better internal naming
QueryData
->Query
QueryDataType
->Selector