Releases: REVrobotics/node-can-bridge
Releases · REVrobotics/node-can-bridge
v3.6.0
- Adds
canBridgeDeviceNotFound
field to device not found errors in #39
Full Changelog: v3.5.0...v3.6.0
v3.5.0
- Adds
getLatestMessageOfEveryReceivedArbId()
function
Full Changelog: v3.4.2...v3.5.0
v3.4.2
What's Changed
- Add
getImageElements()
method to list DFU element info for an image by @LandryNorris in #35
Full Changelog: v3.4.1...v3.4.2
v3.4.1
- Removes
RTR_FRAME_BIT
constant, which was added in 3.4.0, where sending RTR frames was still broken. - Adds a new
sendRtrMessage()
method
v3.4.0
What's Changed
Full Changelog: v3.3.1...v3.4.0
v3.3.1
- Update to CANBridge 2.4.1 (#26)
- This fixes a recently-introduced issue with scheduling SPARK heartbeats
- Start with the heartbeat timeout expired (#27)
Full Changelog: v3.3.0...v3.3.1
v3.3.0
- Updates to CANBridge 2.4.0
- Fixes a significant bug, see CANBridge release notes for details
v3.2.0
- Adds
stopHeartbeats()
function
v3.1.0
- Fixes repeating frame functionality
- Overhauls heartbeat sending internals
- See #18
- Makes it so that a given heartbeat doesn't stop being sent once it's started
- Improves performance and reliability of heartbeats
- Reduces the frequency of the SPARK heartbeat to match the REV common heartbeat
- Fixes heartbeats never resuming after a heartbeat ack timeout
v3.0.0
Breaking Changes
- Moves all functions to a new
CanBridge
class- The native addon is not loaded until this class is constructed
- This makes it much easier to handle errors that occur while loading the addon
- Adds
CanBridgeInitializationError
that can be thrown by theCanBridge
constructor - Renames
intializeNotifier()
toinitializeNotifier()
Other Changes
None