2.1.0
What's Changed
- Catch internal errors rather than crash the host app, in particular we wanted to log an error rather than crash when SDK methods are invoked prior to initializing.
- Wrap SDK methods in try/catch by @evan-masseau in #129
- Add logging to release builds, with configurable output level.
- Logging updates by @evan-masseau in #130
- Reduce amount of code required to integrate our SDK by attaching lifecycle listeners internally.
- Attach lifecycle listeners internally in initialize method by @evan-masseau in #131
- Version 2.1.0 bump by @evan-masseau in #137
Full Changelog: 2.0.0...2.1.0