ark_error_manager 1.1.0
ark_error_manager: ^1.1.0 copied to clipboard
Centralized, policy-driven error management for Dart applications.
Changelog #
1.1.0 - 2026-09-15 #
- Added an installable package skill for centralized intake, classification, policy, sanitization, reporting, presentation, recovery, and lifecycle.
1.0.0 - 2026-08-17 #
- Established stable occurrence, classification, assessment, policy, reporting, presentation, recovery, observation, and lifecycle contracts.
- Added bounded FIFO intake with explicit pressure metrics and rejection observation.
- Bounded recursive sanitization, including cyclic input, secret masking, string truncation, and defensive user-value conversion.
- Documented the additive post-1.0 roadmap.
0.1.0-dev.2 — 2026-08-15 #
- Replaced relative README links with canonical public URLs so documentation remains interactive on pub.dev.
0.1.0-dev.1 — 2026-08-14 #
- Added the application-owned, ordered error-processing pipeline.
- Added typed classification, policy, reporting, presentation, and recovery contracts.
- Added strict report sanitization and isolated pipeline-failure handling.
- Added root-Zone callbacks and child-isolate binding.
- Added English and Russian documentation with a runnable Dart example.