Skip to content

v3.0.0

Compare
Choose a tag to compare
@NoahAndrews NoahAndrews released this 07 Dec 23:29
· 91 commits to main since this release

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 the CanBridge constructor
  • Renames intializeNotifier() to initializeNotifier()

Other Changes

None