Skip to content

Releases: rweich/streamdeck-ts

v6.0.0

23 Mar 16:09
Compare
Choose a tag to compare

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)

v5.0.1

04 Jul 08:54
Compare
Choose a tag to compare

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)

v5.0.0

27 Dec 19:35
Compare
Choose a tag to compare

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)

v4.1.0

19 Dec 17:02
Compare
Choose a tag to compare

4.1.0 (2022-12-19)

Features

  • Add Stream Deck+ Support (9f59eb8)

Miscellaneous Chores

v4.0.4

22 Oct 16:20
Compare
Choose a tag to compare

4.0.4 (2022-10-22)

Bug Fixes

  • add executable flag to githooks (4d04386)

Miscellaneous Chores

v4.0.3

10 Jun 14:52
Compare
Choose a tag to compare

4.0.3 (2022-06-10)

Miscellaneous Chores

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

v4.0.2

04 Jun 11:00
Compare
Choose a tag to compare

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)

v4.0.1

29 Mar 11:58
Compare
Choose a tag to compare

4.0.1 (2022-03-29)

Miscellaneous Chores

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

v4.0.0

04 Feb 15:47
Compare
Choose a tag to compare

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)

v3.1.0

15 Jan 19:49
Compare
Choose a tag to compare

3.1.0 (2022-01-15)

Features

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