Skip to content

v1.2.0

Compare
Choose a tag to compare
@duart38 duart38 released this 24 Aug 18:42
· 12 commits to master since this release

v1.2.0 (QOF)

  • Added command chaining support by exposing the instance back when no relevant value is to be returned (eg void)
  • Added varags support in "setValue()" method.

The var-args in setValue() will allow you to emit multiple values and populate this history but only the last value will be set as the active value.