All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.32.0 (2021-05-05)
- resend device statuses to core, on core reconnect (2c139f6)
- add device config manifest (#24) (84a1e97)
- add method: killProcess (6c36b88)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added function: triggerGetAllRunningOrders (6cc5f04)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added set status methods (40dfcb9)
- Added status logging to console (55168ac)
- added subscription for sub-device peripheralCommands & added method triggerGetRunningOrder (f0617c0)
- added support for environment variables as well as CLI args (f681acc)
- added support for some CLI arguments (9fa946b)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- Better logging of messages (cf92951)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- execute peripheralCommands both on subdevice and parent device (7374ab5)
- getRunningOrder (09d3c1e)
- implemented dynamic mosDevices & moved config into Core (52b95f5)
- implemented Mos-connection (it works now) (27bf4c0)
- Implemented support for peripheralDeviceCommands, allowing for triggering of functions from Core (eaddadc)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- setup subscription upon reconnection & properly handle dispose (0c91d55)
- support for device id & token in env-variables & cli args (249923a)
- update core-integration dep (e099f99)
- update to node 12 (15ea24e)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated deviceType of sub-devices (3953b42)
- updated mos-connection dependency (6f72a4d)
- updated mos-connection dependency, for dynamic setDebug (096b449)
- validate item replace (#25) (fe4c236)
- add dontUseQueryPort to configManifest (4475963)
- add optional timeout value in typings (49438bb)
- add optional timeout value to config manifest (41b6ceb)
- added -h / -help CLI command (0466074)
- added event listeners (70c686b)
- added initial check, so that the mos-id is the same as what we want (0449387)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- be sure to send the executeFunction reply from the same device that received the command (2501a50)
- better unhandled error logging (8cf7a2f)
- bugfix (6bf2762)
- bugfix, no mosconnection during init (120dc57)
- bugfixes in mos-connection (45e79ba)
- build error (1bb3e7f)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- caught _removeDevice erors wasn't forwarded correctly (c05650d)
- changed "test" to "spec" files (f048398)
- connection updates (7679162)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- error when changing devices, due to asynchronousity (878ccbe)
- executeFunction error callbacks (5685300)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- implemented mos.init() to account for breaking change in mos-connection (c9bc557)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- linting & added dispose functions (2e63985)
- log core error replies (7e4b9c5)
- log options on startup (56ec040)
- logging output on single line (cbc264d)
- migrate to github & package name change (3e4a3e8)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (dba9284)
- mos-connection dep (bd537b2)
- new mos-devices was created during core reconnection, instead of re-using the current ones (33ed498)
- onConnectionRestored was fired upon initial connection (a77c515)
- prevent periphperal commands from running multiple times (d3fb532)
- properly dispose of mosDevices (0334b79)
- remove dev-dependencies from docker images (683f318)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- temporary fix, types/xmlbuilder not properly exposed by mos-connection (da38acc)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update dependencies (81ef93b)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- update mos-connection dep (6c7714d)
- update mos.connection dep (3462c80)
- update tv-automation-server-core-integration dep (b66fc20)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- vulnerabilities (1b41084)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- updated mos-connection dep, introducing some more events (183d02d)
- use offspec failover for security (35b9108)
1.9.1 (2021-03-24)
- add device config manifest (#24) (84a1e97)
- add method: killProcess (6c36b88)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added function: triggerGetAllRunningOrders (6cc5f04)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added set status methods (40dfcb9)
- Added status logging to console (55168ac)
- added subscription for sub-device peripheralCommands & added method triggerGetRunningOrder (f0617c0)
- added support for environment variables as well as CLI args (f681acc)
- added support for some CLI arguments (9fa946b)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- Better logging of messages (cf92951)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- execute peripheralCommands both on subdevice and parent device (7374ab5)
- getRunningOrder (09d3c1e)
- implemented dynamic mosDevices & moved config into Core (52b95f5)
- implemented Mos-connection (it works now) (27bf4c0)
- Implemented support for peripheralDeviceCommands, allowing for triggering of functions from Core (eaddadc)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- setup subscription upon reconnection & properly handle dispose (0c91d55)
- support for device id & token in env-variables & cli args (249923a)
- update core-integration dep (e099f99)
- update to node 12 (15ea24e)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated deviceType of sub-devices (3953b42)
- updated mos-connection dependency (6f72a4d)
- updated mos-connection dependency, for dynamic setDebug (096b449)
- validate item replace (#25) (fe4c236)
- add dontUseQueryPort to configManifest (4475963)
- add optional timeout value in typings (49438bb)
- add optional timeout value to config manifest (41b6ceb)
- added -h / -help CLI command (0466074)
- added event listeners (70c686b)
- added initial check, so that the mos-id is the same as what we want (0449387)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- be sure to send the executeFunction reply from the same device that received the command (2501a50)
- better unhandled error logging (8cf7a2f)
- bugfix (6bf2762)
- bugfix, no mosconnection during init (120dc57)
- bugfixes in mos-connection (45e79ba)
- build error (1bb3e7f)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- caught _removeDevice erors wasn't forwarded correctly (c05650d)
- changed "test" to "spec" files (f048398)
- connection updates (7679162)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- error when changing devices, due to asynchronousity (878ccbe)
- executeFunction error callbacks (5685300)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- implemented mos.init() to account for breaking change in mos-connection (c9bc557)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- linting & added dispose functions (2e63985)
- log core error replies (7e4b9c5)
- log options on startup (56ec040)
- logging output on single line (cbc264d)
- migrate to github & package name change (3e4a3e8)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (dba9284)
- mos-connection dep (bd537b2)
- new mos-devices was created during core reconnection, instead of re-using the current ones (33ed498)
- onConnectionRestored was fired upon initial connection (a77c515)
- prevent periphperal commands from running multiple times (d3fb532)
- properly dispose of mosDevices (0334b79)
- remove dev-dependencies from docker images (683f318)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- temporary fix, types/xmlbuilder not properly exposed by mos-connection (da38acc)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update dependencies (81ef93b)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- update mos-connection dep (6c7714d)
- update mos.connection dep (3462c80)
- update tv-automation-server-core-integration dep (b66fc20)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- vulnerabilities (1b41084)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- updated mos-connection dep, introducing some more events (183d02d)
- use offspec failover for security (35b9108)
1.9.0-release30.0 (2021-02-10)
1.8.1-0 (2021-02-10)
- add device config manifest (#24) (84a1e97)
- add method: killProcess (6c36b88)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added function: triggerGetAllRunningOrders (6cc5f04)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added set status methods (40dfcb9)
- Added status logging to console (55168ac)
- added subscription for sub-device peripheralCommands & added method triggerGetRunningOrder (f0617c0)
- added support for environment variables as well as CLI args (f681acc)
- added support for some CLI arguments (9fa946b)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- Better logging of messages (cf92951)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- execute peripheralCommands both on subdevice and parent device (7374ab5)
- getRunningOrder (09d3c1e)
- implemented dynamic mosDevices & moved config into Core (52b95f5)
- implemented Mos-connection (it works now) (27bf4c0)
- Implemented support for peripheralDeviceCommands, allowing for triggering of functions from Core (eaddadc)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- setup subscription upon reconnection & properly handle dispose (0c91d55)
- support for device id & token in env-variables & cli args (249923a)
- update core-integration dep (e099f99)
- update to node 12 (15ea24e)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated deviceType of sub-devices (3953b42)
- updated mos-connection dependency (6f72a4d)
- updated mos-connection dependency, for dynamic setDebug (096b449)
- validate item replace (#25) (fe4c236)
- add dontUseQueryPort to configManifest (4475963)
- add optional timeout value in typings (49438bb)
- add optional timeout value to config manifest (41b6ceb)
- added -h / -help CLI command (0466074)
- added event listeners (70c686b)
- added initial check, so that the mos-id is the same as what we want (0449387)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- be sure to send the executeFunction reply from the same device that received the command (2501a50)
- better unhandled error logging (8cf7a2f)
- bugfix (6bf2762)
- bugfix, no mosconnection during init (120dc57)
- bugfixes in mos-connection (45e79ba)
- build error (1bb3e7f)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- caught _removeDevice erors wasn't forwarded correctly (c05650d)
- changed "test" to "spec" files (f048398)
- connection updates (7679162)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- error when changing devices, due to asynchronousity (878ccbe)
- executeFunction error callbacks (5685300)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- implemented mos.init() to account for breaking change in mos-connection (c9bc557)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- linting & added dispose functions (2e63985)
- log core error replies (7e4b9c5)
- log options on startup (56ec040)
- logging output on single line (cbc264d)
- migrate to github & package name change (3e4a3e8)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (dba9284)
- mos-connection dep (bd537b2)
- new mos-devices was created during core reconnection, instead of re-using the current ones (33ed498)
- onConnectionRestored was fired upon initial connection (a77c515)
- prevent periphperal commands from running multiple times (d3fb532)
- properly dispose of mosDevices (0334b79)
- remove dev-dependencies from docker images (683f318)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- temporary fix, types/xmlbuilder not properly exposed by mos-connection (da38acc)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update dependencies (81ef93b)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- update mos-connection dep (6c7714d)
- update mos.connection dep (3462c80)
- update tv-automation-server-core-integration dep (b66fc20)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- vulnerabilities (1b41084)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- updated mos-connection dep, introducing some more events (183d02d)
- use offspec failover for security (35b9108)
1.8.0-release28.0 (2020-12-14)
1.7.0 (2020-12-08)
1.7.0-release27.0 (2020-11-16)
1.6.0 (2020-11-10)
1.6.0-release26.0 (2020-10-19)
1.5.1 (2020-10-19)
1.5.1-0 (2020-09-29)
- add device config manifest (#24) (84a1e97)
- add method: killProcess (6c36b88)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added function: triggerGetAllRunningOrders (6cc5f04)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added set status methods (40dfcb9)
- Added status logging to console (55168ac)
- added subscription for sub-device peripheralCommands & added method triggerGetRunningOrder (f0617c0)
- added support for environment variables as well as CLI args (f681acc)
- added support for some CLI arguments (9fa946b)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- Better logging of messages (cf92951)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- execute peripheralCommands both on subdevice and parent device (7374ab5)
- getRunningOrder (09d3c1e)
- implemented dynamic mosDevices & moved config into Core (52b95f5)
- implemented Mos-connection (it works now) (27bf4c0)
- Implemented support for peripheralDeviceCommands, allowing for triggering of functions from Core (eaddadc)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- setup subscription upon reconnection & properly handle dispose (0c91d55)
- support for device id & token in env-variables & cli args (249923a)
- update core-integration dep (e099f99)
- update to node 12 (15ea24e)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated deviceType of sub-devices (3953b42)
- updated mos-connection dependency (6f72a4d)
- updated mos-connection dependency, for dynamic setDebug (096b449)
- validate item replace (#25) (fe4c236)
- add dontUseQueryPort to configManifest (4475963)
- add optional timeout value in typings (49438bb)
- add optional timeout value to config manifest (41b6ceb)
- added -h / -help CLI command (0466074)
- added event listeners (70c686b)
- added initial check, so that the mos-id is the same as what we want (0449387)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- be sure to send the executeFunction reply from the same device that received the command (2501a50)
- better unhandled error logging (8cf7a2f)
- bugfix (6bf2762)
- bugfix, no mosconnection during init (120dc57)
- bugfixes in mos-connection (45e79ba)
- build error (1bb3e7f)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- caught _removeDevice erors wasn't forwarded correctly (c05650d)
- changed "test" to "spec" files (f048398)
- connection updates (7679162)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- error when changing devices, due to asynchronousity (878ccbe)
- executeFunction error callbacks (5685300)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- implemented mos.init() to account for breaking change in mos-connection (c9bc557)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- linting & added dispose functions (2e63985)
- log core error replies (7e4b9c5)
- log options on startup (56ec040)
- logging output on single line (cbc264d)
- migrate to github & package name change (3e4a3e8)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (dba9284)
- mos-connection dep (bd537b2)
- new mos-devices was created during core reconnection, instead of re-using the current ones (33ed498)
- onConnectionRestored was fired upon initial connection (a77c515)
- prevent periphperal commands from running multiple times (d3fb532)
- properly dispose of mosDevices (0334b79)
- remove dev-dependencies from docker images (683f318)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- temporary fix, types/xmlbuilder not properly exposed by mos-connection (da38acc)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update dependencies (81ef93b)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- update mos-connection dep (6c7714d)
- update mos.connection dep (3462c80)
- update tv-automation-server-core-integration dep (b66fc20)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- vulnerabilities (1b41084)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- updated mos-connection dep, introducing some more events (183d02d)
- use offspec failover for security (35b9108)
1.4.3 (2020-08-17)
1.4.2 (2020-08-17)
1.4.1 (2020-08-17)
- add device config manifest (#24) (84a1e97)
- add method: killProcess (6c36b88)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added function: triggerGetAllRunningOrders (6cc5f04)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added set status methods (40dfcb9)
- Added status logging to console (55168ac)
- added subscription for sub-device peripheralCommands & added method triggerGetRunningOrder (f0617c0)
- added support for environment variables as well as CLI args (f681acc)
- added support for some CLI arguments (9fa946b)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- Better logging of messages (cf92951)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- execute peripheralCommands both on subdevice and parent device (7374ab5)
- getRunningOrder (09d3c1e)
- implemented dynamic mosDevices & moved config into Core (52b95f5)
- implemented Mos-connection (it works now) (27bf4c0)
- Implemented support for peripheralDeviceCommands, allowing for triggering of functions from Core (eaddadc)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- setup subscription upon reconnection & properly handle dispose (0c91d55)
- support for device id & token in env-variables & cli args (249923a)
- update core-integration dep (e099f99)
- update to node 12 (15ea24e)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated deviceType of sub-devices (3953b42)
- updated mos-connection dependency (6f72a4d)
- updated mos-connection dependency, for dynamic setDebug (096b449)
- validate item replace (#25) (fe4c236)
- add dontUseQueryPort to configManifest (4475963)
- added -h / -help CLI command (0466074)
- added event listeners (70c686b)
- added initial check, so that the mos-id is the same as what we want (0449387)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- better unhandled error logging (8cf7a2f)
- bugfix (6bf2762)
- bugfix, no mosconnection during init (120dc57)
- bugfixes in mos-connection (45e79ba)
- build error (1bb3e7f)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- caught _removeDevice erors wasn't forwarded correctly (c05650d)
- changed "test" to "spec" files (f048398)
- connection updates (7679162)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- error when changing devices, due to asynchronousity (878ccbe)
- executeFunction error callbacks (5685300)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- implemented mos.init() to account for breaking change in mos-connection (c9bc557)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- linting & added dispose functions (2e63985)
- log core error replies (7e4b9c5)
- log options on startup (56ec040)
- logging output on single line (cbc264d)
- migrate to github & package name change (3e4a3e8)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (dba9284)
- mos-connection dep (bd537b2)
- new mos-devices was created during core reconnection, instead of re-using the current ones (33ed498)
- onConnectionRestored was fired upon initial connection (a77c515)
- prevent periphperal commands from running multiple times (d3fb532)
- properly dispose of mosDevices (0334b79)
- remove dev-dependencies from docker images (683f318)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- temporary fix, types/xmlbuilder not properly exposed by mos-connection (da38acc)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update dependencies (81ef93b)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- update mos-connection dep (6c7714d)
- update mos.connection dep (3462c80)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- use offspec failover for security (35b9108)
- vulnerabilities (1b41084)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- updated mos-connection dep, introducing some more events (183d02d)
1.3.2-0 (2020-05-29)
1.3.1 (2020-05-12)
1.3.1-0 (2020-05-07)
- add device config manifest (#24) (84a1e97)
- add method: killProcess (6c36b88)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added function: triggerGetAllRunningOrders (6cc5f04)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added set status methods (40dfcb9)
- Added status logging to console (55168ac)
- added subscription for sub-device peripheralCommands & added method triggerGetRunningOrder (f0617c0)
- added support for environment variables as well as CLI args (f681acc)
- added support for some CLI arguments (9fa946b)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- Better logging of messages (cf92951)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- execute peripheralCommands both on subdevice and parent device (7374ab5)
- getRunningOrder (09d3c1e)
- implemented dynamic mosDevices & moved config into Core (52b95f5)
- implemented Mos-connection (it works now) (27bf4c0)
- Implemented support for peripheralDeviceCommands, allowing for triggering of functions from Core (eaddadc)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- setup subscription upon reconnection & properly handle dispose (0c91d55)
- support for device id & token in env-variables & cli args (249923a)
- update core-integration dep (e099f99)
- update to node 12 (15ea24e)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated deviceType of sub-devices (3953b42)
- updated mos-connection dependency (6f72a4d)
- updated mos-connection dependency, for dynamic setDebug (096b449)
- validate item replace (#25) (fe4c236)
- add dontUseQueryPort to configManifest (4475963)
- added -h / -help CLI command (0466074)
- added event listeners (70c686b)
- added initial check, so that the mos-id is the same as what we want (0449387)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- better unhandled error logging (8cf7a2f)
- bugfix (6bf2762)
- bugfix, no mosconnection during init (120dc57)
- bugfixes in mos-connection (45e79ba)
- build error (1bb3e7f)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- caught _removeDevice erors wasn't forwarded correctly (c05650d)
- changed "test" to "spec" files (f048398)
- connection updates (7679162)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- error when changing devices, due to asynchronousity (878ccbe)
- executeFunction error callbacks (5685300)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- implemented mos.init() to account for breaking change in mos-connection (c9bc557)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- linting & added dispose functions (2e63985)
- log core error replies (7e4b9c5)
- log options on startup (56ec040)
- logging output on single line (cbc264d)
- migrate to github & package name change (3e4a3e8)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (dba9284)
- mos-connection dep (bd537b2)
- new mos-devices was created during core reconnection, instead of re-using the current ones (33ed498)
- onConnectionRestored was fired upon initial connection (a77c515)
- prevent periphperal commands from running multiple times (d3fb532)
- properly dispose of mosDevices (0334b79)
- remove dev-dependencies from docker images (683f318)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- temporary fix, types/xmlbuilder not properly exposed by mos-connection (da38acc)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update dependencies (81ef93b)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- update mos-connection dep (6c7714d)
- update mos.connection dep (3462c80)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- use offspec failover for security (35b9108)
- vulnerabilities (1b41084)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- updated mos-connection dep, introducing some more events (183d02d)
- add device config manifest (#24) (84a1e97)
- add method: killProcess (6c36b88)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added function: triggerGetAllRunningOrders (6cc5f04)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added set status methods (40dfcb9)
- Added status logging to console (55168ac)
- added subscription for sub-device peripheralCommands & added method triggerGetRunningOrder (f0617c0)
- added support for environment variables as well as CLI args (f681acc)
- added support for some CLI arguments (9fa946b)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- Better logging of messages (cf92951)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- execute peripheralCommands both on subdevice and parent device (7374ab5)
- getRunningOrder (09d3c1e)
- implemented dynamic mosDevices & moved config into Core (52b95f5)
- implemented Mos-connection (it works now) (27bf4c0)
- Implemented support for peripheralDeviceCommands, allowing for triggering of functions from Core (eaddadc)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- setup subscription upon reconnection & properly handle dispose (0c91d55)
- support for device id & token in env-variables & cli args (249923a)
- update core-integration dep (e099f99)
- update to node 12 (15ea24e)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated deviceType of sub-devices (3953b42)
- updated mos-connection dependency (6f72a4d)
- updated mos-connection dependency, for dynamic setDebug (096b449)
- add dontUseQueryPort to configManifest (4475963)
- added -h / -help CLI command (0466074)
- added event listeners (70c686b)
- added initial check, so that the mos-id is the same as what we want (0449387)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- better unhandled error logging (8cf7a2f)
- bugfix (6bf2762)
- bugfix, no mosconnection during init (120dc57)
- bugfixes in mos-connection (45e79ba)
- build error (1bb3e7f)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- caught _removeDevice erors wasn't forwarded correctly (c05650d)
- changed "test" to "spec" files (f048398)
- connection updates (7679162)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- error when changing devices, due to asynchronousity (878ccbe)
- executeFunction error callbacks (5685300)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- implemented mos.init() to account for breaking change in mos-connection (c9bc557)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- linting & added dispose functions (2e63985)
- log core error replies (7e4b9c5)
- log options on startup (56ec040)
- logging output on single line (cbc264d)
- migrate to github & package name change (3e4a3e8)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (dba9284)
- mos-connection dep (bd537b2)
- new mos-devices was created during core reconnection, instead of re-using the current ones (33ed498)
- onConnectionRestored was fired upon initial connection (a77c515)
- prevent periphperal commands from running multiple times (d3fb532)
- properly dispose of mosDevices (0334b79)
- remove dev-dependencies from docker images (683f318)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- temporary fix, types/xmlbuilder not properly exposed by mos-connection (da38acc)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update dependencies (81ef93b)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- update mos-connection dep (6c7714d)
- update mos.connection dep (3462c80)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- use offspec failover for security (35b9108)
- vulnerabilities (1b41084)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- updated mos-connection dep, introducing some more events (183d02d)
1.2.0-0 (2020-03-24)
- update to node 12 (15ea24e)
- add dontUseQueryPort to configManifest (4475963)
- add device config manifest (#24) (84a1e97)
- add method: killProcess (6c36b88)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added function: triggerGetAllRunningOrders (6cc5f04)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added set status methods (40dfcb9)
- Added status logging to console (55168ac)
- added subscription for sub-device peripheralCommands & added method triggerGetRunningOrder (f0617c0)
- added support for environment variables as well as CLI args (f681acc)
- added support for some CLI arguments (9fa946b)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- Better logging of messages (cf92951)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- execute peripheralCommands both on subdevice and parent device (7374ab5)
- getRunningOrder (09d3c1e)
- implemented dynamic mosDevices & moved config into Core (52b95f5)
- implemented Mos-connection (it works now) (27bf4c0)
- Implemented support for peripheralDeviceCommands, allowing for triggering of functions from Core (eaddadc)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- setup subscription upon reconnection & properly handle dispose (0c91d55)
- support for device id & token in env-variables & cli args (249923a)
- update core-integration dep (e099f99)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated deviceType of sub-devices (3953b42)
- updated mos-connection dependency (6f72a4d)
- updated mos-connection dependency, for dynamic setDebug (096b449)
- added -h / -help CLI command (0466074)
- added event listeners (70c686b)
- added initial check, so that the mos-id is the same as what we want (0449387)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- better unhandled error logging (8cf7a2f)
- bugfix (6bf2762)
- bugfix, no mosconnection during init (120dc57)
- bugfixes in mos-connection (45e79ba)
- build error (1bb3e7f)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- caught _removeDevice erors wasn't forwarded correctly (c05650d)
- changed "test" to "spec" files (f048398)
- connection updates (7679162)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- error when changing devices, due to asynchronousity (878ccbe)
- executeFunction error callbacks (5685300)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- implemented mos.init() to account for breaking change in mos-connection (c9bc557)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- linting & added dispose functions (2e63985)
- log core error replies (7e4b9c5)
- log options on startup (56ec040)
- logging output on single line (cbc264d)
- migrate to github & package name change (3e4a3e8)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (dba9284)
- mos-connection dep (bd537b2)
- new mos-devices was created during core reconnection, instead of re-using the current ones (33ed498)
- onConnectionRestored was fired upon initial connection (a77c515)
- prevent periphperal commands from running multiple times (d3fb532)
- properly dispose of mosDevices (0334b79)
- remove dev-dependencies from docker images (683f318)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- temporary fix, types/xmlbuilder not properly exposed by mos-connection (da38acc)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update dependencies (81ef93b)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- update mos-connection dep (6c7714d)
- update mos.connection dep (3462c80)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- updated mos-connection dep, introducing some more events (183d02d)
- use offspec failover for security (35b9108)
- vulnerabilities (1b41084)
1.1.0-0 (2020-01-08)
- add device config manifest (#24) (84a1e97)
- add method: killProcess (6c36b88)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added function: triggerGetAllRunningOrders (6cc5f04)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added set status methods (40dfcb9)
- Added status logging to console (55168ac)
- added subscription for sub-device peripheralCommands & added method triggerGetRunningOrder (f0617c0)
- added support for environment variables as well as CLI args (f681acc)
- added support for some CLI arguments (9fa946b)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- Better logging of messages (cf92951)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- execute peripheralCommands both on subdevice and parent device (7374ab5)
- getRunningOrder (09d3c1e)
- implemented dynamic mosDevices & moved config into Core (52b95f5)
- implemented Mos-connection (it works now) (27bf4c0)
- Implemented support for peripheralDeviceCommands, allowing for triggering of functions from Core (eaddadc)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- setup subscription upon reconnection & properly handle dispose (0c91d55)
- support for device id & token in env-variables & cli args (249923a)
- update core-integration dep (e099f99)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated deviceType of sub-devices (3953b42)
- updated mos-connection dependency (6f72a4d)
- updated mos-connection dependency, for dynamic setDebug (096b449)
- added -h / -help CLI command (0466074)
- added event listeners (70c686b)
- added initial check, so that the mos-id is the same as what we want (0449387)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- better unhandled error logging (8cf7a2f)
- bugfix (6bf2762)
- bugfix, no mosconnection during init (120dc57)
- bugfixes in mos-connection (45e79ba)
- build error (1bb3e7f)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- caught _removeDevice erors wasn't forwarded correctly (c05650d)
- changed "test" to "spec" files (f048398)
- connection updates (7679162)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- error when changing devices, due to asynchronousity (878ccbe)
- executeFunction error callbacks (5685300)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- implemented mos.init() to account for breaking change in mos-connection (c9bc557)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- linting & added dispose functions (2e63985)
- log core error replies (7e4b9c5)
- log options on startup (56ec040)
- logging output on single line (cbc264d)
- migrate to github & package name change (3e4a3e8)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (dba9284)
- mos-connection dep (bd537b2)
- new mos-devices was created during core reconnection, instead of re-using the current ones (33ed498)
- onConnectionRestored was fired upon initial connection (a77c515)
- prevent periphperal commands from running multiple times (d3fb532)
- properly dispose of mosDevices (0334b79)
- remove dev-dependencies from docker images (683f318)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- temporary fix, types/xmlbuilder not properly exposed by mos-connection (da38acc)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update dependencies (81ef93b)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- update mos-connection dep (6c7714d)
- update mos.connection dep (3462c80)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- updated mos-connection dep, introducing some more events (183d02d)
- use offspec failover for security (35b9108)
- vulnerabilities (1b41084)
1.0.1 (2019-10-25)
1.0.1-0 (2019-10-25)
- update mos-connection dep (6c7714d)
1.0.0 (2019-09-11)
- added -h / -help CLI command (0466074)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- bugfix (6bf2762)
- bugfixes in mos-connection (45e79ba)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- changed "test" to "spec" files (f048398)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- log options on startup (56ec040)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (bd537b2)
- mos-connection dep (dba9284)
- remove dev-dependencies from docker images (683f318)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- temporary fix, types/xmlbuilder not properly exposed by mos-connection (da38acc)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update dependencies (81ef93b)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- update mos.connection dep (3462c80)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- use offspec failover for security (35b9108)
- vulnerabilities (1b41084)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- implemented Mos-connection (it works now) (27bf4c0)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- update core-integration dep (e099f99)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated mos-connection dependency, for dynamic setDebug (096b449)
0.8.0 (2019-07-05)
- added -h / -help CLI command (0466074)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- bugfix (6bf2762)
- bugfixes in mos-connection (45e79ba)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- changed "test" to "spec" files (f048398)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- Inverter deviceSubType (34b6ea0)
- mosHandler: do not reject in initialization before connection (9997306)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- log options on startup (56ec040)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (bd537b2)
- typings (0a755fd)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos-conn dep (28b3ef4)
- update mos-conn dep (e9d1972)
- update mos.connection dep (3462c80)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- use offspec failover for security (35b9108)
- vulnerabilities (1b41084)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- implemented Mos-connection (it works now) (27bf4c0)
- kill process when init fails (fe05191)
- log message on startup (512a34e)
- log MOS-commands (df7526c)
- new device type interface (ef6fc5f)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- set logLevel & mosConnection.setDebug (b2fc66c)
- update core-integration dep (e099f99)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated mos-connection dependency, for dynamic setDebug (096b449)
0.8.0-0 (2019-05-22)
- log message on startup (512a34e)
- new device type interface (ef6fc5f)
- update core-integration dep (e099f99)
0.7.0 (2019-05-15)
0.7.0-0 (2019-05-15)
- typings (0a755fd)
- update mos-conn dep (e9d1972)
- update mos-conn dep (28b3ef4)
- vulnerabilities (1b41084)
- log MOS-commands (df7526c)
- replaceStoryItem (5ef9a18)
- send mos-commands sequentially to Core (f35c81e)
- added -h / -help CLI command (0466074)
- added missing core onError handler (805e305)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
- bugfix (6bf2762)
- bugfixes in mos-connection (45e79ba)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- changed "test" to "spec" files (f048398)
- correct license holder (9042cc0)
- drop empty certificates (a43c3ac)
- get device options on init (320179d)
- getting debugLogging to work (d5ab983)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- log options on startup (56ec040)
- mos-conn dep (handover bugfix) (b0da158)
- mos-connection dep (bd537b2)
- mosHandler: do not reject in initialization before connection (9997306)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- upd mos-conn dep (debug logging) (6fc5fe9)
- update core-integration dep (clean up old sockets) (4afd928)
- update mongodb-memory server to fix build issue (f2cd240)
- update mos.connection dep (3462c80)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- use offspec failover for security (35b9108)
- addd getSnapshot function stub, used for debugging (e667135)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added version reporting upon init (d71a594)
- added watchDog (476ba47)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
- Core ddp-connector and init strategy (93f2f60)
- implemented Mos-connection (it works now) (27bf4c0)
- kill process when init fails (fe05191)
- set logLevel & mosConnection.setDebug (b2fc66c)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependencies (containing the xml rehaul) (6efcb96)
- updated dependency of core-integration (676761e)
- updated mos-connection dependency, for dynamic setDebug (096b449)
0.5.3 (2019-03-27)
0.5.2 (2019-02-28)
0.5.1 (2019-02-08)
- drop empty certificates (a43c3ac)
0.5.0 (2019-02-08)
- CLI arguments "-certificates" & "-unsafeSSL" (6f957d0)
0.4.8 (2019-01-16)
- update mongodb-memory server to fix build issue (f2cd240)
0.4.7 (2019-01-10)
- peripheralDevices: creates more user-friendly names of devices and sub devices. (f503577)
0.4.6 (2018-12-19)
0.4.5 (2018-12-19)
0.4.4 (2018-12-13)
0.4.3 (2018-11-16)
- bugfixes in mos-connection (45e79ba)
0.4.2 (2018-11-06)
- added places to fix mos data, also for callbacks, not just broadcasts (b1a6228)
0.4.1 (2018-11-06)
0.4.0 (2018-10-11)
- getting debugLogging to work (d5ab983)
- mos-conn dep (handover bugfix) (b0da158)
- upd mos-conn dep (debug logging) (6fc5fe9)
- set logLevel & mosConnection.setDebug (b2fc66c)
- updated mos-connection dependency, for dynamic setDebug (096b449)
0.3.4 (2018-09-27)
0.3.3 (2018-09-25)
0.3.2 (2018-09-04)
0.3.1 (2018-08-31)
0.3.0 (2018-08-28)
- addd getSnapshot function stub, used for debugging (e667135)
0.2.0 (2018-08-23)
- added -h / -help CLI command (0466074)
- added missing core onError handler (805e305)
- build-error: WIP: freeze lockfile and see if it builds (8cb0739)
- build-error: WIP: remove "rm yarn.lock" (4b7221c)
- build-script: yarn.lock file should not be removed and if updates are needed, that shoud fail the build process. (d25fd22)
- get device options on init (320179d)
- handle mos 'warning' event (d7ef474)
- handle promises appropriately (31385e8)
- mosHandler: do not reject in initialization before connection (9997306)
- init action ordering (_updateDevices could be called before _initMosConnection was done) (c622c68)
- removed package-lock.json, in favor for yarn.lock (b31a9a4)
- uncaught error thrown when logging circular dependencies (a3b2f9f)
- updated core dependency & added fix for when shutting down / disposing (causing error) (20ff505)
- use offspec failover for security (35b9108)
- added version reporting upon init (d71a594)
- updated dependencies (containing the xml rehaul) (6efcb96)
- added -disableWatchdog cli option (8b7bdf9)
- added debugLogging (b390c67)
- added integration stub for profile 0 (df8af47)
- added methods for piping mos data into Core (3cbb459)
- added watchDog (476ba47)
- Core ddp-connector and init strategy (93f2f60)
- implemented Mos-connection (it works now) (27bf4c0)
- kill process when init fails (fe05191)
- updated core-integration dep, introducing autoSubscribe (6cc8604)
- updated dependency of core-integration (676761e)