Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 878 Bytes

File metadata and controls

23 lines (14 loc) · 878 Bytes

[0.2.0] - Registering overhaul and pedantic support

  • Replaced registerPredeterminedFailure() and registerPredeterminedFailures() with the singular register() that can be stacked.
  • Added pedantic support and formatting in custom analysis_options.

[0.1.3] - README updates

  • Spelling and grammar mistakes fixed in the README.

[0.1.2] - Added example directory and file

  • Creates a simple example/example.dart that will give developers a simple start.

[0.1.1] - Updates to bring pub.dev scoring up

  • Fixed health suggestions found in failure_manager_impl.dart.
  • Fixed most maintenance suggestions by adding more detail to the pubspec.yaml.
  • Updated README.md with new version and name.

[0.1.0] - A useful release

  • Functioning FailureManager to register predetermined failures and generate EpicFailures.
  • README.md with example code for use.