Skip to content

Releases: bitfocus/companion-module-base

v0.4.6

04 Oct 22:17
Compare
Choose a tag to compare

0.4.6 (2022-10-04)

Bug Fixes

  • 'init' being received before module is ready (d571d9c)
  • error propagation in ipc responses (68c7c6e)
  • populate default module config at first start (38da676)

v0.4.5

02 Oct 19:15
Compare
Choose a tag to compare

0.4.5 (2022-10-02)

Bug Fixes

  • ejson.parse doesn't accept undefined (3e079bb)

v0.4.4

02 Oct 16:52
Compare
Choose a tag to compare

0.4.4 (2022-10-02)

Bug Fixes

v0.4.3

02 Oct 10:31
Compare
Choose a tag to compare

0.4.3 (2022-10-02)

Bug Fixes

  • manifest type reexports (5ffff52)

v0.4.2

02 Oct 10:21
Compare
Choose a tag to compare

0.4.2 (2022-10-02)

Bug Fixes

  • module manifest validation issues (4d6cc02)

v0.4.1

02 Oct 00:20
Compare
Choose a tag to compare

0.4.1 (2022-10-01)

Bug Fixes

  • manifest validation failing once webpacked (afa2970)

v0.4.0

01 Oct 22:35
Compare
Choose a tag to compare

0.4.0 (2022-10-01)

Features

  • encode ipc payloads with ejson, to make transfer less lossey (fe1d388)
  • switch to using child-process ipc instead of socket.io for modules (c38026f)
  • switch to using child-process ipc instead of socket.io for modules (0256d09)

v0.3.0

29 Sep 18:32
Compare
Choose a tag to compare

0.3.0 (2022-09-29)

Features

  • add json schema for companion/manifest.json files (dd69090)
  • api for recording actions (#11) (ad27dcc)
  • implement validation of manifest json, using the json schema (1b5714d)
  • modules set custom variables (#12) (9d54fda)

v0.2.0

04 Sep 10:46
e83631e
Compare
Choose a tag to compare

0.2.0 (2022-09-04)

Features

  • convert InstanceStatus into proper enum (73213ab)
  • initial refactored socket helpers (603b806)

v0.1.2

21 Jul 09:38
Compare
Choose a tag to compare

0.1.2 (2022-07-21)

Bug Fixes

  • re-add method needed by legacy wrapper (f0e3327)