Changelog
2.0.0
CHORE
: expose utils via main entry point only; use imports / destructuring to access them:
import { bind } from 'min-dom';
CHORE
: expose query.all()
as queryAll
CHORE
: migrate libray to ES6CHORE
: build and publish ES6, CommonJS and UMD distributionsChangelog
1.0.0
CHORE
: remove component-query
and rely on native querySelector(All)
Check git log
for earlier history.