Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.

Latest commit

 

History

History
313 lines (147 loc) · 12.4 KB

File metadata and controls

313 lines (147 loc) · 12.4 KB

Changelog

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)

Features

Bug Fixes

  • remove test code from configManifest (6449e16)

1.4.0 (2020-02-26)

Features

  • add placeholder option to config manifest entry (00a6c31)

1.3.0 (2020-01-07)

Features

  • device config manifests (15e7c7f)
  • update ci to run for node 8,10,12 (24cebc3)

1.2.1 (2019-08-26)

Bug Fixes

  • an issue with getCollection (cc870c9)
  • minimize Collection scope size (0fa7943)

1.2.0 (2019-06-05)

Features

1.1.0 (2019-05-03)

Features

  • updated typings from Core; devices & subDevices (3170577)

1.0.1 (2019-04-30)

Bug Fixes

1.0.0 (2019-04-30)

Bug Fixes

Features

  • noop, just to get the the next version right (89b3cb7)
  • update typings with copy from Core (b2bbb74)

BREAKING CHANGES

  • interface to Core has changed (the big renaming)

0.9.0 (2019-04-11)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

Features

  • ddp support tls-options (d53e42d)

0.7.0 (2019-01-11)

Bug Fixes

  • throw error on missing argument (1ce1a90)

Features

  • Add Media_Manager DeviceType (0c40194)
  • updated typings from Core (d668257)

0.6.3 (2018-12-11)

0.6.2 (2018-10-24)

Bug Fixes

  • properly close socket connection before creating a new (c1a4470)

0.6.1 (2018-10-22)

Bug Fixes

  • update data-store dependency (56d80df)

0.6.0 (2018-10-17)

Bug Fixes

  • 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)

Features

  • queued method calls implementation (040dbb7)

0.5.1 (2018-09-04)

0.5.0 (2018-08-14)

Bug Fixes

Features

  • 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 Fixes

  • bug in collection.find using function selector (59847ff)

0.4.0 (2018-07-04)

Features

  • Add segmentLineItemPlaybackStarted callback (8823613)

0.3.2 (2018-06-26)

Bug Fixes

  • refactoring & how events are fired (2a2966d)
  • updated ddp dependency (5d09770)

0.3.1 (2018-06-25)

Bug Fixes

  • updated data-store dep to fork, awaiting PR (303ec5b)

0.3.0 (2018-06-25)

Bug Fixes

  • removing listeners upon destruction (5df77c3)

Features

  • added autoSubscribe method, that automatically renews subscriptions upon reconnection (46c4c07)

0.2.0 (2018-06-20)

Features

0.1.2 (2018-06-18)

0.1.1 (2018-06-15)

0.1.0 (2018-06-15)

Bug Fixes

  • 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)

Features

  • 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)