Releases: koesie10/fsuipc-node
Releases · koesie10/fsuipc-node
v0.7.3
What's Changed
- Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #34
- Bump ip from 2.0.0 to 2.0.1 by @dependabot in #35
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #36
- Fix 'no overloaded function' issues with vc17 complier by @unnamedboy in #40
- Upgrade dependencies by @koesie10 in #41
- Add Node 22 to matrix by @koesie10 in #42
- Upgrade setup-msfs-sdk Action to v2 by @koesie10 in #43
New Contributors
- @dependabot made their first contribution in #34
- @unnamedboy made their first contribution in #40
Full Changelog: v0.7.2...v0.7.3
v0.7.2
Equivalent to v0.7.0, but fixes the publishing workflow.
What's Changed
- Drop support for Node 16
- Add support for Node 20
- Improved support for writing int64/uint64 types by @bgiorgio0506 in #33
- Fixed incorrect argument order for writing int64/uint64 types in #33
Full Changelog: v0.6.0...v0.7.2
v0.7.1
Equivalent to v0.7.0, only fixes the publishing workflow.
What's Changed
- Drop support for Node 16
- Add support for Node 20
- Improved support for writing int64/uint64 types by @bgiorgio0506 in #33
- Fixed incorrect argument order for writing int64/uint64 types in #33
Full Changelog: v0.6.0...v0.7.1
v0.7.0
What's Changed
- Drop support for Node 16
- Add support for Node 20
- Improved support for writing int64/uint64 types by @bgiorgio0506 in #33
- Fixed incorrect argument order for writing int64/uint64 types in #33
Full Changelog: v0.6.0...v0.7.0
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
Release v0.5.0
What's Changed
- Move from NAN to node-addon-api by @koesie10 in #18
- Added permission denied error by @bgiorgio0506 in #15
- Add GitHub Actions by @koesie10 in #20
New Contributors
- @bgiorgio0506 made their first contribution in #15
Full Changelog: v0.4.1...v0.5.0