Improved
- qol:
$.query
and$.queryAll
can now be passed a generic, eg:$.query<HTMLElement>('#hello');
to aid in places where its really not possible to determine. - qol:
$.query
and$.queryAll
will now properly fallback toHTMLElement
instead ofnever
when no generic is passed and inference is not possible.