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