·
108 commits
to canary
since this release
Major Changes
- aad3bbc: BREAKING CHANGE: With the deprecation of node version 16.x and it no longer being maintained we have updated our engines and workflows to only use 18+. Please update to use node version 18+.
Minor Changes
- 0b0a88e: The Faust.js plugin system is no longer experimental. We have maintained backward compatibility as we move towards deprecating
experimentalPlugins
in favor ofplugins
in the Faust config filefaust.config.js
. We recommend moving over to usingplugins
instead ofexperimentalPlugins
as soon as possible as a future version will remove the experimental config option.