Releases: OpenDDS/node-opendds
Releases · OpenDDS/node-opendds
v0.3.0
- Update NodeValueWriter and NodeValueReader accordingly to the ValueWriter and ValueReader changes in OpenDDS 3.28.0
- Update test to use the same subject names for security documents as in OpenDDS
- Update GitHub Actions workflow to use newer runner platforms and remove older node.js versions 14, 16
NodeValueReader/Writer Conversion
This release removes the need for special V8-specific code generation for IDL type support by taking advantage of the ValueReader and ValueWriter support already generated as part of normal IDL type support. This reduces and simplifies the overall conversion code and simplifies the build process. Additionally, these interfaces are now used for QoS object conversion.
Broader Node Version Support
Add support and test coverage for multiple LTS versions of Node (12, 14, 16)
Initial Publishing Support
- Add support for publishing from Node.js
v0.0.9
v0.0.8
- Requires at least OpenDDS 3.13. It will not build with older versions of OpenDDS.
- Added support for Security-enabled versions of OpenDDS.
- Compatibility with Node.js version 10 and NAN 2.10
NPM package version 0.0.7
- Added Apple macOS support.
- Works with Node.js version 8.
NPM package version 0.0.6
v0.0.6 Update version number
NPM package version 0.0.5
v0.0.5 Need to run test using "node" executable and not "nodejs" for nvm com…