Skip to content

Latest commit

 

History

History
261 lines (124 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

261 lines (124 loc) · 10.3 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

6.0.0 (2024-03-23)

⚠ BREAKING CHANGES

  • the minimal supported node version is now v18.17

Features

  • add timerUpdate event for plugins to listen to (6026241)

Documentation

  • update ci-link in readme (02590c7)

Miscellaneous Chores

  • remove support for node <18.17 (aebb6e6)
  • update dependencies (major) (b5a0e5a)

5.0.1 (2023-07-04)

Miscellaneous Chores

  • deps: bump http-cache-semantics from 4.1.0 to 4.1.1 (157b65f)
  • deps: bump json5 from 1.0.1 to 1.0.2 (46728c3)
  • Update streamdeck-events to 5.1.0 (a326966)

5.0.0 (2022-12-27)

⚠ BREAKING CHANGES

  • streamdeck-events experienced a breaking change between 4.1.0 -> 5.0.0. While this library itself experienced no changes, most consumers appear to use this dependency transitively.

Miscellaneous Chores

  • Update streamdeck-events to 5.0.0 (0a585f2)

4.1.0 (2022-12-19)

Features

  • Add Stream Deck+ Support (9f59eb8)

Miscellaneous Chores

4.0.4 (2022-10-22)

Bug Fixes

  • add executable flag to githooks (4d04386)

Miscellaneous Chores

4.0.3 (2022-06-10)

Miscellaneous Chores

  • deps-dev: bump semantic-release from 19.0.2 to 19.0.3 (ac66bfb)

4.0.2 (2022-06-04)

Documentation

  • update event payload for key-events (5973637)

Miscellaneous Chores

  • add @types/node package (d2d5518)
  • deps: bump npm from 8.5.5 to 8.12.0 (19eb688)
  • deps: bump semver-regex from 3.1.3 to 3.1.4 (b8de483)
  • update dependencies (b0794f0)

4.0.1 (2022-03-29)

Miscellaneous Chores

  • deps: bump minimist from 1.2.5 to 1.2.6 (a555e30)

4.0.0 (2022-02-04)

⚠ BREAKING CHANGES

  • the minimum required version of node is now v14.17

Bug Fixes

  • linting and test errors (babbce4)
  • tests not closing their ws-connections (28db6a1)

Documentation

  • add upgrade notes for v4 (5bd309f)

Miscellaneous Chores

  • drop support for node v12 and v15 (d11d4fd)
  • fix linting warnings (ca05f67)
  • upgrade dependencies (major) (37751c4)

3.1.0 (2022-01-15)

Features

  • expose actionInfo property in PI (#14) (f137b49)

3.0.0 (2021-12-11)

⚠ BREAKING CHANGES

  • due to the update some events have to be handled differently: the row/column props in keyup/keydown, willappear/willdisappear and didreceivesettings events might be undefined now!

Miscellaneous Chores

  • update streamdeck-events to v2 (1c5cd9b)

Documentation

  • update docs to reflect the streamdeck-events changes (6b16c8e)

2.1.3 (2021-09-15)

Miscellaneous Chores

2.1.2 (2021-09-01)

Bug Fixes

Miscellaneous Chores

  • update dependencies (3695ffb)
  • deps: bump tar from 6.1.5 to 6.1.11 (245653e)

2.1.1 (2021-08-05)

Miscellaneous Chores

  • deps: bump tar from 6.1.0 to 6.1.5 (2517965)

2.1.0 (2021-05-29)

Features

  • add missing events and listeners (67214f6)

Miscellaneous Chores

2.0.0 (2021-05-24)

Bug Fixes

BREAKING CHANGES

  • node 10 no longer supported!

1.4.0 (2021-04-02)

Features

  • add support for sendToPropertyInspector event (20d3830)
  • simplify events sent (49bf1e4)

1.3.0 (2021-03-29)

Features

  • simplify event listener usage (80dcf0d)

1.2.0 (2021-03-14)

Features

  • ability to inject the logger to be used (a8bf215)

1.1.0 (2021-02-25)

Features

  • add some missing outgoing events (6137c15)

1.0.2 (2021-02-14)

Bug Fixes

1.0.1 (2021-02-13)

Bug Fixes

  • removed assetconfig from github action (2c7a22a)

1.0.0 (2021-02-13)

Bug Fixes

Features

  • add propertyinspector (151f161)
  • added exports for all important classes (3c7d86d)
  • added injectable logger (6e3ebeb)
  • create streamdeck plugin (1d087c3)
  • narrow down the event pattern matching tests (daf505f)