All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog
- Changed internal type names
- Update all dependencies
- Added support for
exist
selector - Rename
GeType
toTypeOfQuery
New version with breaking changes is released. This kind of version has very simple API and its more lightweight (17KiB).
- 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