- Added enableCustomParameters, enableStackTrace, enableApplicationParameters, enableDeviceParameters to HttpHandler
- Added Dutch language by EpicOkapi (https://github.com/EpicOkapi)
- Modified SentryHandler's userContext parameter by Mari Thorsteinsen (https://github.com/marantho)
- Updated dependencies
- Added customEnvironment and customRelease settings for Sentry Handler
- Updated documentation
- Fixed dependencies declaration
- Added detailed logs for sentry handler
- Added ensureInitialized flag in Catcher constructor
- Added updateConfig method to update configuration in runtime
- Updated documentation
- [BREAKING_CHANGE] Reverted crashlytics handler from core package
- Updated dependencies
- Added user context in sentry handler by Roman Muratov (https://github.com/kasl)
- Added crashlytics handler
- General refactor
- [BREAKING_CHANGE] You should use import "import 'package:catcher/catcher.dart';" instead import 'package:catcher/catcher_plugin.dart';
- Fixed pub dev score error
- Fixed pub dev score error
- Fixed min dart version
- Fixed pub dev score error
- Fixed pub dev score error
- Fixed pub dev score error
- Updated file handler example
- Allowed to update headers of http handler in runtime
- Updated flutter_html dependency
- Added Web support
- [BREAKING CHANGE] Added new abstract method (getSupportPlatform) for ReportHandler and ReportMode
- General refactor
- Removed Android lifecycle plugin
- Fixed Android class (support for v2 FlutterPlugin)
- Use Android Lifecycle flutter_plugin_android_lifecycle by Dlani (https://github.com/dlanileonardo)
- Pass ErrorDetails for Report, to use in CustomErrorHandler by Dlani (https://github.com/dlanileonardo)
- Added support for cupertino apps
- Fixed typos by Rob Halff (https://github.com/rhalff)
- [BREAKING CHANGE] Changed customTitle to title and customDescription to description in error widget.
- Added support for using error widget in small widgets.
- Refactored classes and added proper input handling.
- Fixed HttpHandler headers.
- Fixed AndroidX support.
- Updated dependencies
- Prepare for 1.0.0 version of sensors and package_info. (dart_lsc)
- Removed invalid import from error widget
- Fixed sentry handler reporting by David Martos (https://github.com/davidmartos96)
- Fixed stack trace displaying in error widget by Andrious Solutions (https://github.com/Andrious)
- Fixed AndroidX issues
- Changed sentry handler to accept sentry client instead of dsn
- Fixed localization options not initializing correctly
- [BREAKING CHANGE] Removed local notifications report mode due to incompatible with firebase_messaging. Check local_notifications_example to re-add local notifications to your app.
- More sentry handler customization
- Added support for custom navigator key provided from outside of Catcher
- Updated gradle version and min sdk version (android)
- Updated dependencies versions
- Fix for theme problem in error widget
- Added context required flag to report mode. Reason for that is to build custom report modes with context
- Fixed Dio version
- Updated portuguese translation by Estevão Costa (https://github.com/estevao90)
- Fixed Dio API breaking change
- Added Korean translations by Jace Shim (https://github.com/jaceshim)
- Added Slack handler
- Added Discord handler
- Added getCurrentConfig() method in Catcher class.
- Updated dependencies
- Updated Dio and Mailer version
- Refactored auto email handler
- Fixed custom parameters in email manual handler and email auto handler
- Added sentry handler
- Added explicit report mode map feature
- Added error widget feature
- Updated dependencies
- Fixed debugLock error
- Added flag to switch Catcher logger on/off
- Added explicit exception report handler map feature
- Added italian translations
- Updated chinese translations (Catcher is now using simplified chinese)
- Added test exception
- Finished basic API
- Added localization feature
- Fixed notification report mode bug
- [BREAKING CHANGE] Updated dependency libs to support AndroidX
- Fixed texts in report modes
- Fixed cached error report feature
- Updated Dio to version 2.0.0
- Added email manual handler
- Changed email handler to email auto handler
- Added application profile feature
- Added page report mode feature
- Added dialog report mode feature
- Changed configuration step, it uses now CatcherOptions to setup config for specific profile
- Fixed import error
- Fixed EmailHandler error
- Code refactor
- Created initial release