v0.6.0
The most significant change in this version is that prebuildify is now used. This means it should not be necessary anymore to have Visual Studio installed to compile the package. However, you will still need to have the Microsoft Visual C++ Redistributable installed. It can be downloaded from https://aka.ms/vs/17/release/vc_redist.x64.exe (see https://learn.microsoft.com/en-US/cpp/windows/latest-supported-vc-redist?view=msvc-170).
What's Changed
- Create Lerna monorepo setup by @koesie10 in #22
- Add
fsuipc-wasm
package by @koesie10 in #23 - Setup prebuildify by @koesie10 in #24
- Add GitHub Actions workflow for publishing packages by @koesie10 in #25
Full Changelog: v0.5.0...v0.6.0