Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.0 (2025-05-08)
Features
- add
changePan()
methods to relatively change PAN values (a75a65e)
Other
- rename
pan()
tosetPan()
(c98d734)
BREAKING CHANGES
The pan()
method has been renamed to setPan()
to align with the new changePan()
method.
3.2.0 (2025-01-23)
Features
- add type guard utilities for channel types (091b566)
3.1.0 (2025-01-01)
Features
- add
name$
property toFadeableChannel
(5939eb2) - add support for channel sync (fdd6139)
- wait for initial params after connection init (73725b2)
Other
- add contribution section on index page (fb65dd8)
- add page "How this library works" (1652887)
- add quick start guide (e57d73b)
- add section about usage with async/await (347be1d)
- add sponsor link in docs footer (99aff47)
- add tests for MixerStore (1dbaa82)
- disable Nx legacy cache (b7c5440)
- nx migrate 20.1.4 (f616e2d)
- nx migrate, use Angular 19 (cbcd58a)
- prettier ignore all HTML files (7e5182e)
- testbed: migrate styles to
@use
and removelighten()
(c7cfc81) - testbed: remove
ngClass
and migrate to[class]
(1a041f5)
3.0.0 (2024-11-03)
This release integrates another WebSocket abstraction. It also makes it possible to define an individual WebSocket constructor. Since we are not aware of potential edge cases and hidden breaking changes, this is published as a major release.
Features
- add options to SoundcraftUI, make WS ctor configurable (6510bfc)
Other
- move serializer function to WS creation (cba0fcc)
- set useDefineForClassFields explicitly to false (d99b5e1)
- use modern-isomorphic-ws for WebSocket (d9c9171)
- add changelog to docs (aeae426)
- rename workflow (1acba84)
- add badges for CI and license (e3d96e5)
- add badges in main README too (260b266)
- fix README shields. again. (19ecf9a)
- reformat changelog (2468177)
- nx migrate 20.0.6 (611c84b)
2.7.0 (2024-10-22)
Features
- add FxBus to ObjectStore (b929038)
- add support for changing channel name (2f04098)
- add support for FX parameters (3099b64)