All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
6.0.0 (2024-03-23)
- the minimal supported node version is now v18.17
- add timerUpdate event for plugins to listen to (6026241)
- update ci-link in readme (02590c7)
5.0.1 (2023-07-04)
- 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)
- 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.
- Update streamdeck-events to 5.0.0 (0a585f2)
4.1.0 (2022-12-19)
- Add Stream Deck+ Support (9f59eb8)
- Update dependencies (9b5c4aa)
4.0.4 (2022-10-22)
- add executable flag to githooks (4d04386)
- update dependencies (4000939)
4.0.3 (2022-06-10)
- deps-dev: bump semantic-release from 19.0.2 to 19.0.3 (ac66bfb)
4.0.2 (2022-06-04)
- update event payload for key-events (5973637)
- 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)
- deps: bump minimist from 1.2.5 to 1.2.6 (a555e30)
4.0.0 (2022-02-04)
- the minimum required version of node is now v14.17
- add upgrade notes for v4 (5bd309f)
- drop support for node v12 and v15 (d11d4fd)
- fix linting warnings (ca05f67)
- upgrade dependencies (major) (37751c4)
3.1.0 (2022-01-15)
3.0.0 (2021-12-11)
- 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!
- update streamdeck-events to v2 (1c5cd9b)
- update docs to reflect the streamdeck-events changes (6b16c8e)
2.1.3 (2021-09-15)
- update dependencies (9e5ab04)
2.1.2 (2021-09-01)
- typescript warning (f90dafe)
2.1.1 (2021-08-05)
- deps: bump tar from 6.1.0 to 6.1.5 (2517965)
2.1.0 (2021-05-29)
- add missing events and listeners (67214f6)
2.0.0 (2021-05-24)
- node 10 no longer supported!
1.4.0 (2021-04-02)
1.3.0 (2021-03-29)
- simplify event listener usage (80dcf0d)
1.2.0 (2021-03-14)
- ability to inject the logger to be used (a8bf215)
1.1.0 (2021-02-25)
- add some missing outgoing events (6137c15)
1.0.2 (2021-02-14)
- device events (c820653)
1.0.1 (2021-02-13)
- removed assetconfig from github action (2c7a22a)