v1.0.0
1.0.0 (2019-11-13)
- feat:(getRender) simplify default export (ccd5365)
BREAKING CHANGES
- the default function used to build wiring has been
simplified to no longer require multiple calls.
instead of const getRender = buildWiring(wiring) and then
const render = getRender(['wiringKey']) you just call
const render = getRender(wiring)
Also, the export has changed from the default to getRender