Skip to content

Releases: cbranch101/react-wiring-library

v1.1.1

29 Mar 01:31
1047d2f
Compare
Choose a tag to compare

1.1.1 (2022-03-29)

Bug Fixes

v1.0.4

19 Jun 14:44
0ba75c3
Compare
Choose a tag to compare

1.0.4 (2021-06-19)

Bug Fixes

  • make serialize return its string instead of just logging it (faa8ed1)

v1.0.3

17 Mar 18:17
7dc5611
Compare
Choose a tag to compare

1.0.3 (2021-03-17)

Bug Fixes

  • fix multiple issues related to function passing (d76723a)
  • trigger build for real (2c0e29d)
  • update kcd-scripts in attempt to fix build (3a33c6e)

v1.0.2

26 Nov 21:01
df0e582
Compare
Choose a tag to compare

1.0.2 (2019-11-26)

Bug Fixes

v1.0.1

13 Nov 18:42
dc58645
Compare
Choose a tag to compare

1.0.1 (2019-11-13)

Bug Fixes

  • correctly handle errors for custom queries (4d545c9)

v1.0.0

13 Nov 17:22
8a8f0b2
Compare
Choose a tag to compare

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

v0.0.11

28 Oct 20:16
9e04d67
Compare
Choose a tag to compare

0.0.11 (2019-10-28)

Bug Fixes

  • trying to trigger a semantic release build (68c5be6)