Releases: bitfocus/companion-module-base
Releases · bitfocus/companion-module-base
v0.4.6
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
0.4.5 (2022-10-02)
Bug Fixes
- ejson.parse doesn't accept undefined (3e079bb)
v0.4.4
0.4.4 (2022-10-02)
Bug Fixes
v0.4.3
0.4.3 (2022-10-02)
Bug Fixes
v0.4.2
0.4.2 (2022-10-02)
Bug Fixes
- module manifest validation issues (4d6cc02)
v0.4.1
0.4.1 (2022-10-01)
Bug Fixes
- manifest validation failing once webpacked (afa2970)
v0.4.0
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
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
0.2.0 (2022-09-04)
Features
- convert InstanceStatus into proper enum (73213ab)
- initial refactored socket helpers (603b806)
v0.1.2
0.1.2 (2022-07-21)
Bug Fixes
- re-add method needed by legacy wrapper (f0e3327)