diagnostic 1.4.1
diagnostic: ^1.4.1 copied to clipboard
Diagnostic packages interfaces for generate different managers or tool for control. Usually create for firebase, sentry, CloudWatch...
1.4.1 #
- FIX: correct CHANGELOG entries.
1.4.0 #
1.3.0 #
- FIX: Update CHANGELOG files for diagnostic and flutter_diagnostic packages to reflect recent changes and improvements. (34a8da3c)
- FIX: Update README files for diagnostic and flutter_diagnostic packages to enhance clarity and structure. (e823b4d5)
- FIX: Update package descriptions and Flutter SDK constraints in pubspec.yaml. (d535fd73)
- FEAT: Add test dependencies and implement diagnostic tests for Flutter and Dart packages. (868d8129)
- FEAT: Restructure diagnostic package and add Flutter support. (44ae4d47)
1.2.0 #
- feat: Added unit and integration tests.
- feat: Improved internal file structure and location (
lib/src/). - chore: Updated package documentation and READMEs.
1.1.0 #
- refactor: Decoupled core
DiagnosticManagerfrom Flutter dependencies into 100% pure Dart. - refactor: Removed generic types (
<T extends Diagnostic>) from managers to leverage true polymorphism. - fix: Updated internal asynchronous event loops with modern
.ignore()patterns for safer telemetry broadcasting. - chore: Rewrote README documentation with pure Dart implementation guides.
1.0.0 #
- feat: Initial release with core diagnostic interfaces and base implementations.