All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.5.1 (2020-05-28)
1.5.0 (2020-05-07)
- Add INEWS device (32ec234)
- remove test code from configManifest (6449e16)
1.4.0 (2020-02-26)
- add placeholder option to config manifest entry (00a6c31)
1.3.0 (2020-01-07)
1.2.1 (2019-08-26)
1.2.0 (2019-06-05)
- add method (ebb741b)
1.1.0 (2019-05-03)
- updated typings from Core; devices & subDevices (3170577)
1.0.1 (2019-04-30)
1.0.0 (2019-04-30)
- remove built files (bc24f52)
- rename properties (e7a64f9)
- update some interface names (2f4f2e9)
- upgrade dependencies (014a0b5)
- interface to Core has changed (the big renaming)
0.9.0 (2019-04-11)
- export DDPConnectorOptions (6fc695c)
- increase setMaxListeners when attaching children (1291f67)
- ts3 + lint errors (aa59ee8)
- update dependencies (ad25978)
- update jest config (154c384)
- update to ts3 and audit fix (08df508)
- update yarn.lock, rm package-lock (a391834)
- add general data-manipulation methods (1ee437f)
- add Queue, to be used for sequential commands (e132575)
- add spreadsheet-device type (cd58d07)
0.8.0 (2019-02-04)
- readable error message (8c2c8ca)
- ddp support tls-options (d53e42d)
0.7.0 (2019-01-11)
- throw error on missing argument (1ce1a90)
0.6.3 (2018-12-11)
0.6.2 (2018-10-24)
- properly close socket connection before creating a new (c1a4470)
0.6.1 (2018-10-22)
- update data-store dependency (56d80df)
0.6.0 (2018-10-17)
- added mock of ddp/Core, to run tests as unit tests, rather than integration tests (92bfbdd)
- const definitions (e225c75)
- refactoring, cleaned up emitters, added watchdog to destroy(), added tests (af885b1)
- updated data-store dependency, du to 3.0.3 containing a bug related to folder creation (894d2ac)
- queued method calls implementation (040dbb7)
0.5.1 (2018-09-04)
0.5.0 (2018-08-14)
- updated dependencies (a5f95fb)
- added "ping" function, making a ping to the core. Only pinging when the watchdog isn't doing its stuff. (75435e0)
- because ddp.connect() is async, createClient must also be asynchronous. (8e34ae0)
0.4.1 (2018-08-03)
- bug in collection.find using function selector (59847ff)
0.4.0 (2018-07-04)
- Add segmentLineItemPlaybackStarted callback (8823613)
0.3.2 (2018-06-26)
0.3.1 (2018-06-25)
- updated data-store dep to fork, awaiting PR (303ec5b)
0.3.0 (2018-06-25)
- removing listeners upon destruction (5df77c3)
- added autoSubscribe method, that automatically renews subscriptions upon reconnection (46c4c07)
0.2.0 (2018-06-20)
- added watchDog (2c03b58)
0.1.2 (2018-06-18)
0.1.1 (2018-06-15)
- bugfix (0fd20e6)
- explicitly set request version in dependency to prevent voulnerability (b0d0880)
- lint errors (294bb92)
- readme and new ssh fingerprint (a6031c8)
- remove ssh keys accidentally added to the repo (d1d3942)
- yarn update to hopefully fix npm package voulnerability (ee95c5d)
- added connectionId (f26fe54)
- basic functionality and tests (8feef39)
- CircleCI features (2a1b730)
- linting & added credentials generator (851e6f8)
- Rename package (99e4fdf)
- support for having multiple mosdevices over same core-connection. Also added methods for mos data piping (cf21e67)
- timesync implementation (9b38df3)