Skip to content

v1.0.0

Choose a tag to compare

@cbranch101 cbranch101 released this 13 Nov 17:22
· 74 commits to master since this release
8a8f0b2

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