revere 1.1.0
revere: ^1.1.0 copied to clipboard
Core logger package for the revere monorepo. Provides extensible, asynchronous logging for Flutter/Dart projects.
1.1.0 #
- feat: add
LogLevel.silent— a threshold-only sentinel that suppresses all output from a transport when set as its minimum level. - feat: add
SamplingTransportdecorator andwithSamplingextension. - docs: unified package listing order (file → firebase → android → swift → notification) in README.
- docs: remove redundant Directory Structure section from root README.
- ci: unified package listing order in CI and bump workflows.
- ci: pin dart-lang/setup-dart to commit hash instead of mutable v1 tag.
- ci: add
workflow_dispatchtrigger for manual execution; addrun_integration_testsinput (default:false) — integration tests are skipped on pull request and push. - chore: update example pubspec.lock.
- chore: improve test coverage.
- chore: remove affected packages checklist from PR template.
1.0.0 #
- Initial release.